Initializes a new instance of the CvModelEstimator2 class
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected CvModelEstimator2( int modelPoints, CvSize modelSize, int maxBasicSolutions )
Parameters
- modelPoints
- Type: SystemInt32
[Missing <param name="modelPoints"/> documentation for "M:OpenCvSharp.CvModelEstimator2.#ctor(System.Int32,OpenCvSharp.CvSize,System.Int32)"]
- modelSize
- Type: OpenCvSharpCvSize
[Missing <param name="modelSize"/> documentation for "M:OpenCvSharp.CvModelEstimator2.#ctor(System.Int32,OpenCvSharp.CvSize,System.Int32)"]
- maxBasicSolutions
- Type: SystemInt32
[Missing <param name="maxBasicSolutions"/> documentation for "M:OpenCvSharp.CvModelEstimator2.#ctor(System.Int32,OpenCvSharp.CvSize,System.Int32)"]
See Also