×

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

消耗积分:10 | 格式:rar | 大小:34 | 2010-02-08

分享资料个

小波变换进行图像压缩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');

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(6)
发评论
492991772 2012-05-16
0 回复 举报
看看再说 不过还是谢啦 收起回复
马铃薯片 2012-04-25
0 回复 举报
非常感谢啊 收起回复
全部评论

下载排行榜

全部6条评论

快来发表一下你的评论吧 !