Uses of Class
boofcv.factory.feature.associate.ConfigAssociateGreedy
Packages that use ConfigAssociateGreedy
-
Uses of ConfigAssociateGreedy in boofcv.factory.feature.associate
Fields in boofcv.factory.feature.associate declared as ConfigAssociateGreedyMethods in boofcv.factory.feature.associate that return ConfigAssociateGreedyMethods in boofcv.factory.feature.associate with parameters of type ConfigAssociateGreedyModifier and TypeMethodDescriptionstatic <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 <D> AssociateDescription2D<D>FactoryAssociation.greedy2D(@Nullable ConfigAssociateGreedy config, ConfigLength maxDistance, ScoreAssociation<D> score) Returns an algorithm for associating features together which uses a brute force greedy algorithm.ConfigAssociateGreedy.setTo(ConfigAssociateGreedy src) -
Uses of ConfigAssociateGreedy in boofcv.factory.sfm
Fields in boofcv.factory.sfm declared as ConfigAssociateGreedyModifier and TypeFieldDescriptionConfigStereoQuadPnP.associateL2RAssociation approach for matching stereo pairs -
Uses of ConfigAssociateGreedy in boofcv.gui.feature
Fields in boofcv.gui.feature declared as ConfigAssociateGreedyConstructors in boofcv.gui.feature with parameters of type ConfigAssociateGreedyModifierConstructorDescriptionControlPanelAssociateGreedy(@Nullable ConfigAssociateGreedy config_, ControlPanelAssociateGreedy.Listener listener)