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.

19 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# fu_dig
一、实现的主要功能
1功能一通过界面可以打开本地图片提示图片过大可以压缩并显示
2功能二实现可以任意截取图像大小和修改尺寸功能
3功能三实现图像任意角度旋转和翻转变换功能
4功能四使用n值化、线性化、非线性化方法进行灰度变换增强图像对比度
5功能五实现图像模糊、轮廓滤波、高斯模糊、浮雕滤镜功能
6功能六可显示彩色图像R、G、B通道直方图
7功能七实现两幅图像相加图片尺寸不一的自动改变尺寸
8功能八实现均值滤波和中值滤波
9功能九实现Sobel算子图像锐化
10功能十实现恢复原图对比原图图像保存的功能。
二、其它
1界面利用tkinter库函数实现图像处理界面包含菜单栏
2实现可任意调整图像亮度、色彩度、对比度、锐度功能
3实现人脸检测方法输入一张图像可以显示出检测到的人脸。