Package boofcv.abst.feature.associate
Class EnforceUniqueByScore.Describe<Desc>
java.lang.Object
boofcv.abst.feature.associate.EnforceUniqueByScore<Desc,AssociateDescription<Desc>>
boofcv.abst.feature.associate.EnforceUniqueByScore.Describe<Desc>
- Type Parameters:
Desc- Feature description type
- All Implemented Interfaces:
Associate<Desc>,AssociateDescription<Desc>
- Enclosing class:
- EnforceUniqueByScore<Desc,
A extends Associate<Desc>>
public static class EnforceUniqueByScore.Describe<Desc>
extends EnforceUniqueByScore<Desc,AssociateDescription<Desc>>
implements AssociateDescription<Desc>
Implementation of
EnforceUniqueByScore for AssociateDescription.-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.abst.feature.associate.EnforceUniqueByScore
EnforceUniqueByScore.Describe<Desc>, EnforceUniqueByScore.Describe2D<Desc> -
Field Summary
Fields inherited from class boofcv.abst.feature.associate.EnforceUniqueByScore
association, numDestination, numSource, unassociated, uniqueByScore -
Constructor Summary
ConstructorsConstructorDescriptionDescribe(AssociateDescription<Desc> alg, boolean checkSource, boolean checkDestination) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestination(FastAccess<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.voidsetSource(FastAccess<Desc> listSrc) Sets the list of source features.Methods inherited from class boofcv.abst.feature.associate.EnforceUniqueByScore
associate, getDescriptionType, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setMaxScoreThreshold, uniqueDestination, uniqueSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.abst.feature.associate.Associate
associate, getDescriptionType, getMatches, getScoreType, getUnassociatedDestination, getUnassociatedSource, setMaxScoreThreshold, uniqueDestination, uniqueSource
-
Constructor Details
-
Describe
-
-
Method Details
-
setSource
Description copied from interface:AssociateDescriptionSets the list of source features. NOTE: A reference to the input list might be saved internally until the next call to this function.- Specified by:
setSourcein interfaceAssociateDescription<Desc>- Parameters:
listSrc- List of features
-
setDestination
Description copied from interface:AssociateDescriptionSets the list of destination features NOTE: A reference to the input list might be saved internally until the next call to this function.- Specified by:
setDestinationin interfaceAssociateDescription<Desc>- Parameters:
listDst- List of features
-