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.
 
 
 
 
 
 
Nghia Ho 7c13d3277c Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised. 11 years ago
..
MacOSX/FaceTracker
android CUDA support check added. 11 years ago
c Code review notes fixed. 11 years ago
cpp Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised. 11 years ago
gpu Code review notes fixed. 11 years ago
java add clojure sample 11 years ago
ocl Code review notes fixed. 11 years ago
python Applied feature #3375 and fix of pull 1842 to avoid merging problems later 11 years ago
python2
winrt Filter selection and several filters implemented for WinRT sample. 11 years ago
CMakeLists.txt