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.
 
 
 
 
 
 
Vadim Pisarevsky b37aaa8303 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
..
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 trying to solve compile problems; temporarily disabled some tests for just added optimization algo's 10 years ago
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 refactor CUDA part of photo module 10 years ago
test_hdr.cpp added test for correct handling of uniforma areas in the MergeMertens 11 years ago
test_inpaint.cpp cv2cvtest part2 11 years ago
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. 13 years ago
test_npr.cpp suppress warnings 10 years ago
test_precomp.hpp Extract imgcodecs module from highgui 11 years ago