opencv/modules/photo/test
Rostislav Vasilikhin 70b984434d RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f)
file with internal accuracy&speed tests moved to lab_tetra branch
2017-07-17 21:59:54 +03:00
..
ocl eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_cloning.cpp fixes 2015-01-12 10:59:30 +03:00
test_decolor.cpp test: change condition in Photo_Decolor 2016-10-20 16:54:43 +03:00
test_denoise_tvl1.cpp trying to solve compile problems; temporarily disabled some tests for just added optimization algo's 2014-08-14 14:37:30 +04:00
test_denoising.cpp significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best). 2015-05-14 15:39:42 +03:00
test_denoising.cuda.cpp increase epsilons in some tests: 2015-11-27 16:46:20 +03:00
test_hdr.cpp photo(test): fix MergeRobertson test for AARCH64 build 2017-06-03 16:57:23 +03:00
test_inpaint.cpp photo: add support of all types of 1c images in inpaint 2017-05-24 10:24:59 +03:00
test_main.cpp lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 2012-03-15 14:36:01 +00:00
test_npr.cpp RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) 2017-07-17 21:59:54 +03:00
test_precomp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00