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 TypeClassDescriptionclassEnforceUniqueByScore<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 TypeInterfaceDescriptioninterfaceAssociateDescription<Desc>Generalized interface for associating features.interfaceAssociateDescription2D<Desc>Associates features from two images together using both 2D location and descriptor information.Classes in boofcv.abst.feature.associate that implement AssociateModifier and TypeClassDescriptionclassDefault implementations for all functions inAssociateDescription2DclassProvides default implementations for all functions.classProvides default implementations for all functions.classFeature set aware association algorithm.classFeature set aware association algorithm for use when there is a large sparse set of unique set ID's.classFeature set aware association algorithm that takes in account image location.classWrapper aroundAssociateDescriptionthat allows it to be used inside ofAssociateDescription2DclassBase class for set aware feature associationclassBaseAssociateSets<Desc>Base class for set aware feature associationclassEnforceUniqueByScore<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 classImplementation ofEnforceUniqueByScoreforAssociateDescription.static classImplementation ofEnforceUniqueByScoreforAssociateDescription2D.classWrapper around algorithms contained inside ofAssociateGreedyDesc.classWrapper around ofAssociateGreedyBase2DforAssociateDescription2DFields in boofcv.abst.feature.associate declared as AssociateConstructors in boofcv.abst.feature.associate with parameters of type AssociateModifierConstructorDescriptionprotectedBaseAssociateDescriptionSets(Associate<Desc> associator) Specifies the type of descriptorprotectedBaseAssociateSets(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 TypeInterfaceDescriptioninterfaceTwo 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 TypeClassDescriptionclassMatches features using aNearestNeighborsearch from DDogleg.classParallel associate version ofAssociateNearestNeighbor_ST.classMatches features using aNearestNeighborsearch from DDogleg.classAssociateStereo2D<Desc extends TupleDesc<Desc>>Association for a stereo pair where the source is the left camera and the destination is the right camera.