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
ConstructorDescriptionDescribe
(AssociateDescription<Desc> alg, boolean checkSource, boolean checkDestination) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDestination
(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.void
setSource
(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, uniqueSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:AssociateDescription
Sets 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:
setSource
in interfaceAssociateDescription<Desc>
- Parameters:
listSrc
- List of features
-
setDestination
Description copied from interface:AssociateDescription
Sets 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:
setDestination
in interfaceAssociateDescription<Desc>
- Parameters:
listDst
- List of features
-