opencv/modules/photo/test
Tomoaki Teshima e63d628677 remove some rand functions
* make test more reproducible
2017-07-20 22:43:11 +09: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 remove some rand functions 2017-07-20 22:43:11 +09: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
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