Uses of Interface
boofcv.struct.gss.GaussianScaleSpace
Packages that use GaussianScaleSpace
-
Uses of GaussianScaleSpace in boofcv.abst.feature.detect.interest
Methods in boofcv.abst.feature.detect.interest with parameters of type GaussianScaleSpaceModifier and TypeMethodDescriptionvoid
InterestPointScaleSpace.detect
(GaussianScaleSpace<T, D> ss) Detect features in the scale space image -
Uses of GaussianScaleSpace in boofcv.alg.transform.pyramid
Classes in boofcv.alg.transform.pyramid that implement GaussianScaleSpaceModifier and TypeClassDescriptionclass
NoCacheScaleSpace<I extends ImageGray<I>,
D extends ImageGray<D>> Implementation ofGaussianScaleSpace
that focuses on one scale space at a time.