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.

image processing + matlab + wavelet transforms..good combi ?

Status
Not open for further replies.

amer

Junior Member level 3
Joined
Jul 27, 2004
Messages
27
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
158
combi matlab

hi pals ...

i m trying to compress the bmp image to jpeg standards using wavelet transforms .. can anyone suggest me how to proceed ??

i also wanted to find " in which portion of the image i have the maximum information .. "

thanks in advance
 

Re: image processing + matlab + wavelet transforms..good com

I am also a beginer at wavelet but as far as i know jpeg is done with the furier transform not wavelet. However jpeg2000 standard is done with wavelet so you can check its standart.

you can check this book:
 

Re: image processing + matlab + wavelet transforms..good com

oh yeah ... its jpeg2000

thanks for the link ....
 

Re: image processing + matlab + wavelet transforms..good com

Hi

I have recently found this site

hxxp://bigwww.epfl.ch/publications/all.html

There are some papers about wavelet (jpeg2000) and image processing. Good for theory.
 

Re: image processing + matlab + wavelet transforms..good com

Dear amer,
JPEG 2000 cover the wavelet transform to compress the Digital Image.
previous JPEG was based on DCT and it uses the assumption that more the correlated image more energy will be packed in the bins and as per the theory the correlated data has the power spectrum peaked near low frequency region.
The similar type of concept is exploited in the Wavelets where you design a filter bank consisting of several filters and the seperate filter is used to get the required frequency component.

I will recommend you to read the standard carefully before jumping on to the implementation.
Try to get the reference software of JPEG 2000 I think it's called JASPER.

-Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top