Table of Contents

Enum LinearizationType

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Linearization transformation type.

public enum LinearizationType

Fields

ColorLogPolyFit = 3

Logarithmic polynomial fitting channels respectively; needs a value assigned to the degree simultaneously.

ColorPolyFit = 2

Polynomial fitting channels respectively; needs a value assigned to the degree simultaneously.

Gamma = 1

Gamma correction; needs a value assigned to gamma simultaneously.

GrayLogPolyFit = 5

Grayscale logarithmic polynomial fitting; needs a value assigned to the degree and dst_whites simultaneously.

GrayPolyFit = 4

Grayscale polynomial fitting; needs a value assigned to the degree and dst_whites simultaneously.

Identity = 0

No change is made.