Uses of Interface
boofcv.abst.feature.detect.interest.InterestPointScaleSpacePyramid
-
Uses of InterestPointScaleSpacePyramid in boofcv.alg.feature.detect.interest
Modifier and TypeClassDescriptionclass
FeatureLaplacePyramid<T extends ImageGray<T>,
D extends ImageGray<D>> Feature detector across image pyramids that uses the Laplacian to determine strength in scale-space.class
FeaturePyramid<T extends ImageGray<T>,
D extends ImageGray<D>> Detects scale invariant interest/corner points by computing the feature intensities across a pyramid of different scales.