pixel size of the image in matlab different from that of original pixel size
조회 수: 3 (최근 30일)
이전 댓글 표시
I am using MATLAB 2019b
I am facing the issue where the pixel size of the image is different from what MATLAB is giving as the pixel size of the image. I have tried using imread funciton of MATLAB it is showing the pixel size given in MATLAB. I am facing this issue only incase of this image and not incase of other images.
Any kind of suggestion or advice is appreciated
댓글 수: 4
Walter Roberson
2020년 12월 20일
Perhaps you are looking at the information for a file in a different directory?
My system says the image is 500 x 500 x 3
Uday Pradhan
2020년 12월 20일
Sai, please check the screenshot attached. The RGB_108.png which you have attached has dimensions 500 x 500 according to the Properties dialog.
답변 (1개)
Vinai Datta Thatiparthi
2020년 12월 21일
Hi Sai,
The image that you've shared on the community, I've also noticed that it's size is 500x500x3. Even in the properties of the image, you'll notice the "width" & "height" as 500 respectively. Also, notice that the "Bit Depth" is 24, indicating 3 channels, therefore resulting in size of the image as 500x500x3. For instance, in a grayscale image, the "Bit Depth" would have been 8 instead.
If the information from MATLAB and properties pane don't match, then a reasonable explanation could be that you're probably working on two different images (like was pointed out by @Walter).
Hope this helps!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!