Home | History | Annotate | only in /external/opencv3
Up to higher level directory
NameDateSize
3rdparty/24-Aug-2016
Android.mk24-Aug-201637.7K
apps/24-Aug-2016
cmake/24-Aug-2016
CMakeLists.txt24-Aug-201654K
cvconfig.h24-Aug-20163.7K
data/24-Aug-2016
doc/24-Aug-2016
include/24-Aug-2016
LICENSE24-Aug-20162.2K
MODULE_LICENSE_BSD24-Aug-20160
modules/24-Aug-2016
NOTICE24-Aug-20162.2K
opencv2/24-Aug-2016
platforms/24-Aug-2016
README.md24-Aug-2016636
samples/24-Aug-2016

README.md

      1 ### OpenCV: Open Source Computer Vision Library
      2 
      3 [![Gittip](http://img.shields.io/gittip/OpenCV.png)](https://www.gittip.com/OpenCV/)
      4 
      5 #### Resources
      6 
      7 * Homepage: <http://opencv.org>
      8 * Docs: <http://docs.opencv.org>
      9 * Q&A forum: <http://answers.opencv.org>
     10 * Issue tracking: <http://code.opencv.org>
     11 
     12 #### Contributing
     13 
     14 Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
     15 
     16 Summary of guidelines:
     17 
     18 * One pull request per issue;
     19 * Choose the right base branch;
     20 * Include tests and documentation;
     21 * Clean up "oops" commits before submitting;
     22 * Follow the coding style guide.
     23