Enum LinearizationType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Linearization transformation type.
public enum LinearizationType
Fields
ColorLogPolyFit = 3Logarithmic polynomial fitting channels respectively; needs a value assigned to the degree simultaneously.
ColorPolyFit = 2Polynomial fitting channels respectively; needs a value assigned to the degree simultaneously.
Gamma = 1Gamma correction; needs a value assigned to gamma simultaneously.
GrayLogPolyFit = 5Grayscale logarithmic polynomial fitting; needs a value assigned to the degree and dst_whites simultaneously.
GrayPolyFit = 4Grayscale polynomial fitting; needs a value assigned to the degree and dst_whites simultaneously.
Identity = 0No change is made.