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 = 1The least square method, an optimal solution under the linear RGB distance function.
WhiteBalance = 0The white balance method.