1. 灰度线性变换, 是一种空域的方法, 直接对每一个像素迟谈袜的灰度值进行增强图像。2. 直方图均衡变换侍败。通常用来增加许多图像的全局对比度,亮度可以更好地在直方图上分布。3. 同态滤波利用去除乘性噪声(multiplicative noise),可以同时增加对比度以及标准化亮度,借此达到码激图像增强的目的。
可以使用下竖塌槐面这个函数添加噪声imnoise
滤余友波的方法请查看参考资料
J = IMNOISE(I,TYPE,...) Add noise of a given TYPE to the intensity image
I. TYPE is a string that can have one of these values:
'gaussian' Gaussian white noise with constant
mean and variance
'localvar' Zero-mean Gaussian white noise
with an intensity-dependent variance
'poisson'Poisson noise
'salt &pepper' "On and Off" pixels
'speckle'Multiplicative noise
Depending on TYPE, you can specify additional parameters to IMNOISE. All
numerical parameters are normalizedthey correspond to operations with
images with intensities ranging from 0 to 1.
更详细的可以查看帮助
祝你学衫颤习愉快!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)