T
- public interface LocalFeatureMatcher<T extends LocalFeature<?,?>>
Modifier and Type | Method and Description |
---|---|
boolean |
findMatches(List<T> queryfeatures)
Attempt to find matches between the model features from the database, and
given query features.
|
List<Pair<T>> |
getMatches()
Get the matches detected by the underlying algorithm
|
void |
setModelFeatures(List<T> modelkeys)
Set the features that represent the database to match queries against
|
void setModelFeatures(List<T> modelkeys)
modelkeys
- database of featuresboolean findMatches(List<T> queryfeatures)
queryfeatures
- features from the queryList<Pair<T>> getMatches()