boofcv.abst.feature.associate
Interface AssociateDescription2D<Desc>
-
- Type Parameters:
Desc- Feature description type.
- All Superinterfaces:
- Associate
- All Known Subinterfaces:
- AssociateMaxDistance<D>
- All Known Implementing Classes:
- AssociateDescTo2D, AssociateMaxDistanceNaive, AssociateStereo2D, BaseAssociateLocation2DFilter, EnforceUniqueByScore.Describe2D
public interface AssociateDescription2D<Desc> extends Associate
Associates features from two images together using both 2D location and descriptor information. Each source feature is paired up with a single feature in the destination. If a match is not found then it is added to the unassociated list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetDestination(FastQueue<Point2D_F64> location, FastQueue<Desc> descriptions)Provide the location and descriptions for destination features.voidsetSource(FastQueue<Point2D_F64> location, FastQueue<Desc> descriptions)Provide the location and descriptions for source features.-
Methods inherited from interface boofcv.abst.feature.associate.Associate
associate, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setThreshold, uniqueDestination, uniqueSource
-
-
-
-
Method Detail
-
setSource
void setSource(FastQueue<Point2D_F64> location, FastQueue<Desc> descriptions)
Provide the location and descriptions for source features.- Parameters:
location- Feature locations.descriptions- Feature descriptions.
-
setDestination
void setDestination(FastQueue<Point2D_F64> location, FastQueue<Desc> descriptions)
Provide the location and descriptions for destination features.- Parameters:
location- Feature locations.descriptions- Feature descriptions.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG