Features2DToolbox Class |
Namespace: Emgu.CV.Features2D
The Features2DToolbox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DrawKeypoints |
Draw the keypoints found on the image.
|
![]() ![]() | DrawMatches |
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.
|