Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brad Kelly 0fe17eeb68 Implementing AVX512 Support for 1 channel mats for CV_64F format 6 years ago
.github
3rdparty 3rdparty: fix libtiff build 6 years ago
apps spelling fixes 6 years ago
cmake cmake: support OpenVINO env variable: INTEL_OPENVINO_DIR 6 years ago
data
doc Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial 6 years ago
include
modules Implementing AVX512 Support for 1 channel mats for CV_64F format 6 years ago
platforms pre: OpenCV 3.4.6 (version++) 6 years ago
samples Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial 6 years ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt changes cmake_system_name matching condition 6 years ago
CONTRIBUTING.md
LICENSE copyright: 2019 6 years ago
README.md

README.md

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.