Open Source Computer Vision Library https://opencv.org
  • C++ 87.6%
  • C 3.2%
  • Python 2.9%
  • CMake 2%
  • Java 1.5%
  • Other 2.6%
Find a file
Alexander Smorkalov 415ba6a444
Merge pull request #29805 from amd:opencl_boxfilter
imgproc: Enable boxFilter OpenCL fast paths on Non-Intel GPUs.
2026-09-05 17:01:29 +03:00
.github Musl-C CI and related fixes for 4.x. 2026-06-18 09:14:36 +03:00
3rdparty Merge pull request #29838 from Xingchen1224:libtiff-4.7.2-upgrade 2026-09-03 14:29:33 +03:00
apps Replace codecs.open() with open() since codecs.open() deprecated in Python 3.14 2026-05-24 16:54:39 +03:00
cmake core: add CV_CPU_GET_FN_PTR_<OPT>() to resolve dispatched function pointers 2026-08-12 18:10:38 +05:30
data Merge pull request #22727 from su77ungr:patch-1 2022-11-17 06:54:25 +00:00
doc Merge pull request #29487 from Functionhx:fix/docs-combined 2026-07-10 15:59:29 +03:00
hal core: add RVV convertScale path for CV_16S -> CV_8U 2026-08-27 10:51:04 +02:00
include exclude opencv_contrib modules 2020-02-26 15:12:45 +03:00
modules Merge pull request #29805 from amd:opencl_boxfilter 2026-09-05 17:01:29 +03:00
platforms pre: OpenCV 4.14.0 (version++) 2026-07-09 12:35:42 +03:00
samples fix orientation thresholding in anisotropic_image_segmentation.py 2026-08-21 15:17:12 +01: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 Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
CMakeLists.txt Merge pull request #28664 from pratham-mcw:armpl_dft_opt 2026-05-14 10:56:21 +03:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
COPYRIGHT Added OpenCV.AI copyright. 2025-08-01 09:50:10 +03:00
LICENSE Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
README.md fix: upgrade http:// to https:// in README.md 2026-07-18 11:13:02 +05:30
SECURITY.md Updated PGP key for security reports 2023-04-19 19:16:55 +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.

Additional Resources