- 代码基于
mingw64编译的opencv,需要自行使用mingw64编译opencv,替换.vscode/launch.json和.vscode/tasks.json、.vscode/c_cpp_properties.json文件中关于opencv路径和g++及gdb路径的部分
- image read & write 图片读写
- video and camera 视频与摄像头调用
- image process / basic functions
- gausssian blur 高斯模糊
- canny 边缘检测
- dilate 膨胀
- erode 腐蚀
- Resize and Crop Images 调整/裁剪图像
- Drawing Shapes and Text 绘制图像和文字
- Warp Perspective 扭曲透视
- trackbar
- Color Detection 颜色检测
- Shape Detection 形状检测
- Face Detection 面部检测
- Virtual Paint 虚拟绘画
- Document Scanner 文档扫描
- Red_Green Light Detection 红绿灯检测