Open Source Computer Vision Library
Go to file
peng xiao 1d0c283508 Fix a bug when pushing pointers of arguments into std::vector.
When argument pointers pushed into an vector and the pointers point to
address on stack, we need to make sure they are valid until kernels are
successfully flushed onto the queue.
2013-05-28 17:27:55 +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 Fix a bug when pushing pointers of arguments into std::vector. 2013-05-28 17:27:55 +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