您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网>源码下载>matlab源程序>

小波变换进行图像压缩matlab源代码/源程序

大小:34 人气: 2010-02-08 需要积分:0
HCPcry的空间

用户级别:注册会员

贡献文章:

贡献资料:

小波变换进行图像压缩matlab源代码/源程序:%removes all variables, globals, functions and
%MEX links(MATLAB loads and runs a different entry point symbol for C or Fortran MEX-files)
clear all;
% CLOSE ALL  closes all the open figure windows.
close all;
%read the image
input_image1=imread('rice.tif');
%display input image
%add noise
input_image=imnoise(input_image1,'speckle',.01);
figure;
imshow(input_image);
%give the number of decomposition level which must be integer and should not exceed 3
n=input('enter the decomposition level');

非常好我支持^.^

(20) 100%

不好我反对

(0) 0%

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!