Interface | Description |
---|---|
ModelFittingLocalFeatureMatcher<T extends LocalFeature<?,?>> |
Interface for classes able to match local features within the constraints of
a mathematical model between pairs of 2d points (i.e.
|
Class | Description |
---|---|
ConsistentLocalFeatureMatcher2d<T extends LocalFeature<?,?> & Point2d> |
Object to attempt to find a consistent geometric mapping of two sets of local
features according to a given model.
|
LocalConsistentKeypointMatcher<T extends Keypoint> |
Improved version of ConsistentKeypointMatcher.
|