Open Source Computer Vision Library
Go to file
siddharth 4cdc155eac test
2014-07-29 00:15:11 +05:30
3rdparty Merge pull request #2925 from BloodAxe:osx-framework-script 2014-07-19 18:04:15 +00:00
apps Added an option to traincascade program to select the maximum number of threads to use during training 2014-07-23 22:47:51 +02:00
cmake Merge remote-tracking branch 'origin/master' into Openni2Support 2014-07-20 14:28:10 +02:00
data Merge pull request #2828 from otsedom:updating_and_adding_haarcascades_mcs 2014-06-12 21:39:50 +04:00
doc Added an option to traincascade program to select the maximum number of threads to use during training 2014-07-23 22:47:51 +02:00
include Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
modules test 2014-07-29 00:15:11 +05:30
platforms Fix cmake to build OpenCV framework on OSX 2014-07-01 22:31:57 +03:00
samples removed build error 2014-07-29 00:15:11 +05:30
.gitattributes
.gitignore
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
CMakeLists.txt Merge remote-tracking branch 'origin/master' into Openni2Support 2014-07-20 14:28:10 +02:00
index.rst
LICENSE
README.md Replaced Gittip button 2014-02-15 13:10:09 +04:00

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

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.