Uses of Class
boofcv.factory.feature.associate.ConfigAssociate
Package
Description
-
Uses of ConfigAssociate in boofcv.alg.similar
Modifier and TypeFieldDescriptionfinal ConfigAssociate
ConfigSimilarImagesSceneRecognition.associate
Feature associationfinal ConfigAssociate
ConfigSimilarImagesTrackThenMatch.associate
Feature association -
Uses of ConfigAssociate in boofcv.factory.feature.associate
Modifier and TypeMethodDescriptionConfigAssociate.copy()
ConfigAssociate.setTo
(ConfigAssociate src) Modifier and TypeMethodDescriptionstatic <D extends TupleDesc<D>>
AssociateDescription<D>FactoryAssociation.generic
(ConfigAssociate config, DescriptorInfo<D> info) static <D> AssociateDescription2D<D>
FactoryAssociation.generic2
(ConfigAssociate config, DescriptorInfo info) Creates a generic association algorithm that uses descriptors as well as the 2D location of image features.ConfigAssociate.setTo
(ConfigAssociate src) -
Uses of ConfigAssociate in boofcv.factory.sfm
Modifier and TypeFieldDescriptionConfigStereoQuadPnP.associateF2F
Association approach for matching frames across time steps -
Uses of ConfigAssociate in boofcv.factory.structure
Modifier and TypeFieldDescriptionfinal ConfigAssociate
ConfigSelectFrames3D.associate
Used to associate features between two images when recovering from a bad frame -
Uses of ConfigAssociate in boofcv.factory.tracker
Modifier and TypeFieldDescriptionConfigPointTracker.associate
Association for detect and describe approach -
Uses of ConfigAssociate in boofcv.gui.controls
ModifierConstructorDescriptionControlPanelDdaTracker
(ControlPanelDdaTracker.Listener listener, ConfigTrackerDda configTracker, ConfigDetectDescribe detDesc, ConfigAssociate associate) protected
ControlPanelDetDescAssocBase
(ConfigDetectDescribe configDetDesc, ConfigAssociate configAssociate) ControlPanelHybridTracker
(ControlPanelHybridTracker.Listener listener, @Nullable ConfigTrackerHybrid configHybrid, @Nullable ConfigPKlt configKlt, @Nullable ConfigDetectDescribe configDetDesc, @Nullable ConfigAssociate configAssociate)