Uses of Class
boofcv.factory.feature.detdesc.ConfigDetectDescribe
Package
Description
-
Uses of ConfigDetectDescribe in boofcv.abst.scene
Modifier and TypeFieldDescriptionfinal ConfigDetectDescribe
ConfigFeatureToSceneRecognition.features
Image feature detector -
Uses of ConfigDetectDescribe in boofcv.alg.similar
Modifier and TypeFieldDescriptionfinal ConfigDetectDescribe
ConfigSimilarImagesSceneRecognition.features
Image feature detector -
Uses of ConfigDetectDescribe in boofcv.factory.feature.detdesc
Modifier and TypeMethodDescriptionConfigDetectDescribe.copy()
ConfigDetectDescribe.setTo
(ConfigDetectDescribe src) Modifier and TypeMethodDescriptionstatic <Image extends ImageGray<Image>,
Desc extends TupleDesc<Desc>>
DetectDescribePoint<Image,Desc> FactoryDetectDescribe.generic
(ConfigDetectDescribe config, Class<Image> imageType) Generic factory for all detector / descriptorsConfigDetectDescribe.setTo
(ConfigDetectDescribe src) -
Uses of ConfigDetectDescribe in boofcv.factory.sfm
Modifier and TypeFieldDescriptionConfigStereoQuadPnP.detectDescribe
Which feature detector / descriptor should it use -
Uses of ConfigDetectDescribe in boofcv.factory.tracker
Modifier and TypeFieldDescriptionConfigPointTracker.detDesc
Configuration for detectors and descriptors -
Uses of ConfigDetectDescribe 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)