F1. 目录
* A. 安装
* B. 环境搭建
- 2. win10(x64)+vs2019+openCv4.1.0环境搭建
- 安装opencv
- 为opencv配置indows环境变量和属性文件
- 3.1 (win10 + vs2019) cmake编译 (opencv4.1.0 + opencv_contrib4.1.0)
- 安装cmake
- cmake-gui的使用
- 注意:opencv_contrib/modules的路径配置
* C. 开发流水线-人脸识别
- 1.opencv显示第一张照片
- 2.opencv显示usb camera的video
- 3.识别第一张人脸
- 4.训练人脸库
- 5.使用自己的人脸模型
F2. 参考
OpenCV README
Resources
- 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
Contributing
Please read the contribution guidelines before starting work on a pull request.
Summary of the 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.