Uses of Class
boofcv.alg.feature.detect.interest.FeaturePyramid
-
Uses of FeaturePyramid in boofcv.abst.feature.detect.interest
ModifierConstructorDescriptionWrapFPtoInterestPoint
(FeaturePyramid<T, D> detector, PyramidFloat<T> ss) -
Uses of FeaturePyramid in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
FeaturePyramid<T,D> FactoryInterestPointAlgs.harrisPyramid
(int extractRadius, float detectThreshold, int maxFeatures, Class<T> imageType, Class<D> derivType) Creates aFeaturePyramid
which is uses the Harris corner detector.static <T extends ImageGray<T>,
D extends ImageGray<D>>
FeaturePyramid<T,D> FactoryInterestPointAlgs.hessianPyramid
(int extractRadius, float detectThreshold, int maxFeatures, Class<T> imageType, Class<D> derivType) Creates aFeaturePyramid
which is uses a hessian blob detector.Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
InterestPointDetector<T>FactoryInterestPoint.wrapDetector
(FeaturePyramid<T, D> feature, double[] scales, boolean pyramid, Class<T> inputType) WrapsFeaturePyramid
inside anInterestPointDetector
.