I'm looking for an efficient C or C++ algorithm that can convert RGB to HSV and vice versa. Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This link has the conversion algorithm, as well as example code in C++ http://en.literateprograms.org/RGB_to_HSV_color_space_conversion_%28C%29 |
|||
|
I've used these for a long time - no idea where they came from at this point... I have tried multiple times to get this formatted properly but cannot seem to accomplish it.
|
||||
|
|
|
You can also try this code without floats:
|
|||
|
|
|
This link has formulas for what you want. Then it's a matter of performance (numerical techniques) if you want it fast. |
|||
|
|
|
in your formula:
|
|||
|
|