opencv/modules/photo/test
2016-10-20 16:54:43 +03:00
..
ocl eliminate compiler warnings 2016-10-08 02:19:43 +03:00
test_cloning.cpp
test_decolor.cpp test: change condition in Photo_Decolor 2016-10-20 16:54:43 +03:00
test_denoise_tvl1.cpp
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
test_inpaint.cpp
test_main.cpp
test_npr.cpp
test_precomp.hpp