Merge pull request #1052 from SpecLad:ocl-mingw-warnings
[profile/ivi/opencv.git] / README
1 OpenCV: open source computer vision library
2
3 Homepage:    http://opencv.org
4 Online docs: http://docs.opencv.org
5 Q&A forum:   http://answers.opencv.org
6 Dev zone:    http://code.opencv.org
7
8 Please read before starting work on a pull request:
9   http://code.opencv.org/projects/opencv/wiki/How_to_contribute
10
11 Summary of guidelines:
12
13 * One pull request per issue;
14 * Choose the right base branch;
15 * Include tests and documentation;
16 * Clean up "oops" commits before submitting;
17 * Follow the coding style guide.