Desc - Feature description typepublic static class EnforceUniqueByScore.Describe<Desc> extends EnforceUniqueByScore<AssociateDescription<Desc>> implements AssociateDescription<Desc>
EnforceUniqueByScore for AssociateDescription.EnforceUniqueByScore.Describe<Desc>, EnforceUniqueByScore.Describe2D<Desc>association, numDestination, numSource, unassociated, uniqueByScore| Constructor and Description |
|---|
Describe(AssociateDescription<Desc> alg,
boolean checkSource,
boolean checkDestination) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDestination(org.ddogleg.struct.FastQueue<Desc> listDst)
Sets the list of destination features
NOTE: A reference to the input list might be saved internally until the next call to this function.
|
void |
setSource(org.ddogleg.struct.FastQueue<Desc> listSrc)
Sets the list of 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 Describe(AssociateDescription<Desc> alg, boolean checkSource, boolean checkDestination)
public void setSource(org.ddogleg.struct.FastQueue<Desc> listSrc)
AssociateDescriptionsetSource in interface AssociateDescription<Desc>listSrc - List of featurespublic void setDestination(org.ddogleg.struct.FastQueue<Desc> listDst)
AssociateDescriptionsetDestination in interface AssociateDescription<Desc>listDst - List of features