• Stars
    star
    106
  • Rank 324,026 (Top 7 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

opencv-python 应用

ImageMiniLab

GitHub issues GitHub stars GitHub forks GitHub release language GitHub license

logo

图像迷你实验室,可进行图像实验,图像处理,图像分析。

食用指南

  • 项目环境:PyQt6 + Qt Designer + Python 3.x
  • ui编译:python -m PyQt6.uic.pyuic ImageMiniLabUI.ui -o ImageMiniLabUI.py
  • 包:opencv-python、PyQt6、numpy

todo list

✅ 灰度化
✅ 反转
✅ 通道分离
✅ 噪声、滤波
✅ 高斯双边滤波
✅ 均值偏移滤波
✅ 图像二值化
✅ Canny边缘检测
✅ 直线检测
✅ 圆检测
✅ 轮廓发现
⬜ 分水岭分割
⬜ 图像开闭操作
✅ 人脸检测
⬜ 验证码识别

灰度化 反转 通道分离 高斯噪声滤波 高斯双边滤波 均值偏移滤波 图像二值化 Canny边缘检测 人脸识别