Uses of Class
boofcv.abst.feature.detect.interest.ConfigSiftDetector
Packages that use ConfigSiftDetector
Package
Description
-
Uses of ConfigSiftDetector in boofcv.abst.feature.detdesc
Fields in boofcv.abst.feature.detdesc declared as ConfigSiftDetector -
Uses of ConfigSiftDetector in boofcv.abst.feature.detect.interest
Methods in boofcv.abst.feature.detect.interest that return ConfigSiftDetectorModifier and TypeMethodDescriptionConfigSiftDetector.copy()
static ConfigSiftDetector
ConfigSiftDetector.createPaper()
Creates a configuration similar to how it was originally described in the paperConfigSiftDetector.setTo
(ConfigSiftDetector src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigSiftDetector -
Uses of ConfigSiftDetector in boofcv.factory.feature.detdesc
Fields in boofcv.factory.feature.detdesc declared as ConfigSiftDetectorModifier and TypeFieldDescriptionConfigDetectDescribe.detectSift
SIFT scale invariant blob detector -
Uses of ConfigSiftDetector in boofcv.factory.feature.detect.interest
Fields in boofcv.factory.feature.detect.interest declared as ConfigSiftDetectorModifier and TypeFieldDescriptionConfigDetectInterestPoint.sift
SIFT scale invariant blob detectorMethods in boofcv.factory.feature.detect.interest with parameters of type ConfigSiftDetectorModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InterestPointDetector<T>FactoryInterestPoint.sift
(@Nullable ConfigSiftScaleSpace configSS, @Nullable ConfigSiftDetector configDet, Class<T> imageType) static SiftDetector
FactoryInterestPointAlgs.sift
(@Nullable ConfigSiftDetector configDetector) Creates a SIFT detector -
Uses of ConfigSiftDetector in boofcv.gui.feature
Fields in boofcv.gui.feature declared as ConfigSiftDetectorModifier and TypeFieldDescriptionfinal ConfigSiftDetector
ControlPanelSiftDetector.configDetector
Constructors in boofcv.gui.feature with parameters of type ConfigSiftDetectorModifierConstructorDescriptionControlPanelSiftDetector
(@Nullable ConfigSiftScaleSpace configSS_, @Nullable ConfigSiftDetector configDetector_, ControlPanelSiftDetector.Listener listener)