opencv/modules/ts/src
Vadim Pisarevsky 6d7f5871db
added basic support for CV_16F (the new datatype etc.) (#12463)
* added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see

* fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution)

* addressed some issues found during the PR review

* restored the patch to fix some perf test failures
2018-09-10 16:56:29 +03:00
..
cuda_perf.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
cuda_test.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
ocl_perf.cpp disabled 'reshape', 'copyTo' test 2014-02-15 20:17:42 +04:00
ocl_test.cpp ts: test case list is printed after cmd line parsing, refactored 2018-07-26 16:43:43 +03:00
precomp.hpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
ts_arrtest.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
ts_func.cpp added basic support for CV_16F (the new datatype etc.) (#12463) 2018-09-10 16:56:29 +03:00
ts_gtest.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
ts_perf.cpp added basic support for CV_16F (the new datatype etc.) (#12463) 2018-09-10 16:56:29 +03:00
ts.cpp Added option to fail on missing testdata 2018-08-30 15:15:08 +03:00