Uses of Class
boofcv.alg.feature.detect.interest.SiftScaleSpace
Packages that use SiftScaleSpace
Package
Description
-
Uses of SiftScaleSpace in boofcv.abst.feature.describe
Constructors in boofcv.abst.feature.describe with parameters of type SiftScaleSpaceModifierConstructorDescriptionDescribeSift_RadiusAngle(SiftScaleSpace scaleSpace, DescribePointSift<GrayF32> describe, Class<T> imageType) -
Uses of SiftScaleSpace in boofcv.abst.feature.detect.interest
Constructors in boofcv.abst.feature.detect.interest with parameters of type SiftScaleSpaceModifierConstructorDescriptionWrapSiftDetector(SiftScaleSpace ss, SiftDetector detector, Class<T> inputType) -
Uses of SiftScaleSpace in boofcv.abst.feature.orientation
Constructors in boofcv.abst.feature.orientation with parameters of type SiftScaleSpaceModifierConstructorDescriptionOrientationSiftToImage(OrientationHistogramSift<GrayF32> alg, SiftScaleSpace ss, Class<T> imageType) -
Uses of SiftScaleSpace in boofcv.alg.feature.detdesc
Constructors in boofcv.alg.feature.detdesc with parameters of type SiftScaleSpaceModifierConstructorDescriptionCompleteSift(SiftScaleSpace scaleSpace, SiftDetector detector, OrientationHistogramSift<GrayF32> orientation, DescribePointSift<GrayF32> describe) Configures SIFTCompleteSift_MT(SiftScaleSpace scaleSpace, SiftDetector detector, BoofLambdas.Factory<OrientationHistogramSift<GrayF32>> factoryOrientation, BoofLambdas.Factory<DescribePointSift<GrayF32>> factoryDescribe) Configures and specifies internal algorithms -
Uses of SiftScaleSpace in boofcv.alg.feature.detect.interest
Methods in boofcv.alg.feature.detect.interest with parameters of type SiftScaleSpaceModifier and TypeMethodDescriptionvoidUnrollSiftScaleSpaceGradient.initialize(SiftScaleSpace scaleSpace) Initializes data structures given the scale-spacevoidSiftDetector.process(SiftScaleSpace scaleSpace) Detects SIFT features inside the input imagevoidUnrollSiftScaleSpaceGradient.process(SiftScaleSpace scaleSpace) Sets the input image.