You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
momo ac0d7319f5 README.md 4 years ago
res first commit 4 years ago
x64 first commit 4 years ago
.gitignore first commit 4 years ago
DIP182002108.APS first commit 4 years ago
DIP182002108.cpp first commit 4 years ago
DIP182002108.h first commit 4 years ago
DIP182002108.rc first commit 4 years ago
DIP182002108.vcxproj first commit 4 years ago
DIP182002108.vcxproj.filters first commit 4 years ago
DIP182002108.vcxproj.user first commit 4 years ago
DIP182002108Dlg.cpp first commit 4 years ago
DIP182002108Dlg.h first commit 4 years ago
README.md README.md 4 years ago
framework.h first commit 4 years ago
image-20211012124844930.png README.md 4 years ago
pch.cpp first commit 4 years ago
pch.h first commit 4 years ago
resource.h first commit 4 years ago
targetver.h first commit 4 years ago

README.md

图像处理软件

使用OpenCV进行图像处理

OpenCV使用版本4.5.1

主要实现功能

  • 图像的缩放旋转
  • 错切
  • 线性对比度展宽
  • 伪彩色增强
  • 非线性动态范围调整
  • 直方图均衡
  • 动态阈值分割和固定阈值分割
  • 区域生长法分割和满水法分割
  • 图像去噪
  • 图像锐化
  • 腐蚀和膨胀
  • 颜色空间转换
  • 白平衡

界面图