i have used dwt2 function for my input image? for approximation level i am getting blank image. what sould i do ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i have used dwt2 function for my input image? for approximation level i am getting blank image. what should i do ? i have attached the output image and the input image. i used default function. please do suggest me an idea
0 Kommentare
Akzeptierte Antwort
Rik
am 23 Okt. 2018
Your image is not white. imshow assumes your data is scaled from 0 to 1 if it is a double, while your data is clearly not from 0 to 1.
imshow(A,[0 255])%scale to uint8 range, change to [] for auto-scaling.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!