Uses of Class
boofcv.abst.feature.detect.interest.ConfigPointDetector
Packages that use ConfigPointDetector
Package
Description
-
Uses of ConfigPointDetector in boofcv.abst.feature.detect.interest
Methods in boofcv.abst.feature.detect.interest that return ConfigPointDetectorModifier and TypeMethodDescriptionConfigPointDetector.copy()
ConfigPointDetector.setTo
(ConfigPointDetector src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigPointDetector -
Uses of ConfigPointDetector in boofcv.factory.feature.detdesc
Fields in boofcv.factory.feature.detdesc declared as ConfigPointDetectorModifier and TypeFieldDescriptionConfigDetectDescribe.detectPoint
Configuration for point based detectors (e.g. -
Uses of ConfigPointDetector in boofcv.factory.feature.detect.interest
Fields in boofcv.factory.feature.detect.interest declared as ConfigPointDetectorModifier and TypeFieldDescriptionConfigDetectInterestPoint.point
Configuration for point based detectors (e.g.Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigPointDetectorModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.create
(ConfigPointDetector config, @Nullable Class<T> imageType, @Nullable Class<D> derivType) Creates a point detector from the generic configuration -
Uses of ConfigPointDetector in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type ConfigPointDetectorModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
PointTracker<I>FactoryPointTracker.klt
(int numLevels, @Nullable ConfigPointDetector configDetect, int featureRadius, Class<I> imageType, Class<D> derivType) Deprecated.static <I extends ImageGray<I>,
D extends ImageGray<D>>
PointTrackerKltPyramid<I,D> FactoryPointTracker.klt
(@Nullable ConfigPKlt config, @Nullable ConfigPointDetector configDetect, Class<I> imageType, @Nullable Class<D> derivType) Pyramid KLT feature tracker. -
Uses of ConfigPointDetector in boofcv.gui.controls
Fields in boofcv.gui.controls declared as ConfigPointDetectorModifier and TypeFieldDescription@Nullable ConfigPointDetector
ControlPanelPointTrackerKlt.configDetect
Constructors in boofcv.gui.controls with parameters of type ConfigPointDetectorModifierConstructorDescriptionControlPanelPointTrackerKlt
(ControlPanelPointTrackerKlt.Listener listener, @Nullable ConfigPointDetector configDetect, ConfigPKlt configKlt) -
Uses of ConfigPointDetector in boofcv.gui.feature
Fields in boofcv.gui.feature declared as ConfigPointDetectorConstructors in boofcv.gui.feature with parameters of type ConfigPointDetectorModifierConstructorDescriptionControlPanelPointDetector
(ConfigPointDetector config, ControlPanelPointDetector.Listener listener)