Vaccae / OpenCVDemoCppLinks
使用C++编写的OpenCV的一些练习应用Demo,IDE使用的VS2019,OpenCV版本号为4.5.1
☆74Updated 2 years ago
Alternatives and similar repositories for OpenCVDemoCpp
Users that are interested in OpenCVDemoCpp are comparing it to the libraries listed below
Sorting:
- C++从零实现传统视觉算法:边缘检测、直线&圆检测、直方图均衡化、风格迁移、人脸融合、全景图拼接、图像矫正、手写体识别☆115Updated 5 years ago
- C++实现的主流边缘检测算法(Canny、Sobel、Laplace、Roberts等)☆86Updated 6 years ago
- 基于OPenCV实现图像处理各种常用算法☆238Updated 5 years ago
- 基于Qt实现的图片数据标注工具. Image Annotation Tool Based on Qt, supporting 2D/3D Detection/Segmentation Annotation.☆135Updated 4 years ago
- This sample shows how to use the OpenVINO C++ 2.0 API to deploy Paddle PP-OCRv3 model☆25Updated 8 months ago
- 一个 LibTorch 版本的 Yolo 封装库☆198Updated last year
- 海康威视工业相机 型号:MV-CA013-21UM sdk qt 二次开发☆51Updated 2 years ago
- Shape-based template matching algorithm☆41Updated 3 months ago
- 结构体数据序列化存储为json配置文件或者图像数据序列化为二进制存储Protocol Buffers;Modern CPlusPlus Guide; The Modern C++ to solve real-world problems; CMake构建复杂工程项目、C/C…☆58Updated last week
- GreenOpen的图像处理算法库☆94Updated 4 years ago
- 基于opencv的4种YOLO目标检测,C++和Python两个版本的实现 ,仅仅只依赖opencv库就可以运行☆234Updated last year
- 强大的视觉处理软件☆101Updated 5 years ago
- 全景图像拼接☆40Updated 8 years ago
- 学习opencv,前面是C++写的,后面是python写的☆52Updated 6 years ago
- ☆42Updated 3 years ago
- win10 vs2017 qt_demo yolov4☆141Updated 5 years ago
- 一种适合工业级应用的基于深度学习的实时人脸检测与识别算法的C++实现,仅仅只依赖opencv库☆51Updated 3 years ago
- machine vision algorithm implementations for industrial vision projects.☆50Updated last year
- 实现摄像头的标定,双目摄像头的立体矫正、获取深度图和点云坐标,估计三维重建后的体积☆74Updated 7 years ago
- 图像处理自编软件☆151Updated 3 years ago
- 用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序,优化后的