opencv/modules/photo/test
2017-05-24 12:17:45 +00: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 Set LUT for Robertson weights function to zero on borders 2017-05-12 16:33:30 +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 suppress warnings 2014-10-14 19:07:15 +09:00
test_precomp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00