How to give degrees representation to hue in HSV matrix
Mostrar comentarios más antiguos
Hi,
I'm trying to convert RGB image to HSV.
When I take a look at the first dimension of the HSV matrix .i.e hue, I see that it is in double format.
I would like to see it in degrees .i.e 0 - 360 .
How can I do that?
Thanks,
Michael.
1 comentario
Image Analyst
el 17 de Nov. de 2012
Why?
Respuestas (1)
Jonathan Sullivan
el 16 de Nov. de 2012
1 voto
Just multiply the hue by 360.
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!