Desc - Feature description type.public interface AssociateDescription2D<Desc> extends Associate
| Modifier and Type | Method and Description |
|---|---|
void |
setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
Provide the location and descriptions for destination features.
|
void |
setSource(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
Provide the location and descriptions for source features.
|
associate, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setThreshold, uniqueDestination, uniqueSourcevoid setSource(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
location - Feature locations.descriptions - Feature descriptions.void setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
location - Feature locations.descriptions - Feature descriptions.