Go to file
Alexander Alekhin 133b91a026 android: build fixes
- eliminate CMake 3.5+ warnings
- removed usage of dropped "OPENCV_CAMERA_MODULES" variable
- partial support for Android NDK 11+
2017-04-26 14:24:51 +03:00
.github
3rdparty Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
apps Make aruco dependency optional for interactive calibration app 2017-03-22 16:20:19 +03:00
cmake android: build fixes 2017-04-26 14:24:51 +03:00
data
doc Merge pull request #8508 from vskarlsruhe:patch-5 2017-04-12 16:04:16 +00:00
include
modules android: build fixes 2017-04-26 14:24:51 +03:00
platforms android: build fixes 2017-04-26 14:24:51 +03:00
samples android: build fixes 2017-04-26 14:24:51 +03:00
.gitattributes
.gitignore cmake: update ocv_download 2017-03-30 19:36:33 +00:00
.tgitconfig
CMakeLists.txt IPP for OpenCV 2017u2 initial enabling patch; 2017-04-20 20:26:30 +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/opencv/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.