Tagged Questions
19
votes
5answers
21k views
How to change RGB color to HSV?
How to change RGB color to HSV? In C# language.
I search for very fast method without any external library.
1
vote
3answers
2k views
Converting an rgb image to hsv
I'm trying to convert an rgb image to the equivalent hsv one in C#. I found several algorithms to do the conversion but couldn't find how to save these values of an image after calculating it.
For ...
0
votes
1answer
102 views
changing white and black color using HSV color space
im converting the the RGB color image into HSV color space and Im change hue using a trackbar and converting back it to RGB values. this methord works fine and changes color excepts for white and ...