Uses of Class
boofcv.abst.feature.detect.interest.ConfigPointDetector
Package
Description
-
Uses of ConfigPointDetector in boofcv.abst.feature.detect.interest
Modifier and TypeMethodDescriptionConfigPointDetector.copy()
ConfigPointDetector.setTo
(ConfigPointDetector src) -
Uses of ConfigPointDetector in boofcv.factory.feature.detdesc
Modifier and TypeFieldDescriptionConfigDetectDescribe.detectPoint
Configuration for point based detectors (e.g. -
Uses of ConfigPointDetector in boofcv.factory.feature.detect.interest
Modifier and TypeFieldDescriptionConfigDetectInterestPoint.point
Configuration for point based detectors (e.g.Modifier 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
Modifier 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
Modifier and TypeFieldDescription@Nullable ConfigPointDetector
ControlPanelPointTrackerKlt.configDetect
ModifierConstructorDescriptionControlPanelPointTrackerKlt
(ControlPanelPointTrackerKlt.Listener listener, @Nullable ConfigPointDetector configDetect, ConfigPKlt configKlt) -
Uses of ConfigPointDetector in boofcv.gui.feature
ModifierConstructorDescriptionControlPanelPointDetector
(ConfigPointDetector config, ControlPanelPointDetector.Listener listener)