Table of Contents

Method SetLinearizationDegree

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetLinearizationDegree(int)

Sets the degree of the linearization polynomial. Only valid when linearization is set to ColorPolyFit, GrayPolyFit, ColorLogPolyFit, or GrayLogPolyFit. Default: 3.

public void SetLinearizationDegree(int deg)

Parameters

deg int

the degree of the linearization polynomial.