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 theGaussianScaleSpace
for this SIFT detector instance. -
Uses of GaussianScaleSpace in imagingbook.common.sift.scalespace
Constructors in imagingbook.common.sift.scalespace with parameters of type GaussianScaleSpaceModifierConstructorDescriptionConstructor, creates aDogScaleSpace
from an existingGaussianScaleSpace
.