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.
 
 
 
 
 
 
Dikay900 7ca0557b40 typos in comments 10 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 added extra check in CalibrateDebevec to make sure the points are within the image: 10 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