mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
548 B
11 lines
548 B
12 years ago
|
We greatly appreciate your support and contributions and they are always welcomed!
|
||
|
|
||
|
Github pull requests are the convenient way to contribute to OpenCV project. Good pull requests have all of these attributes:
|
||
|
|
||
|
* Are scoped to one specific issue
|
||
|
* Include a test to demonstrate the correctness
|
||
|
* Update the docs if relevant
|
||
|
* Match the [coding style guidelines](http://code.opencv.org/projects/opencv/wiki/CodingStyleGuide)
|
||
|
* Don't messed by "oops" commits
|
||
|
|
||
|
You can find more detailes about contributing process on http://opencv.org/contribute.html
|