amino
Lightweight Robot Utility Library
|
Go to the source code of this file.
Functions | |
AA_API void | aa_cv_rgb2hsv (const double rgb[3], double hsv[3]) |
Convert RGB to HSV color. More... | |
AA_API void aa_cv_rgb2hsv | ( | const double | rgb[3], |
double | hsv[3] | ||
) |
Convert RGB to HSV color.
rgb | red-green-blue colors in range [0,1] |
hsv | hue-saturation-value colors, hue in radians |