boofcv.alg.feature.associate
Interface AssociateMaxDistance<D>
-
- All Superinterfaces:
- Associate, AssociateDescription2D<D>
- All Known Implementing Classes:
- AssociateMaxDistanceNaive
public interface AssociateMaxDistance<D> extends AssociateDescription2D<D>
Two features can only be associated if their distance in image space is less than the specified number.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetMaxDistance()voidsetMaxDistance(double maxDistance)-
Methods inherited from interface boofcv.abst.feature.associate.AssociateDescription2D
setDestination, setSource
-
Methods inherited from interface boofcv.abst.feature.associate.Associate
associate, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setThreshold, uniqueDestination, uniqueSource
-
-
DataMelt 3.0 © DataMelt by jWork.ORG