Uses of Class
boofcv.abst.feature.detect.interest.ConfigSiftDetector
Package
Description
-
Uses of ConfigSiftDetector in boofcv.abst.feature.detdesc
-
Uses of ConfigSiftDetector in boofcv.abst.feature.detect.interest
Modifier and TypeMethodDescriptionConfigSiftDetector.copy()
static ConfigSiftDetector
ConfigSiftDetector.createPaper()
Creates a configuration similar to how it was originally described in the paperConfigSiftDetector.setTo
(ConfigSiftDetector src) -
Uses of ConfigSiftDetector in boofcv.factory.feature.detdesc
Modifier and TypeFieldDescriptionConfigDetectDescribe.detectSift
SIFT scale invariant blob detector -
Uses of ConfigSiftDetector in boofcv.factory.feature.detect.interest
Modifier and TypeFieldDescriptionConfigDetectInterestPoint.sift
SIFT scale invariant blob detectorModifier 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
Modifier and TypeFieldDescriptionfinal ConfigSiftDetector
ControlPanelSiftDetector.configDetector
ModifierConstructorDescriptionControlPanelSiftDetector
(@Nullable ConfigSiftScaleSpace configSS_, @Nullable ConfigSiftDetector configDetector_, ControlPanelSiftDetector.Listener listener)