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.
 
 
 
 
 
 
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
..
include/opencv2 typos in comments 10 years ago
misc/java/test Modified java wrapping mechanism 10 years ago
perf refactor CUDA part of photo module 10 years ago
src Visual Studio 2015 warning and test fixes 9 years ago
test 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
CMakeLists.txt Python support 10 years ago