Uses of Interface
boofcv.abst.feature.associate.AssociateDescription
Packages that use AssociateDescription
Package
Description
-
Uses of AssociateDescription in boofcv.abst.feature.associate
Classes in boofcv.abst.feature.associate that implement AssociateDescriptionModifier and TypeClassDescriptionclassProvides default implementations for all functions.static classImplementation ofEnforceUniqueByScoreforAssociateDescription.classWrapper around algorithms contained inside ofAssociateGreedyDesc.Constructors in boofcv.abst.feature.associate with parameters of type AssociateDescriptionModifierConstructorDescriptionAssociateDescriptionArraySets(AssociateDescription<Desc> associator) Provides the association algorithm and the descriptor typeAssociateDescriptionHashSets(AssociateDescription<Desc> associator) Provides the association algorithm and the descriptor typeDescribe(AssociateDescription<Desc> alg, boolean checkSource, boolean checkDestination) -
Uses of AssociateDescription in boofcv.alg.feature.associate
Classes in boofcv.alg.feature.associate that implement AssociateDescriptionModifier and TypeClassDescriptionclassMatches features using aNearestNeighborsearch from DDogleg.classParallel associate version ofAssociateNearestNeighbor_ST.classMatches features using aNearestNeighborsearch from DDogleg.Constructors in boofcv.alg.feature.associate with parameters of type AssociateDescriptionModifierConstructorDescriptionAssociateThreeByPairs(AssociateDescription<TD> associator) Specifies which algorithms to use internally -
Uses of AssociateDescription in boofcv.factory.feature.associate
Methods in boofcv.factory.feature.associate that return AssociateDescriptionModifier and TypeMethodDescriptionstatic <D> AssociateDescription<D>FactoryAssociation.ensureUnique(AssociateDescription<D> associate) Checks and if necessary wraps the association to ensure that it returns only unique associationsstatic <D extends TupleDesc<D>>
AssociateDescription<D>FactoryAssociation.generic(ConfigAssociate config, DescriptorInfo<D> info) static <D> AssociateDescription<D>FactoryAssociation.greedy(@Nullable ConfigAssociateGreedy config, ScoreAssociation<D> score) Returns an algorithm for associating features together which uses a brute force greedy algorithm.static AssociateDescription<TupleDesc_F64>FactoryAssociation.kdRandomForest(@Nullable ConfigAssociateNearestNeighbor configNN, int dimension, int numTrees, int numConsiderSplit, long randomSeed) Approximate association using multiple random K-D trees (random forest) for descriptors with a high degree of freedom, e.g.static AssociateDescription<TupleDesc_F64>FactoryAssociation.kdtree(@Nullable ConfigAssociateNearestNeighbor configNN, int dimension) Approximate association using a K-D tree degree of moderate size (10-15) that uses a best-bin-first search order.Methods in boofcv.factory.feature.associate with parameters of type AssociateDescriptionModifier and TypeMethodDescriptionstatic <D> AssociateDescription<D>FactoryAssociation.ensureUnique(AssociateDescription<D> associate) Checks and if necessary wraps the association to ensure that it returns only unique associations -
Uses of AssociateDescription in boofcv.gui.controls
Methods in boofcv.gui.controls that return AssociateDescriptionModifier and TypeMethodDescriptionControlPanelDetDescAssocBase.createAssociate(DescriptorInfo descriptor)