colormap() not working in 2016b
2 次查看(过去 30 天)
显示 更早的评论
I have the following output:
but I want it to be as shown below:
if someone provides me with the code for this it will be a great help.
Thanks in advance.
0 个评论
回答(1 个)
Von Duesenberg
2018-6-10
I = imread('cameraman.tif');
imshow(I)
colormap jet
6 个评论
Walter Roberson
2018-6-11
The code I provided earlier with imagesc() appears to return that upper left picture. I do not have the data for the lower right pictures, and your two lower right pictures appear to be different original images
There are a number of books about digital image processing, which is a common university course. I do not have any to recommend myself, but the Gonzalez and Woods book is considered a classic; https://books.google.ca/books/about/Digital_Image_Processing.html?id=MaYuAAAAQBAJ&source=kp_cover&redir_esc=y
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Red 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!