文件名称:DigitalImageProcess
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2017-01-11
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
DFT.m:计算一幅图像的DFT,并在屏幕上显示频谱图,将频谱原点移到图像中间。
zhifangtu.m:用直方图均衡算法对一幅图像进行增强。
fenge.m:设计一种算法自动从灰度图像上求得全局分割阈值,将一幅图像中的目标和背景分隔开,使这幅图像的目标和背景有着不同的平均灰度。
gongshengjuzhen.m:求出一幅图像的像素和有下一个像素的共生矩阵。
OpenAndClose.m:实现二值形态学的膨胀、腐蚀、开操作、闭操作。-DFT.m: Calculates the DFT of an image and displays the spectrum on the screen, moving the spectral origin to the center of the image.
Zhifangtu.m: A histogram equalization algorithm for an image enhancement.
Fenge.m: design an algorithm automatically the grayscale image to obtain the global segmentation threshold, an image of the target and the background is separated, so that the image of the target and the background has a different average gray.
Gongshengjuzhen.m: Find the co-occurrence matrix of an image pixel and the next pixel.
OpenAndClose.m: Binary morphology to achieve the expansion, corrosion, open operation, closed operation.
zhifangtu.m:用直方图均衡算法对一幅图像进行增强。
fenge.m:设计一种算法自动从灰度图像上求得全局分割阈值,将一幅图像中的目标和背景分隔开,使这幅图像的目标和背景有着不同的平均灰度。
gongshengjuzhen.m:求出一幅图像的像素和有下一个像素的共生矩阵。
OpenAndClose.m:实现二值形态学的膨胀、腐蚀、开操作、闭操作。-DFT.m: Calculates the DFT of an image and displays the spectrum on the screen, moving the spectral origin to the center of the image.
Zhifangtu.m: A histogram equalization algorithm for an image enhancement.
Fenge.m: design an algorithm automatically the grayscale image to obtain the global segmentation threshold, an image of the target and the background is separated, so that the image of the target and the background has a different average gray.
Gongshengjuzhen.m: Find the co-occurrence matrix of an image pixel and the next pixel.
OpenAndClose.m: Binary morphology to achieve the expansion, corrosion, open operation, closed operation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数字图像处理\DFT.m
............\fenge.m
............\gongshengjuzhen.m
............\OpenAndClose.m
............\zhifangtu.m
数字图像处理