Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vladislav Vinogradov 2b26094cf5 increase epsilons in some tests: 9 years ago
..
ocl Added test cases 10 years ago
test_cloning.cpp fixes 10 years ago
test_decolor.cpp adjust numerical precision for windows build 10 years ago
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). 10 years ago
test_denoising.cuda.cpp increase epsilons in some tests: 9 years ago
test_hdr.cpp
test_inpaint.cpp
test_main.cpp
test_npr.cpp
test_precomp.hpp