ocl: add try-catch for OpenCL device getter
[profile/ivi/opencv.git] / README.md
index fbe5969..3a26ad8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
-OpenCV
-======
-An open source computer vision library
+### OpenCV: Open Source Computer Vision Library
 
-Matlab Generator
-----------------
-This project is a fork of OpenCV (https://github.com/Itseez/opencv/) with a matlab module for automatically generating Matlab bindings. Once complete, this branch will be merged into the OpenCV 3.x master.
+[![Gittip](http://img.shields.io/gittip/OpenCV.png)](https://www.gittip.com/OpenCV/)
 
-This project is currently, and always will be, in a semi-working state. When the project is stable and merged, this fork will be deleted. Thus, this repository stands as a point to share progress with the community, host a bugtracker for bug reports and (public!) feature requests, and enable discussion about design decisions.
+#### Resources
 
-GSOC
-----
-This project repesents my Google Summer of Code (GSOC) project for 2013. 
-You can find more details about my proposal in proposal.pdf in the root.
+* Homepage: <http://opencv.org>
+* Docs: <http://docs.opencv.org>
+* Q&A forum: <http://answers.opencv.org>
+* Issue tracking: <http://code.opencv.org>
 
-**Keywords**
-opencv, matlab, bindings, code, generator, GSOC, mex, C++, wrappers
+#### Contributing
+
+Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
+
+Summary of 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.