Features2DToolbox Methods |
http://www.emgu.com The Features2DToolbox type exposes the following members.
Methods
| Name | Description |
---|
  | DrawKeypoints |
Draw the keypoints found on the image.
|
  | DrawMatches(IInputArray, VectorOfKeyPoint, IInputArray, VectorOfKeyPoint, VectorOfDMatch, IInputOutputArray, MCvScalar, MCvScalar, VectorOfByte, Features2DToolboxKeypointDrawType) |
Draw the matched keypoints between the model image and the observered image.
|
  | DrawMatches(IInputArray, VectorOfKeyPoint, IInputArray, VectorOfKeyPoint, VectorOfVectorOfDMatch, IInputOutputArray, MCvScalar, MCvScalar, IInputArray, Features2DToolboxKeypointDrawType) |
Draw the matched keypoints between the model image and the observed image.
|
  | DrawMatches(IInputArray, VectorOfKeyPoint, IInputArray, VectorOfKeyPoint, VectorOfVectorOfDMatch, IInputOutputArray, MCvScalar, MCvScalar, VectorOfVectorOfByte, Features2DToolboxKeypointDrawType) |
Draw the matched keypoints between the model image and the observered image.
|
  | GetHomographyMatrixFromMatchedFeatures |
Recover the homography matrix using RANDSAC. If the matrix cannot be recovered, null is returned.
|
  | VoteForSizeAndOrientation |
Eliminate the matched features whose scale and rotation do not aggree with the majority's scale and rotation.
|
  | VoteForUniqueness |
Filter the matched Features, such that if a match is not unique, it is rejected.
|
Top
See Also