Go to file
Anatoliy Talamanov 537494f4dd
Merge pull request #18512 from TolyaTalamanov:at/fix-untyped-np-array-for-gapi-python
[G-API] Numpy array with int64 failed in cv.gin

* Fix bug with numpy array precision in G-API python

* Fix comments to review
2020-10-07 20:38:59 +00:00
.github ISSUE_TEMPLATE: fix typo 2020-09-06 16:53:25 -04:00
3rdparty Fixed and updated OpenCL-VA interoperability 2020-09-25 16:11:50 +03:00
apps
cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-28 21:33:29 +00:00
data
doc Merge pull request #18399 from cabelo:realsense 2020-10-02 15:05:46 +00:00
include
modules Merge pull request #18512 from TolyaTalamanov:at/fix-untyped-np-array-for-gapi-python 2020-10-07 20:38:59 +00:00
platforms core(logger): avoid destruction of GlobalLoggingInitStruct object 2020-10-06 12:50:32 +00:00
samples Merge pull request #18436 from komakai:fix-install-name 2020-09-28 01:09:40 +00:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Fixed and updated OpenCL-VA interoperability 2020-09-25 16:11:50 +03:00
CONTRIBUTING.md
COPYRIGHT Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
LICENSE Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
README.md Update README.md 2020-08-05 17:00:56 -07:00
SECURITY.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.