Uses of Class
imagingbook.common.sift.scalespace.GaussianScaleSpace
Packages that use GaussianScaleSpace
Package
Description
Implementation of David Lowe's SIFT feature detection scheme.
-
Uses of GaussianScaleSpace in imagingbook.common.sift
Methods in imagingbook.common.sift that return GaussianScaleSpaceModifier and TypeMethodDescriptionSiftDetector.getGaussianScaleSpace()Returns theGaussianScaleSpacefor this SIFT detector instance. -
Uses of GaussianScaleSpace in imagingbook.common.sift.scalespace
Constructors in imagingbook.common.sift.scalespace with parameters of type GaussianScaleSpaceModifierConstructorDescriptionConstructor, creates aDogScaleSpacefrom an existingGaussianScaleSpace.