1 Star 0 Fork 0

qianbo0423 / OpenCVImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

OpenCVImage

This is a project for basic learning of OpenCV. There are many functions for image processing in the project. For some simple functions, we do not use OpenCV functions, but complete the code independently, so as to better help beginners understand OpenCV.

Enviroment

  1. Operation System: macOS-11.5.2
  2. Development Platform: Qt-5.15.1 (Clang 11.0 (Apple), 64 bit)
  3. Machine Vision: OpenCV-4.5.3

Language

C++

Content

  1. Image preprocessing: open image, image grayscale processing, display grayscale histogram, grayscale equalization, gradient sharpening, Laplace sharpening, etc.
  2. Edge detection: including Roberts operator, Sobel operator, Laplace operator, Prewitt operator, Canny operator, Krisch operator, etc.
  3. Add noise: including salt and pepper noise, Gaussian noise, etc.
  4. Filtering processing: including mean filtering, median filtering, side window filtering, morphological filtering, Gaussian filtering, etc.
  5. Camera calibration: realize camera calibration. Stereo matching, etc.
  6. Image transformation: mainly affine transformation and perspective transformation.
  7. Background processing: implement threshold segmentation, OSTU and Kittler static threshold segmentation, inter-frame difference and Gaussian mixture background, etc.
  8. Feature obvious operations: including LBP, histogram detection, template matching, color matching, Gabor filtering, etc.
  9. Feature extraction: implement SIFT algorithm, ORB algorithm, coordinate point SVM, Haar algorithm, etc.

Result

More

If you want to know more about this code, you can click the detailed explanation of this code or contact me via the link above.😊

空文件

简介

暂无描述 展开 收起
C++ 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/guanzhi0319/OpenCVImage.git
git@gitee.com:guanzhi0319/OpenCVImage.git
guanzhi0319
OpenCVImage
OpenCVImage
main

搜索帮助