Open Source Computer Vision Library
Go to file
peng xiao b4a4a05bdc Add ocl's good features to track implementation.
Additional notes with this commit:
1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get
the interim dx and dy output of Sobel operator;
2. Add minMax_buf to allow user to reuse buffers in minMax;
3. Fix an error when either min or max pointer fed into minMax is NULL;
4. Corner sorter temporarily uses C++ STL's quick sort. A parallel
 selection sort in OpneCL is contained in the implementation but disabled
due to poor performance at the moment.
5. Accuracy test for ocl gfft.
2013-05-22 13:46:42 +08:00
3rdparty Fix build warnings from gcc 4.8 2013-05-13 17:07:30 +04:00
android Incompatible hardware detetction added to OpenCV Manager(Feature #2941) 2013-04-10 12:10:13 +04:00
apps Merge pull request #395 from LeonidBeynenson:fix_ml_large_data_bug__2.4 2013-02-04 11:54:43 +04:00
cmake Merge pull request #878 from apavlenko:better_glue_search 2013-05-14 11:57:25 +04:00
data Added smile detector 2013-02-21 17:17:34 +01:00
doc Fixed the shebang lines on the Python scripts. 2013-04-11 18:37:23 +04:00
include Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
ios enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
modules Add ocl's good features to track implementation. 2013-05-22 13:46:42 +08:00
platforms Code review notes fixed. 2013-04-03 04:14:40 -07:00
samples removed VIBE implementation 2013-05-16 13:47:24 +04:00
.gitattributes Revise git attributes 2013-02-28 03:18:54 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Update CMake scripts to recognize Qt 5.0 2013-05-13 17:10:32 +04:00
CONTRIBUTING.md Add contributing page for Github 2013-04-15 16:57:58 +04:00
index.rst adding OpenCV Manager 2012-06-21 14:50:05 +00:00
README updating README content 2012-07-24 17:59:55 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org