CvLevMarq
Inheritance Hierarchy
OpenCvSharpCvModelEstimator2
OpenCvSharpCvHomographyEstimator
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvHomographyEstimator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvHomographyEstimator | Initializes a new instance of the CvHomographyEstimator class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refine | (Overrides CvModelEstimator2Refine(CvMat, CvMat, CvMat, Int32).) | |
RunKernel | (Overrides CvModelEstimator2RunKernel(CvMat, CvMat, CvMat).) | |
SetSeed | (Inherited from CvModelEstimator2.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
checkPartialSubsets | (Inherited from CvModelEstimator2.) | |
maxBasicSolutions | (Inherited from CvModelEstimator2.) | |
modelPoints | (Inherited from CvModelEstimator2.) | |
modelSize | (Inherited from CvModelEstimator2.) | |
rng | (Inherited from CvModelEstimator2.) |
See Also