Uses of Class
boofcv.factory.feature.detdesc.ConfigDetectDescribe
Packages that use ConfigDetectDescribe
Package
Description
-
Uses of ConfigDetectDescribe in boofcv.abst.scene
Fields in boofcv.abst.scene declared as ConfigDetectDescribeModifier and TypeFieldDescriptionfinal ConfigDetectDescribeConfigFeatureToSceneRecognition.featuresImage feature detector -
Uses of ConfigDetectDescribe in boofcv.alg.similar
Fields in boofcv.alg.similar declared as ConfigDetectDescribeModifier and TypeFieldDescriptionfinal ConfigDetectDescribeConfigSimilarImagesSceneRecognition.featuresImage feature detector -
Uses of ConfigDetectDescribe in boofcv.factory.feature.detdesc
Methods in boofcv.factory.feature.detdesc that return ConfigDetectDescribeModifier and TypeMethodDescriptionConfigDetectDescribe.copy()ConfigDetectDescribe.setTo(ConfigDetectDescribe src) Methods in boofcv.factory.feature.detdesc with parameters of type ConfigDetectDescribeModifier 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
Fields in boofcv.factory.sfm declared as ConfigDetectDescribeModifier and TypeFieldDescriptionConfigStereoQuadPnP.detectDescribeWhich feature detector / descriptor should it use -
Uses of ConfigDetectDescribe in boofcv.factory.tracker
Fields in boofcv.factory.tracker declared as ConfigDetectDescribeModifier and TypeFieldDescriptionConfigPointTracker.detDescConfiguration for detectors and descriptors -
Uses of ConfigDetectDescribe in boofcv.gui.controls
Fields in boofcv.gui.controls declared as ConfigDetectDescribeConstructors in boofcv.gui.controls with parameters of type ConfigDetectDescribeModifierConstructorDescriptionControlPanelDdaTracker(ControlPanelDdaTracker.Listener listener, ConfigTrackerDda configTracker, ConfigDetectDescribe detDesc, ConfigAssociate associate) protectedControlPanelDetDescAssocBase(ConfigDetectDescribe configDetDesc, ConfigAssociate configAssociate) ControlPanelHybridTracker(ControlPanelHybridTracker.Listener listener, @Nullable ConfigTrackerHybrid configHybrid, @Nullable ConfigPKlt configKlt, @Nullable ConfigDetectDescribe configDetDesc, @Nullable ConfigAssociate configAssociate)