Click or drag to resize

CalibrateRobertson Constructor

http://www.emgu.com
Creates CalibrateRobertson object.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CalibrateRobertson(
	int maxIter = 30,
	float threshold = 0.01f
)

Parameters

maxIter (Optional)
Type: SystemInt32
maximal number of Gauss-Seidel solver iterations.
threshold (Optional)
Type: SystemSingle
get difference between results of two successive steps of the minimization.
See Also