Uses of Class
boofcv.abst.feature.describe.ConfigSiftScaleSpace
Packages that use ConfigSiftScaleSpace
Package
Description
-
Uses of ConfigSiftScaleSpace in boofcv.abst.feature.describe
Methods in boofcv.abst.feature.describe that return ConfigSiftScaleSpaceModifier and TypeMethodDescriptionstatic ConfigSiftScaleSpaceConfigSiftScaleSpace.createPaper()Creates a configuration similar to how it was originally described in the paperConfigSiftScaleSpace.setTo(ConfigSiftScaleSpace src) Methods in boofcv.abst.feature.describe with parameters of type ConfigSiftScaleSpace -
Uses of ConfigSiftScaleSpace in boofcv.abst.feature.detdesc
Fields in boofcv.abst.feature.detdesc declared as ConfigSiftScaleSpace -
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.describe
Fields in boofcv.factory.feature.describe declared as ConfigSiftScaleSpaceModifier and TypeFieldDescriptionConfigDescribeRegion.scaleSpaceSiftDescribes the scale-space used by SIFTMethods in boofcv.factory.feature.describe with parameters of type ConfigSiftScaleSpaceModifier 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
Fields in boofcv.factory.feature.detdesc declared as ConfigSiftScaleSpaceModifier and TypeFieldDescriptionConfigDetectDescribe.scaleSpaceSiftDescribes the scale-space used by SIFT detector / descriptor. -
Uses of ConfigSiftScaleSpace in boofcv.factory.feature.detect.interest
Fields in boofcv.factory.feature.detect.interest declared as ConfigSiftScaleSpaceModifier and TypeFieldDescriptionConfigDetectInterestPoint.scaleSpaceSiftDescribes the scale-space used by SIFT detector / descriptor.Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigSiftScaleSpaceModifier 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
Methods in boofcv.factory.feature.orientation with parameters of type ConfigSiftScaleSpaceModifier 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
Fields in boofcv.gui.feature declared as ConfigSiftScaleSpaceModifier and TypeFieldDescriptionfinal ConfigSiftScaleSpaceControlPanelSiftScaleSpace.configfinal ConfigSiftScaleSpaceControlPanelSiftDetector.configSSConstructors in boofcv.gui.feature with parameters of type ConfigSiftScaleSpaceModifierConstructorDescriptionControlPanelSiftDetector(@Nullable ConfigSiftScaleSpace configSS_, @Nullable ConfigSiftDetector configDetector_, ControlPanelSiftDetector.Listener listener) ControlPanelSiftScaleSpace(ConfigSiftScaleSpace config, ControlPanelSiftScaleSpace.Listener listener)