Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error in image compression using Matlab

Status
Not open for further replies.

kangkk

Newbie level 3
Joined
Feb 18, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
Dear all,

Im doing a image compression assignment by using MATLAB, and i have a code here that occur error but i cant solve the problem.
Please give me some help.
compression using wavelet packets.

[compressed_image,TREED,comp_ratio,PERFL2] =WPDENCMP(thr,'s',n,'haar','threshold',5,1);

Thank you
 

image compression

what is the error exactly?
whatz thr? hwatz n?
better google out for that error.

this is just a example

x = imread('mri.tif');
[XD,TREED,PERF0,PERFL2] = wpdencmp(double(x), 's', 4, 'haar', 'threshold', 5, 1);

uint8(XD)
 

Re: image compression

thanks man

Added after 40 seconds:

u can try the dip book by gonzaleez using matlab
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top