Go to file
Alexey Smirnov e329c84d5e Merge pull request #14684 from smirnov-alexey:as/convert2_test_extension
G-API: Add parameters alpha and beta in tests on ConvertTo kernel (#14684)

* Add parameters alpha and beta in tests on ConvertTo kernel

* Change tolerance function

* Reduce number of test cases
2019-06-04 15:54:09 +03:00
.github
3rdparty 3rdparty(libpng): fix leak in png_handle_eXIf 2019-05-29 18:51:52 +00:00
apps Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-05-23 19:50:20 +03:00
cmake Merge pull request #14660 from YashasSamaga:dnn-cuda-build 2019-06-02 14:47:15 +03:00
data
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-05-28 18:29:48 +00:00
include
modules Merge pull request #14684 from smirnov-alexey:as/convert2_test_extension 2019-06-04 15:54:09 +03:00
platforms android: update 'debug' information support 2019-05-19 16:09:45 +00:00
samples Merge pull request #14582 from alalek:android_update_debug 2019-05-29 11:22:53 +00:00
.editorconfig add .editorconfig 2018-10-11 17:57:51 +00:00
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #14660 from YashasSamaga:dnn-cuda-build 2019-06-02 14:47:15 +03:00
CONTRIBUTING.md
LICENSE copyright: 2019 2019-01-02 01:20:38 +00:00
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.