Sir i am working on a project in which I had applied 1D DWT on a lena image.The image looks like i attached. Now i want to compress the LL band of the image(the part of the image containing the complete image).
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
but i am not getting how to take only that part of the image.e.g. if i want to take complete image i will use
i=imread('lena.bmp'); imshow(i); and it will display the complete image.
but now i want only access LL part of the image as I have to apply DPCM only in that part(subband) of the image.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Wavelet Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!