This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
601b7d1dd3a3ec9e8af5df461d43632d98ed3a7a
opencv
/
samples
T
History
Nghia Ho
601b7d1dd3
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
..
android
CUDA support check added.
2013-12-26 14:52:41 +04:00
c
…
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
…
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
…
winrt
Filter selection and several filters implemented for WinRT sample.
2013-11-29 09:47:25 +04:00
CMakeLists.txt
…