T
- Keypoint typepublic class FastLimitedBasicKeypointMatcher<T extends Keypoint> extends FastBasicKeypointMatcher<T>
modelKeypointsKNN
matches, 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.
|
setModelFeatures
checkForMatch, getMatches, setThreshold
public FastLimitedBasicKeypointMatcher(int threshold, int limit)
threshold
- threshold for determining matching keypointslimit
- public boolean findMatches(List<T> keys1)
FastBasicKeypointMatcher
findMatches
in interface LocalFeatureMatcher<T extends Keypoint>
findMatches
in class FastBasicKeypointMatcher<T extends Keypoint>
keys1
- features from the query