Table of Contents

Method Create

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Create(int, float)

Creates CalibrateRobertson object

public static CalibrateRobertson Create(int maxIter = 30, float threshold = 0.01)

Parameters

maxIter int

maximal number of Gauss-Seidel solver iterations.

threshold float

target difference between results of two successive steps of the minimization.

Returns

CalibrateRobertson