Info

此问题已关闭。 请重新打开它进行编辑或回答。

How do I label the bright and less bright points in the image with different colors?

1 次查看(过去 30 天)
Hello!
I have the below image that shows many points
some of them are brighter than the other"less bright", how do I label them with different colors?
Thanks in advance.

回答(1 个)

Image Analyst
Image Analyst 2014-10-1
colormap(jet(256));
colorbar;
You can use other colormaps - there are a bunch of default ones so pick one of those or else make up something custom.

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by