convert RGB values to equivalent HSV values using python

Posted by sree01 on Stack Overflow See other posts from Stack Overflow or by sree01
Published on 2010-04-10T05:24:04Z Indexed on 2010/04/10 5:33 UTC
Read the original article Hit count: 421

Filed under:
|

Hi,

I want to convert RGB values to HSV using python. I got some code samples, which gave the result with the S and V values greater than 100. (example : http://code.activestate.com/recipes/576554-covert-color-space-from-hsv-to-rgb-and-rgb-to-hsv/ ) . anybody got a better code which convert RGB to HSV and vice versa

thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about image-processing