HSV color assignment depending on the height of the corresponding histogram bin

조회 수: 1 (최근 30일)
how do i assign a certain colour based on these colour theshold?
Which can produced results like this?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 5월 27일
If you use less than & equal (both inclusion), it may be cover the entire image.
e.g
if h_level>0.75 & s_level>0.75
pixels=red
so on...
Use logical indexing to avoid multiple if else.

Community Treasure Hunt

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

Start Hunting!

Translated by