How to show image of a wavelet transformed image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
imdata = imread('ngc6543a.jpg');
[C,S] = wavedec2(imdata,3,'bior3.5');
y=imshow( ? ).
How to display the image?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!