Go to file
2013-06-18 15:54:01 +04:00
3rdparty
android Fix build problems on MIPS and Linaro NDK. 2013-06-13 16:51:45 +04:00
apps
cmake Merge pull request #995 from jet47:fix-bug-2985 2013-06-14 16:22:47 +04:00
data
doc Fix bug with indices 2013-06-14 13:12:35 +04:00
include
ios
modules Merge pull request #1007 from alekcac:i_camera 2013-06-18 15:54:01 +04:00
platforms Fix build problems on MIPS and Linaro NDK. 2013-06-13 16:51:45 +04:00
samples
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #929 from dominikrose:mingw-libdc1394-2-windows 2013-06-14 15:46:25 +04:00
index.rst
README

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

Please read before starting work on a pull request:
  http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.