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 TypeMethodDescriptionvoidInterestPointScaleSpace.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 TypeClassDescriptionclassNoCacheScaleSpace<I extends ImageGray<I>,D extends ImageGray<D>> Implementation ofGaussianScaleSpacethat focuses on one scale space at a time.