How to use imcrop with [ ]

조회 수: 3 (최근 30일)
Sara
Sara 2022년 9월 21일
답변: Walter Roberson 2022년 9월 21일
Hi,
I have an image and i did FFT to the image. To see the image I used imshow(im,[]). But I want to use imcrop function in the the FFT image. The issue is the while image show to me when I run the code. I know I have to add [] in imshow(im,[]) to show all the pixels but how I can see all the pixels when I use imcrop function
I tried abs / log to imcrop but still does not show me the FFT as in imshow function shows.

채택된 답변

Walter Roberson
Walter Roberson 2022년 9월 21일
Use rescale() of the data before cropping.

추가 답변 (0개)

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by