Table of Contents

Enum CcmType

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Enum of the possible types of ccm.

public enum CcmType

Fields

Affine = 1

Uses a 4x3 matrix to affine transform RGB values with both scaling and offset terms.

Linear = 0

Uses a 3x3 matrix to linearly transform RGB values without offsets.