1)本项目的主体为OpenCV2的官方代码,这里主要的目的是学习OpenCV2的源码,对代码进行编译,调试,注释,笔记.
2)通过运行run.sh
文件编译,运行OpenCV2.
在OPENCV/doc/note
路径下:
1)轮廓检测源码分析
- Homepage: https://opencv.org
- Docs: https://docs.opencv.org/master/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
Please read the contribution guidelines before starting work on a pull request.
- 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.