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.
 
 
pxyngefk5 27b337f8fa
ADD file via upload
4 years ago
.idea the final version 4 years ago
__pycache__ my opencv project 4 years ago
djangoProject the final version 4 years ago
templates the final version 4 years ago
README.md ADD file via upload 4 years ago
db.sqlite3 Initial commit 4 years ago
manage.py Initial commit 4 years ago

README.md

数字图像处理期末项目

开始

以下说明会帮助你在本地上安装和运行项目,进行开发和测试。请参考部署小节。

安装要求

  • 需要python3.10

  • 并导入相关库

运行

  • 部署完成后进入网站进行操作

  • 推荐使用 Chrome 浏览器

实现功能

  • 绘制直方图,灰度直方图,彩色直方图

  • 对图像进行分段线性处理

  • 对图像进行放大,旋转,平移操作

  • 获取图像的水平镜像,对角线镜像,垂直镜像

  • 对图像进行仿射变换,图像增强

  • 使用 Roberts 算法提取图像边缘,使用 Sobel 算子提取边缘,使用 Laplacian 算子提取边缘,使用 LoG 算子提取边缘使用Canny 算子提取边缘

  • 均值滤波器中值滤波器Hough线段变化

  • 腐蚀膨胀雪花噪声高斯噪声高通滤波理想低通滤波Butterworth低通滤波器理想高通滤波Butterworth高通滤波器锐化

  • 人脸识别

作者

  • 刘赛威(前端)

  • 邓富强(后端)

  • 马百腾(后端, 前端)