http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static HomographyMatrix GetHomographyMatrixFromMatchedFeatures( Features2DTracker..::..MatchedImageFeature[] matchedFeatures ) |
Visual Basic |
---|
Public Shared Function GetHomographyMatrixFromMatchedFeatures ( _ matchedFeatures As Features2DTracker..::..MatchedImageFeature() _ ) As HomographyMatrix |
Visual C++ |
---|
public: static HomographyMatrix^ GetHomographyMatrixFromMatchedFeatures( array<Features2DTracker..::..MatchedImageFeature>^ matchedFeatures ) |
Parameters
- matchedFeatures
- Type: array<Emgu.CV.Features2D..::..Features2DTracker..::..MatchedImageFeature>[]()[][]
The Matched Features, only the first ModelFeature will be considered