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.

23 lines
709 B

  1. Introduction
  2. ===
  3. #### OpenCV: Open Source Computer Vision Library.OpenCV is based on (open source) issued cross-platform computer vision library, you can run on Linux, Windows and Mac OS operating systems.
  4. #### Resources
  5. * Homepage: <http://opencv.org>
  6. * Docs: <http://docs.opencv.org>
  7. * Q&A forum: <http://answers.opencv.org>
  8. * Issue tracking: <http://code.opencv.org>
  9. #### Contributing
  10. Please read before starting work on a pull request: <http://code.opencv.org/projects/opencv/wiki/How_to_contribute>
  11. Summary of guidelines:
  12. * One pull request per issue;
  13. * Choose the right base branch;
  14. * Include tests and documentation;
  15. * Clean up "oops" commits before submitting;
  16. * Follow the coding style guide.