Uses of Interface
boofcv.abst.feature.associate.AssociateDescription
Package
Description
-
Uses of AssociateDescription in boofcv.abst.feature.associate
Modifier and TypeClassDescriptionclass
Provides default implementations for all functions.static class
Implementation ofEnforceUniqueByScore
forAssociateDescription
.class
Wrapper around algorithms contained inside ofAssociateGreedyDesc
.ModifierConstructorDescriptionAssociateDescriptionArraySets
(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
Modifier and TypeClassDescriptionclass
Matches features using aNearestNeighbor
search from DDogleg.class
Parallel associate version ofAssociateNearestNeighbor_ST
.class
Matches features using aNearestNeighbor
search from DDogleg.ModifierConstructorDescriptionAssociateThreeByPairs
(AssociateDescription<TD> associator) Specifies which algorithms to use internally -
Uses of AssociateDescription in boofcv.factory.feature.associate
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionControlPanelDetDescAssocBase.createAssociate
(DescriptorInfo descriptor)