Go to file
Aleksandar Atanasov 5d4f22e096 Merge pull request #1 from Itseez/master
Updating own opencv fork to 3.x
2016-06-02 10:53:22 +02:00
.github move GitHub templates into .github folder 2016-03-04 14:20:25 +03:00
3rdparty Updates for XCode 7.3 2016-04-17 20:21:29 +03:00
apps add a cascade classifier model visualisation tool for master branch 2016-05-11 08:56:42 +02:00
cmake Fix #6500 cmake bug that adds D_FORCE_INLINES to NVCC 2016-05-26 13:45:50 +03:00
data
doc fixed "tot_error" to "mean_error" & nicer whitespace 2016-05-17 20:00:28 +02:00
include
modules Merge pull request #6611 from tomoaki0705:fixPerformanceSplitAarch64 2016-06-01 10:34:33 +00:00
platforms Added --extra_modules_path to build_sdk.py 2016-05-12 12:36:42 +03:00
samples Update non_linear_svms.cpp 2016-05-30 06:56:28 +02:00
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt Restored cmake 2.8.7 support 2016-05-18 13:20:21 +03:00
CONTRIBUTING.md
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/Itseez/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.