How can I detemine the presence of some colors (e.g white, light brown, dark brown, red, blue gray and black) in a piture like attached one?

조회 수: 1 (최근 30일)
I have to count presence of any colour if its number of pixels is more than 5% of total number of pixels.

채택된 답변

Image Analyst
Image Analyst 2020년 2월 22일
With 16 millino colors possible in a24 bit RGB image, probably no color has that much. You'd be best off defining a limited number, like 5 or 10, color ranges. Then like Daniel said, use the Color Thresholder App to get the area fraction for each color range that you specify.
  댓글 수: 2
riya shahrin
riya shahrin 2020년 2월 22일
편집: riya shahrin 2020년 2월 22일
I was having problem in selecting threshold value for some colours in color thresholder app as they are not exacty visible and separate from other shades. how can I select threshold value for light brown,derk brown and blue grey?
whenever I give a fixed RGB value for a color (e.g rgb(181,101,29) for light brown),number of pixel of that colour become zero.
Image Analyst
Image Analyst 2020년 2월 22일
Try LDA, where you manually lassoo regions that you define to be whatever color you want. See my attached demo.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Daniel Vieira
Daniel Vieira 2020년 2월 21일
the easiest way would be using the Color Thresholder App to create function for the each color you want.

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by