Desc - Feature description typepublic static class EnforceUniqueByScore.Describe2D<Desc> extends EnforceUniqueByScore<AssociateDescription2D<Desc>> implements AssociateDescription2D<Desc>
EnforceUniqueByScore for AssociateDescription2D.EnforceUniqueByScore.Describe<Desc>, EnforceUniqueByScore.Describe2D<Desc>association, numDestination, numSource, unassociated, uniqueByScore| Constructor and Description |
|---|
Describe2D(AssociateDescription2D<Desc> alg,
boolean checkSource,
boolean checkDestination) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> listDst)
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> listSrc)
Provide the location and descriptions for source features.
|
associate, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setThreshold, uniqueDestination, uniqueSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociate, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setThreshold, uniqueDestination, uniqueSourcepublic Describe2D(AssociateDescription2D<Desc> alg, boolean checkSource, boolean checkDestination)
public void setSource(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> listSrc)
AssociateDescription2DsetSource in interface AssociateDescription2D<Desc>location - Feature locations.listSrc - Feature descriptions.public void setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> listDst)
AssociateDescription2DsetDestination in interface AssociateDescription2D<Desc>location - Feature locations.listDst - Feature descriptions.