Table of Contents

Enum InitialMethodType

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Enum of the possible types of the initial method used to calculate the initial CCM value.

public enum InitialMethodType

Fields

LeastSquare = 1

The least square method, an optimal solution under the linear RGB distance function.

WhiteBalance = 0

The white balance method.