Uses of Class
boofcv.alg.feature.detect.interest.FeatureLaplacePyramid
Packages that use FeatureLaplacePyramid
-
Uses of FeatureLaplacePyramid in boofcv.abst.feature.detect.interest
Constructors in boofcv.abst.feature.detect.interest with parameters of type FeatureLaplacePyramidModifierConstructorDescriptionWrapFLPtoInterestPoint
(FeatureLaplacePyramid<T, D> detector, PyramidFloat<T> ss) -
Uses of FeatureLaplacePyramid in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest that return FeatureLaplacePyramidModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
FeatureLaplacePyramid<T,D> FactoryInterestPointAlgs.harrisLaplace
(int extractRadius, float detectThreshold, int maxFeatures, Class<T> imageType, Class<D> derivType) Creates aFeatureLaplacePyramid
which is uses the Harris corner detector.static <T extends ImageGray<T>,
D extends ImageGray<D>>
FeatureLaplacePyramid<T,D> FactoryInterestPointAlgs.hessianLaplace
(int extractRadius, float detectThreshold, int maxFeatures, Class<T> imageType, Class<D> derivType) Creates aFeatureLaplacePyramid
which is uses a hessian blob detector.Methods in boofcv.factory.feature.detect.interest with parameters of type FeatureLaplacePyramidModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
InterestPointDetector<T>FactoryInterestPoint.wrapDetector
(FeatureLaplacePyramid<T, D> feature, double[] scales, boolean pyramid, Class<T> inputType) WrapsFeatureLaplacePyramid
inside anInterestPointDetector
.