how to get hsv histogram for a sequence of silhouettes
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have a doubt of how to get hsv histogram for silhouettes
0 Commenti
Risposte (1)
Walter Roberson
il 12 Ago 2015
Use rgb2hsv() to convert the image to hsv. Then pass the hsv data to an rgb histogram routine as-if it were rgb data.
0 Commenti
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!