Open Source Computer Vision Library
Go to file
Sheel-Patel ec39f0dc9e Merge pull request #14122 from Sheel-Patel:patch-1
Grammatical errors for help() in detect_mser.cpp (#14122)

* Grammatical errors for help() statement

Corrected spelling of "synthetic" and added grammatical clarification for keys to press to change view or use mouse.

* Adjustment of superfluous spaces
2019-04-24 01:45:27 +03:00
.github
3rdparty
apps Merge pull request #13709 from michal-kowalczyk:flush-processed-samples-number 2019-04-12 18:51:35 +03:00
cmake cmake: guard macro definitions in PCH scripts 2019-04-22 17:43:32 +03:00
data
doc Update py_svm_opencv.markdown 2019-04-20 18:52:13 +00:00
include
modules ts: +ENV{OPENCV_TEST_REQUIRE_DATA} 2019-04-22 21:42:06 +00:00
platforms
samples Merge pull request #14122 from Sheel-Patel:patch-1 2019-04-24 01:45:27 +03:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: use absolute library paths from 'pkgconfig' 2019-04-15 22:11:49 +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.