CvRANSACUpdateNumIters Method OpenCvSharp Class Library
updates the number of RANSAC iterations

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int RANSACUpdateNumIters(
	double p,
	double errProb,
	int modelPoints,
	int maxIters
)

Parameters

p
Type: SystemDouble

[Missing <param name="p"/> documentation for "M:OpenCvSharp.Cv.RANSACUpdateNumIters(System.Double,System.Double,System.Int32,System.Int32)"]

errProb
Type: SystemDouble

[Missing <param name="errProb"/> documentation for "M:OpenCvSharp.Cv.RANSACUpdateNumIters(System.Double,System.Double,System.Int32,System.Int32)"]

modelPoints
Type: SystemInt32

[Missing <param name="modelPoints"/> documentation for "M:OpenCvSharp.Cv.RANSACUpdateNumIters(System.Double,System.Double,System.Int32,System.Int32)"]

maxIters
Type: SystemInt32

[Missing <param name="maxIters"/> documentation for "M:OpenCvSharp.Cv.RANSACUpdateNumIters(System.Double,System.Double,System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv.RANSACUpdateNumIters(System.Double,System.Double,System.Int32,System.Int32)"]

See Also

Reference