Package boofcv.alg.feature.associate
Interface AssociateMaxDistance<D>
- All Superinterfaces:
Associate<D>
,AssociateDescription2D<D>
Two features can only be associated if their distance in image space is less than the specified number.
-
Method Summary
Methods inherited from interface boofcv.abst.feature.associate.Associate
associate, getDescriptionType, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setMaxScoreThreshold, uniqueDestination, uniqueSource
Methods inherited from interface boofcv.abst.feature.associate.AssociateDescription2D
initialize, setDestination, setSource
-
Method Details
-
getMaxDistance
double getMaxDistance() -
setMaxDistance
void setMaxDistance(double maxDistance)
-