opencv/samples
2014-01-06 20:19:07 +11:00
..
android CUDA support check added. 2013-12-26 14:52:41 +04:00
c fixed warning on windows 2013-10-09 17:49:10 +04:00
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. 2014-01-06 20:19:07 +11:00
gpu Fixed building with OpenCL, but without the ocl module. 2013-10-30 14:07:34 +04:00
java add clojure sample 2013-12-11 13:26:47 +01:00
MacOSX/FaceTracker Converted tabs to spaces. 2013-08-21 18:59:26 +04:00
ocl adding timing for multi-threaded case 2013-12-18 17:02:39 +04:00
python Applied feature #3375 and fix of pull 1842 to avoid merging problems later 2013-11-25 10:53:03 +01:00
python2 Bugfix 3115: Added not to documentation for python version for 2013-09-02 11:59:35 +02:00
winrt Filter selection and several filters implemented for WinRT sample. 2013-11-29 09:47:25 +04:00
CMakeLists.txt cmake: revert CRT linkage option for MSVS 2013-10-09 17:49:11 +04:00