ocl: add try-catch for OpenCL device getter
[profile/ivi/opencv.git] / README.md
index 090b75d..3a26ad8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,22 +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 automagically 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 it will be merged, and this fork deleted. 
+#### Resources
 
-Features
---------
-If you have any feature requests, please file them through the tracker
+* Homepage: <http://opencv.org>
+* Docs: <http://docs.opencv.org>
+* Q&A forum: <http://answers.opencv.org>
+* Issue tracking: <http://code.opencv.org>
 
-GSOC
-----
-This project repesents my GSOC project for 2013. You can find more details about my proposal in proposal.pdf in the root
+#### Contributing
 
+Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
 
+Summary of guidelines:
 
-
-Hilton
+* 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.