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