Tagged Questions

17
votes
5answers
20k 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.
0
votes
1answer
79 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 ...
0
votes
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 ...