Skip to content

Repository files navigation

OpenCV_C++ 学习笔记

  • 代码基于mingw64编译的opencv,需要自行使用mingw64编译opencv,替换.vscode/launch.json.vscode/tasks.json.vscode/c_cpp_properties.json文件中关于opencv路径和g++gdb路径的部分

Chapter index 章节索引:

Chapter01:

  • image read & write 图片读写
  • video and camera 视频与摄像头调用

Chapter02:

  • image process / basic functions
    • gausssian blur 高斯模糊
    • canny 边缘检测
    • dilate 膨胀
    • erode 腐蚀

Chapter03:

  • Resize and Crop Images 调整/裁剪图像

Chapter04:

  • Drawing Shapes and Text 绘制图像和文字

Chapter05:

  • Warp Perspective 扭曲透视
    • trackbar

Chapter06:

  • Color Detection 颜色检测

Chapter07:

  • Shape Detection 形状检测

Chapter08:

  • Face Detection 面部检测

Chapter09

  • Virtual Paint 虚拟绘画

Chapter10:

  • Document Scanner 文档扫描

Project index 项目索引

MyProject01:

  • Red_Green Light Detection 红绿灯检测

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages