Go to file
2014-11-25 13:52:07 -05:00
3rdparty
apps
cmake Remove redundant -mfpu=neon flag. 2014-11-19 23:26:36 +02:00
data
doc Merge pull request #3411 from eltermann:master 2014-11-19 16:25:12 +00:00
include
modules Fix compilation when building without the Video I/O module. 2014-11-25 13:52:07 -05:00
platforms
samples fix gpu performance sample compilation 2014-11-12 18:07:20 +03:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt silence cmake 3.0+ warnings on LOCATION attribute 2014-11-18 16:18:22 +03:00
index.rst
LICENSE
README.md

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.