필터 지우기
필터 지우기

i have used dwt2 function for my input image? for approximation level i am getting blank image. what sould i do ?

조회 수: 1 (최근 30일)
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

채택된 답변

Rik
Rik 2018년 10월 23일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by