ColorConversion

Color conversion types.

Entries

Link copied to clipboard

Conversion from BGR color space to BGRA.

Link copied to clipboard

Conversion from RGB color space to RGBA.

Link copied to clipboard

Conversion from BGRA color space to BGR.

Link copied to clipboard

Conversion from RGBA color space to RGB.

Link copied to clipboard

Conversion from BGR color space to RGBA.

Link copied to clipboard

Conversion from RGB color space to BGRA.

Link copied to clipboard

Conversion from RGBA color space to BGR.

Link copied to clipboard

Conversion from BGRA color space to RGB.

Link copied to clipboard

Conversion from BGR color space to RGB.

Link copied to clipboard

Conversion from RGB color space to BGR.

Link copied to clipboard

Conversion from BGRA color space to RGBA.

Link copied to clipboard

Conversion from RGBA color space to BGRA.

Link copied to clipboard

Conversion from BGR color space to gray scale.

Link copied to clipboard

Conversion from RGB color space to gray scale.

Link copied to clipboard

Conversion from gray scale to BGR color space, using OpenCV's conversion algorithm for color recovery.

Link copied to clipboard

Conversion from gray scale to RGB color space, using OpenCV's conversion algorithm for color recovery.

Link copied to clipboard

Conversion from gray scale to BGRA color space, using OpenCV's conversion algorithm for color recovery.

Link copied to clipboard

Conversion from gray scale to RGBA color space, using OpenCV's conversion algorithm for color recovery.

Link copied to clipboard

Conversion from BGRA color space to gray scale.

Link copied to clipboard

Conversion from RGBA color space to gray scale.

Link copied to clipboard

Conversion from BGR to CIE-1931 XYZ color space.

Link copied to clipboard

Conversion from RGB to CIE-1931 XYZ color space.

Link copied to clipboard

Conversion from CIE-1931 XYZ to BGR color space.

Link copied to clipboard

Conversion from CIE-1931 XYZ to RGB color space.

Link copied to clipboard

Conversion from BGR to HSV color space using the same color conversion formula as OpenCV's cvtColor.

Link copied to clipboard

Conversion from RGB to HSV color space using the same color conversion formula as OpenCV's cvtColor.

Link copied to clipboard

Conversion from HSV to BGR color space using the same color conversion formula as OpenCV's cvtColor.

Link copied to clipboard

Conversion from HSV to RGB color space using the same color conversion formula as OpenCV's cvtColor.

Link copied to clipboard

Conversion from BGR to HLS color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.

Link copied to clipboard

Conversion from RGB to HLS color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.

Link copied to clipboard

Conversion from HLS to BGR color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.

Link copied to clipboard

Conversion from HLS to RGB color space using the same color conversion formula as OpenCV's cvtColor as OpenCV's cvtColor.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): Pipeline.ColorConversion

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.