Open Source Computer Vision Library
Go to file
Alexander Alekhin f8740e124c js: robust code generation
- avoid randomized output due to unpredictable dict/set order
2020-12-18 12:02:48 +00:00
.github migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
3rdparty android: add -llog for libprotobuf 2020-12-10 20:00:58 +00:00
apps Fix typo 'Applicatioin' 2020-11-17 15:02:55 +00:00
cmake dnn: use OpenVINO 2021.2 defines 2020-12-16 22:22:17 +00:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Fix a typo s/VERISON/VERSION/ 2020-12-14 12:02:25 +01:00
include add missing DNN header to opencv2/opencv.hpp 2018-02-15 15:59:14 +01:00
modules js: robust code generation 2020-12-18 12:02:48 +00:00
platforms cmake(js): update js targets 2020-12-03 14:18:54 +00:00
samples Merge pull request #18591 from sl-sergei:download_utilities 2020-12-11 10:15:32 +00:00
.editorconfig add .editorconfig 2018-10-11 17:57:51 +00:00
.gitattributes cmake: generate and install ffmpeg-download.ps1 2018-06-09 13:19:48 +03:00
.gitignore Ignore Visual Studio cmake configuration file 2020-03-17 21:12:54 +03:00
CMakeLists.txt cmake: don't define ENABLE_NEON flags in non-cross-compiling mode 2020-12-08 18:00:40 +00:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
LICENSE copyright: 2020 2020-01-02 11:58:20 +00:00
README.md 3.4 docs for 3.4 branch 2020-02-11 09:31:16 +03:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the 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.