Enum CcmType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Enum of the possible types of ccm.
public enum CcmType
Fields
Affine = 1Uses a 4x3 matrix to affine transform RGB values with both scaling and offset terms.
Linear = 0Uses a 3x3 matrix to linearly transform RGB values without offsets.