|
"Wayne King" wrote in message <j8ebdp$ipd$1@newscl01ah.mathworks.com>...
> "sampath" wrote in message <j8ea4i$e0f$1@newscl01ah.mathworks.com>...
> > What is the process of image compression using any wavelet? Is it the same process or every wavelet has its own compression process? For example, if we compare image compression using daubechies and haar wavelets, is the process same or different? if it is same, then to what extent is it same?
>
> Hi, You can play with wcompress to answer your question. For image compression applications, I would recommend you use a biorthogonal wavelet filter.
>
> Wayne
Hi,
Currently I'm doing a project of image compression using Daubechies D4 wavelet. In order to apply D4 to an image, do I have to decompose the image or can i apply D4 coefficients directly without decomposition of the image. If decomposition should be used what are the formulae for decomposition, I found many formulae on internet but I'm getting confused about which formulae to use.
|