http://www.emgu.com

Overload List

  NameDescription
Public methodStatic memberGetHomographyMatrixFromMatchedFeatures(array<Features2DTracker..::..MatchedImageFeature>[]()[][])
Recover the homography matrix using RANDSAC. If the matrix cannot be recovered, null is returned.
Public methodStatic memberGetHomographyMatrixFromMatchedFeatures(VectorOfKeyPoint, VectorOfKeyPoint, Matrix<(Of <<'(Int32>)>>), Matrix<(Of <<'(Byte>)>>), Double)
Recover the homography matrix using RANDSAC. If the matrix cannot be recovered, null is returned.

See Also