2013-07-29 19:38:18 +08:00
|
|
|
#ifdef HAVE_WINRT
|
|
|
|
#pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
|
|
|
|
#endif
|
|
|
|
|
2011-01-11 20:14:31 +08:00
|
|
|
#include "test_precomp.hpp"
|
2011-02-10 04:55:11 +08:00
|
|
|
|
2011-06-10 20:21:26 +08:00
|
|
|
CV_TEST_MAIN("cv")
|