Direct Graphical Models
v.1.7.0
|
Color space transformations. More...
Functions | |
cv::Scalar | rgb2bgr (cv::Scalar rgb) |
Transforms color from RGB to BGR. More... | |
cv::Scalar | bgr2rgb (cv::Scalar bgr) |
Transforms color from RGB to BGR. More... | |
cv::Scalar | hsv2bgr (cv::Scalar hsv) |
Transforms color from HSV to BGR space. More... | |
cv::Scalar | hsv2rgb (cv::Scalar hsv) |
Transforms color from HSV to RGB space. More... | |
Color space transformations.
This namespace collects methods for converting color between color spaces
|
inline |
Transforms color from RGB to BGR.
bgr | Color in Blue-Green-Red format |
Definition at line 37 of file ColorSpaces.h.
|
inline |
Transforms color from HSV to BGR space.
hsv | Color in Hue-Saturation-Value color space Hue:[0; 360); Saturation:[0; 255]: Value:[0; 255] |
Definition at line 44 of file ColorSpaces.h.
|
inline |
Transforms color from HSV to RGB space.
hsv | Color in Hue-Saturation-Value color space Hue:[0; 360); Saturation:[0; 255]: Value:[0; 255] |
Definition at line 107 of file ColorSpaces.h.
|
inline |
Transforms color from RGB to BGR.
rgb | Color in Red-Green-Blue format |
Definition at line 23 of file ColorSpaces.h.