Uses of Interface
boofcv.abst.filter.derivative.ImageHessian
Package
Description
-
Uses of ImageHessian in boofcv.abst.feature.detect.interest
ModifierConstructorDescriptionGeneralToInterestPoint
(GeneralFeatureDetector<T, D> detector, @Nullable ImageGradient<T, D> gradient, @Nullable ImageHessian<D> hessian, double radius, Class<D> derivType) -
Uses of ImageHessian in boofcv.abst.filter.derivative
Modifier and TypeClassDescriptionclass
ImageHessian_Reflection<Output extends ImageGray<Output>>
Generic implementation which uses reflections to call hessian functions -
Uses of ImageHessian in boofcv.alg.feature.detect.interest
Modifier and TypeFieldDescriptionprotected @Nullable ImageHessian<D>
EasyGeneralFeatureDetector.hessian
ModifierConstructorDescriptionEasyGeneralFeatureDetector
(GeneralFeatureDetector<T, D> detector, @Nullable ImageGradient<T, D> gradient, @Nullable ImageHessian<D> hessian, Class<D> derivType) Constructor which allows the user to specify how derivatives are computed -
Uses of ImageHessian in boofcv.alg.transform.pyramid
Modifier and TypeMethodDescriptionPyramidOps.hessian
(O[] derivX, O[] derivY, ImageHessian<O> hessian, O[] derivXX, O[] derivYY, O[] derivXY) Computes the hessian (2nd order derivative) for each image the pyramid. -
Uses of ImageHessian in boofcv.factory.filter.derivative
Modifier and TypeMethodDescriptionstatic <D extends ImageGray<D>>
ImageHessian<D>static <D extends ImageGray<D>>
ImageHessian<D>FactoryDerivative.hessianPrewitt
(Class<D> derivType) static <D extends ImageGray<D>>
ImageHessian<D>FactoryDerivative.hessianSobel
(Class<D> derivType) static <D extends ImageGray<D>>
ImageHessian<D>FactoryDerivative.hessianThree
(Class<D> derivType)