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

1 visualizzazione (ultimi 30 giorni)
how do i assign a certain colour based on these colour theshold?
Which can produced results like this?

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 27 Mag 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!

Translated by