Open Source Computer Vision Library
Go to file
Jason Newton d5aa679d3f adjust output type to return int32... it should at least be unsigned but this breaks python bindings;
remove non-8bit input type support, not worth the binary size
2012-11-22 21:26:52 -08:00
3rdparty Merge 2.4.3-rc 2012-10-24 19:56:27 +04:00
android Merge release 2.4.3 2012-11-02 17:58:02 +04:00
apps Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
cmake Merge pull request #85 from Nerei/master 2012-10-23 20:47:56 +04:00
data modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012) 2012-08-22 15:48:57 +04:00
doc Merge release 2.4.3 2012-11-02 17:58:02 +04:00
include Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
ios another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework. 2012-11-01 18:15:48 +04:00
modules adjust output type to return int32... it should at least be unsigned but this breaks python bindings; 2012-11-22 21:26:52 -08:00
samples connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version 2012-11-05 08:10:35 -08:00
.gitattributes Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Merge release 2.4.3 2012-11-02 17:58:02 +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