ColorConversion
Color conversion types.
Entries
Conversion from BGR color space to BGRA.
Conversion from RGB color space to RGBA.
Conversion from BGRA color space to BGR.
Conversion from RGBA color space to RGB.
Conversion from BGR color space to RGBA.
Conversion from RGB color space to BGRA.
Conversion from RGBA color space to BGR.
Conversion from BGRA color space to RGB.
Conversion from BGR color space to RGB.
Conversion from RGB color space to BGR.
Conversion from BGRA color space to RGBA.
Conversion from RGBA color space to BGRA.
Conversion from BGR color space to gray scale.
Conversion from RGB color space to gray scale.
Conversion from gray scale to BGR color space, using OpenCV's conversion algorithm for color recovery.
Conversion from gray scale to RGB color space, using OpenCV's conversion algorithm for color recovery.
Conversion from gray scale to BGRA color space, using OpenCV's conversion algorithm for color recovery.
Conversion from gray scale to RGBA color space, using OpenCV's conversion algorithm for color recovery.
Conversion from BGRA color space to gray scale.
Conversion from RGBA color space to gray scale.
Conversion from BGR to CIE-1931 XYZ color space.
Conversion from RGB to CIE-1931 XYZ color space.
Conversion from CIE-1931 XYZ to BGR color space.
Conversion from CIE-1931 XYZ to RGB color space.
Conversion from BGR to HSV color space using the same color conversion formula as OpenCV's cvtColor.
Conversion from RGB to HSV color space using the same color conversion formula as OpenCV's cvtColor.
Conversion from HSV to BGR color space using the same color conversion formula as OpenCV's cvtColor.
Conversion from HSV to RGB color space using the same color conversion formula as OpenCV's cvtColor.
Conversion from BGR to HLS color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.
Conversion from RGB to HLS color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.
Conversion from HLS to BGR color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.
Conversion from HLS to RGB color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.