how to get hsv histogram for a sequence of silhouettes
Show older comments
i have a doubt of how to get hsv histogram for silhouettes
Answers (1)
Walter Roberson
on 12 Aug 2015
0 votes
Use rgb2hsv() to convert the image to hsv. Then pass the hsv data to an rgb histogram routine as-if it were rgb data.
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!