>I am developing project in java in which i have to convert RGB image
> to HSV image so please send me the code or algorithm for that
When I google for "hsv rgb" the first hit is:
Color Conversion Algorithms
RGB to HSV & HSV to RGB. The Hue/Saturation/Value model was created by A.
R. Smith in 1978. It is based on such intuitive color characteristics as
tint, ...
- Oliver