T - Keypoint typepublic class FastLimitedBasicKeypointMatcher<T extends Keypoint> extends FastBasicKeypointMatcher<T>
modelKeypointsKNNmatches, modelKeypoints, thresh| Constructor and Description |
|---|
FastLimitedBasicKeypointMatcher(int threshold,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
findMatches(List<T> keys1)
Given a pair of images and their keypoints, pick the first keypoint from
one image and find its closest match in the second set of keypoints.
|
setModelFeaturescheckForMatch, getMatches, setThresholdpublic FastLimitedBasicKeypointMatcher(int threshold, int limit)
threshold - threshold for determining matching keypointslimit - public boolean findMatches(List<T> keys1)
FastBasicKeypointMatcherfindMatches in interface LocalFeatureMatcher<T extends Keypoint>findMatches in class FastBasicKeypointMatcher<T extends Keypoint>keys1 - features from the query