Uses of Interface
boofcv.abst.feature.associate.Associate
-
Uses of Associate in boofcv.abst.feature.associate
Modifier and TypeClassDescriptionclass
EnforceUniqueByScore<Desc,
A extends Associate<Desc>> Ensures that the source and/or destination features are uniquely associated by resolving ambiguity using association score and preferring matches with better scores.Modifier and TypeInterfaceDescriptioninterface
AssociateDescription<Desc>
Generalized interface for associating features.interface
AssociateDescription2D<Desc>
Associates features from two images together using both 2D location and descriptor information.Modifier and TypeClassDescriptionclass
Default implementations for all functions inAssociateDescription2D
class
Provides default implementations for all functions.class
Provides default implementations for all functions.class
Feature set aware association algorithm.class
Feature set aware association algorithm for use when there is a large sparse set of unique set ID's.class
Feature set aware association algorithm that takes in account image location.class
Wrapper aroundAssociateDescription
that allows it to be used inside ofAssociateDescription2D
class
Base class for set aware feature associationclass
BaseAssociateSets<Desc>
Base class for set aware feature associationclass
EnforceUniqueByScore<Desc,
A extends Associate<Desc>> Ensures that the source and/or destination features are uniquely associated by resolving ambiguity using association score and preferring matches with better scores.static class
Implementation ofEnforceUniqueByScore
forAssociateDescription
.static class
Implementation ofEnforceUniqueByScore
forAssociateDescription2D
.class
Wrapper around algorithms contained inside ofAssociateGreedyDesc
.class
Wrapper around ofAssociateGreedyBase2D
forAssociateDescription2D
ModifierConstructorDescriptionprotected
BaseAssociateDescriptionSets
(Associate<Desc> associator) Specifies the type of descriptorprotected
BaseAssociateSets
(Associate<Desc> associator) Specifies the type of descriptor -
Uses of Associate in boofcv.alg.feature.associate
Modifier and TypeInterfaceDescriptioninterface
Two features can only be associated if their distance in image space is less than the specified number.Modifier and TypeClassDescriptionclass
Matches features using aNearestNeighbor
search from DDogleg.class
Parallel associate version ofAssociateNearestNeighbor_ST
.class
Matches features using aNearestNeighbor
search from DDogleg.class
AssociateStereo2D<Desc extends TupleDesc<Desc>>
Association for a stereo pair where the source is the left camera and the destination is the right camera.