Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How coloring some region of Image regarding its value?

조회 수: 1 (최근 30일)
fateme
fateme 2014년 4월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
I'm going to write a code that its final result become an image described below: a circle which there are 4 hollow circles inside of it in a specified location in it and I want to fill small circles with a color corresponding to specified value assigned to every one and have a colorbar as a legend for color in every circle to know its value. THX

답변 (1개)

Image Analyst
Image Analyst 2014년 4월 7일
Sounds too much like a homework problem (even though you didn't tag it as homework). Is it? I'm going to assume it is so I'll just give you a demo I already have where I put small circles into a big circle. All you have to do is to tell it to do 4 instead of lots of them, and assign each one a particular gray value. Then call the colormap(lines(5)) and colorbar() functions. You should be able to easily do that.

Community Treasure Hunt

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

Start Hunting!

Translated by