http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Recover the homography matrix using RANDSAC. If the matrix cannot be recovered, null is returned.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static HomographyMatrix GetHomographyMatrixFromMatchedFeatures( Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature[] matchedFeatures ) |
Visual Basic |
---|
Public Shared Function GetHomographyMatrixFromMatchedFeatures ( _ matchedFeatures As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature() _ ) As HomographyMatrix |
Visual C++ |
---|
public: static HomographyMatrix^ GetHomographyMatrixFromMatchedFeatures( array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>^ matchedFeatures ) |
Parameters
- matchedFeatures
- Type: array<Emgu.CV.Features2D..::..Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>[]()[][]
The Matched Features, only the first ModelFeature will be considered