| Interface | Description |
|---|---|
| LocalFeatureMatcher<T extends LocalFeature<?,?>> |
Interface for objects able to match sets of local features against each
other.
|
| Class | Description |
|---|---|
| BasicMatcher<T extends LocalFeature<?,?>> |
Basic local feature matcher.
|
| BasicTwoWayMatcher<T extends LocalFeature<?,?>> |
Matcher that uses minimum Euclidean distance to find matches.
|
| FastBasicKeypointMatcher<T extends Keypoint> |
Basic keypoint matcher.
|
| FastEuclideanKeypointMatcher<T extends Keypoint> |
Uses a ByteKDTree to estimate approximate nearest neighbours more
efficiently.
|
| FastLimitedBasicKeypointMatcher<T extends Keypoint> |
Basic keypoint matcher.
|
| FastLimitedEuclideanKeypointMatcher<T extends Keypoint> |
Basic keypoint matcher.
|
| KeypointCorrespondenceTestHelper |
Supports the generation of mild affine transforms.
|
| MatchingUtilities |
Drawing utility useful for drawing two images and the matches between their feature points
|
| MultipleMatchesMatcher<T extends Keypoint> |
A
LocalFeatureMatcher that only matches points that
are self similar with other points. |
| VotingKeypointMatcher<T extends Keypoint> |
Matcher rejects matches with no local support
|