Go to file
Namgoo Lee 2043e06102 cuda optflow tvl1 : async safety
also modify cuda canny to use createTextureObjectPitch2D, etc.
2020-06-17 01:04:22 +09:00
.github
3rdparty ffmpeg/3.4: update FFmpeg wrapper 2020-06-08 21:03:05 +00:00
apps cmake(apps): support OPENCV_INSTALL_APPS_LIST 2020-03-23 00:06:42 +00:00
cmake improve the mkl search procedure 2020-06-12 06:59:27 +00:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Merge pull request #17341 from hunter-college-ossd-spr-2020:3.4-1 2020-06-12 06:58:14 +00:00
include
modules cuda optflow tvl1 : async safety 2020-06-17 01:04:22 +09:00
platforms pre: OpenCV 3.4.11 (version++) 2020-06-08 18:46:27 +00:00
samples Merge pull request #16955 from themechanicalcoder:text_recognition 2020-06-10 06:53:18 +00:00
.editorconfig
.gitattributes
.gitignore Ignore Visual Studio cmake configuration file 2020-03-17 21:12:54 +03:00
CMakeLists.txt build: updates for winpack dldt 2020-03-31 20:29:11 +00:00
CONTRIBUTING.md
LICENSE
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.