文件名称:Wavelet-image-denoising-procedures
介绍说明--下载内容来自于网络,使用问题请自行百度
小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值
ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理
chl=length(ch)
for j=1:chl
if abs(ch(j))>=th
ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数
else
-Wavelet image denoising procedures. th = sigma* sqrt (2* log10 (L* T)) calculated threshold ch = c (1, num (4-i, 1): num (4-i, 3)+ step (4-i)-1) of the high-frequency coefficients thresholding chl = length (ch) for j = 1: chl if abs (ch (j))> = th ch (j) = sign (ch (j))* (abs (ch (j))-2* th/(1+ exp (m* (ch (j) ^ 2 )))) else threshold processing function
ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理
chl=length(ch)
for j=1:chl
if abs(ch(j))>=th
ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数
else
-Wavelet image denoising procedures. th = sigma* sqrt (2* log10 (L* T)) calculated threshold ch = c (1, num (4-i, 1): num (4-i, 3)+ step (4-i)-1) of the high-frequency coefficients thresholding chl = length (ch) for j = 1: chl if abs (ch (j))> = th ch (j) = sign (ch (j))* (abs (ch (j))-2* th/(1+ exp (m* (ch (j) ^ 2 )))) else threshold processing function
(系统自动生成,下载前可以参看下载内容)
下载文件列表
小波阈值图像去噪程序.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.