how to get hsv histogram for a sequence of silhouettes

Answers (1)

Use rgb2hsv() to convert the image to hsv. Then pass the hsv data to an rgb histogram routine as-if it were rgb data.

Asked:

on 12 Aug 2015

Answered:

on 12 Aug 2015

Community Treasure Hunt

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

Start Hunting!