资源简介

KSVD图像去噪,组稀疏编码,新的去噪思路

资源截图

代码片段和文件信息

function [IOutoutput] = denoiseImageKSVD(ImagesigmaKvarargin)
%==========================================================================
%   P E R F O R M   D E N O I S I N G   U S I N G   A  D I C T  I O N A R Y
%                  T R A I N E D   O N   N O I S Y   I M A G E
%==========================================================================
% function IOut = denoiseImageKSVD(ImagesigmaKvarargin)
% denoise an image by sparsely representing each block with the
% already overcomplete trained Dictionary and averaging the represented parts.
% Detailed description can be found in “Image Denoising Via Sparse and Redundant
% representations over Learned Dictionaries“ (appeared in the 
% IEEE Trans. on Image Processing Vol. 15 no. 12 December 2006).
% This function 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-04-15 11:03  demo\
     文件       18965  2012-04-11 19:59  demo\1.jpg
     文件        9088  2007-01-24 07:53  demo\denoiseImageKSVD.m
     文件        3246  2007-01-25 08:39  demo\displayDictionaryElementsAsImage.asv
     文件        3224  2007-01-25 08:39  demo\displayDictionaryElementsAsImage.m
     文件        1235  2012-04-13 20:36  demo\fenge.m
     文件       12292  2009-09-03 10:54  demo\KSVD.m
     文件         631  2006-12-11 09:56  demo\my_im2col.m
     文件         954  2007-04-29 10:17  demo\OMP.m
     文件        1083  2006-12-11 15:08  demo\OMPerr.m
     文件        2842  2012-04-15 11:04  demo\quzao.m

评论

共有 条评论