T
- public interface ModelFittingLocalFeatureMatcher<T extends LocalFeature<?,?>> extends LocalFeatureMatcher<T>
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 and learn the parameters of the underlying model
that links the two sets of features.
|
Model<Point2d,Point2d> |
getModel()
Get the model that has been learned.
|
void |
setFittingModel(RobustModelFitting<Point2d,Point2d,?> mf)
Set the object which robustly attempts to fit matches to the model
|
getMatches, setModelFeatures
void setFittingModel(RobustModelFitting<Point2d,Point2d,?> mf)
mf
- fitting modelboolean findMatches(List<T> queryfeatures)
findMatches
in interface LocalFeatureMatcher<T extends LocalFeature<?,?>>
queryfeatures
- features from the query