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

1 view (last 30 days)
how do i assign a certain colour based on these colour theshold?
Which can produced results like this?

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 27 May 2021
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!