Uses of Interface
boofcv.abst.feature.associate.Associate
Packages that use Associate
-
Uses of Associate in boofcv.abst.feature.associate
Classes in boofcv.abst.feature.associate with type parameters of type AssociateModifier 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.Subinterfaces of Associate in boofcv.abst.feature.associateModifier 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.Classes in boofcv.abst.feature.associate that implement AssociateModifier 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
Fields in boofcv.abst.feature.associate declared as AssociateConstructors in boofcv.abst.feature.associate with parameters of type AssociateModifierConstructorDescriptionprotected
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
Subinterfaces of Associate in boofcv.alg.feature.associateModifier and TypeInterfaceDescriptioninterface
Two features can only be associated if their distance in image space is less than the specified number.Classes in boofcv.alg.feature.associate that implement AssociateModifier 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.