Skip to content
Open Source Computer Vision Library
C++ C CMake Java Python Cuda Other
Branch: master
Clone or download

Latest commit

mwtarnowski Merge pull request #17361 from mwtarnowski:fix-documentation-gapi-img…
…proc-blur

* fix documentation for cv::gapi::blur

* remove dst parameter and move ksize parameter to its correct position
Latest commit 7f453ad May 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Added checklist and recommendations to issue template. Feb 29, 2020
3rdparty Merge remote-tracking branch 'upstream/3.4' into merge-3.4 May 22, 2020
apps Merge remote-tracking branch 'upstream/3.4' into merge-3.4 Mar 23, 2020
cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 Apr 28, 2020
data fix files permissions Apr 13, 2020
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 May 22, 2020
include exclude opencv_contrib modules Feb 26, 2020
modules Merge pull request #17361 from mwtarnowski:fix-documentation-gapi-img… May 24, 2020
platforms Merge pull request #17145 from asmorkalov:as/riscv Apr 28, 2020
samples Merge remote-tracking branch 'upstream/3.4' into merge-3.4 May 22, 2020
.editorconfig add .editorconfig Oct 11, 2018
.gitattributes cmake: generate and install ffmpeg-download.ps1 Jun 9, 2018
.gitignore Ignore Visual Studio cmake configuration file Mar 17, 2020
CMakeLists.txt build: updates for winpack dldt Mar 31, 2020
CONTRIBUTING.md migration: github.com/opencv/opencv Jul 12, 2016
LICENSE copyright: 2020 Jan 2, 2020
README.md Adding Official OpenCV Courses link to README.md May 6, 2020
SECURITY.md Added SECURITY.md Nov 7, 2019

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.
You can’t perform that action at this time.