Uses of Class
boofcv.factory.feature.associate.ConfigAssociateNearestNeighbor
-
Uses of ConfigAssociateNearestNeighbor in boofcv.factory.feature.associate
Modifier and TypeMethodDescriptionConfigAssociateNearestNeighbor.setTo
(ConfigAssociateNearestNeighbor src) Modifier and TypeMethodDescriptionFactoryAssociation.associateNearestNeighbor
(@Nullable ConfigAssociateNearestNeighbor config, NearestNeighbor nn) 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.ConfigAssociateNearestNeighbor.setTo
(ConfigAssociateNearestNeighbor src) -
Uses of ConfigAssociateNearestNeighbor in boofcv.gui.feature
ModifierConstructorDescriptionControlPanelAssociateNearestNeighbor
(@Nullable ConfigAssociateNearestNeighbor config_, ControlPanelAssociateNearestNeighbor.Listener listener)