Uses of Class
boofcv.abst.feature.describe.ConfigSiftScaleSpace
Package
Description
-
Uses of ConfigSiftScaleSpace in boofcv.abst.feature.describe
Modifier and TypeMethodDescriptionstatic ConfigSiftScaleSpace
ConfigSiftScaleSpace.createPaper()
Creates a configuration similar to how it was originally described in the paperConfigSiftScaleSpace.setTo
(ConfigSiftScaleSpace src) -
Uses of ConfigSiftScaleSpace in boofcv.abst.feature.detdesc
-
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.describe
Modifier and TypeFieldDescriptionConfigDescribeRegion.scaleSpaceSift
Describes the scale-space used by SIFTModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.sift
(@Nullable ConfigSiftScaleSpace configSS, @Nullable ConfigSiftDescribe configDescribe, Class<T> imageType) Creates a SIFT region descriptor. -
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.detdesc
Modifier and TypeFieldDescriptionConfigDetectDescribe.scaleSpaceSift
Describes the scale-space used by SIFT detector / descriptor. -
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.detect.interest
Modifier and TypeFieldDescriptionConfigDetectInterestPoint.scaleSpaceSift
Describes the scale-space used by SIFT detector / descriptor.Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InterestPointDetector<T>FactoryInterestPoint.sift
(@Nullable ConfigSiftScaleSpace configSS, @Nullable ConfigSiftDetector configDet, Class<T> imageType) -
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
OrientationImage<T>FactoryOrientation.sift
(ConfigSiftScaleSpace configSS, ConfigSiftOrientation configOri, Class<T> imageType) Creates an implementation of the SIFT orientation estimation algorithm -
Uses of ConfigSiftScaleSpace in boofcv.gui.feature
Modifier and TypeFieldDescriptionfinal ConfigSiftScaleSpace
ControlPanelSiftScaleSpace.config
final ConfigSiftScaleSpace
ControlPanelSiftDetector.configSS
ModifierConstructorDescriptionControlPanelSiftDetector
(@Nullable ConfigSiftScaleSpace configSS_, @Nullable ConfigSiftDetector configDetector_, ControlPanelSiftDetector.Listener listener) ControlPanelSiftScaleSpace
(ConfigSiftScaleSpace config, ControlPanelSiftScaleSpace.Listener listener)