color-problem with imread and image
이전 댓글 표시
I'm working on a mirror anamorphosis by a cilindrical mirror. I'm having a problem with using colors. The problem can be reduced to this simple script:
picture = imread('pict.jpg')
image(picture)
This is the picture that I want to get:

This is the picture that I do get:

Does anyone know what went wrong? Many thanks.
댓글 수: 5
Image Analyst
2017년 8월 14일
Not sure what your edit was, but with what I see now, my answer below still stands.
Stephen23
2017년 8월 14일
@Merijn Vangilbergen: you have an indexed image. You should read these:
Merijn Vangilbergen
2017년 8월 15일
Omer Al Sumeri
2022년 5월 5일
The answer is unclear to me, Can someone clarify?
Image Analyst
2022년 5월 7일
@Omer Al Sumeri, sure. Just start a new thread and attach your indexed image file. There, show us a screenshot of what you're getting when you use my answer from below
[indexedImage, cmap] = imread('Charizard.jpg.png');
imshow(indexedImage, cmap);
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!