Uses of Interface
boofcv.abst.filter.derivative.ImageHessian
Packages that use ImageHessian
Package
Description
-
Uses of ImageHessian in boofcv.abst.feature.detect.interest
Constructors in boofcv.abst.feature.detect.interest with parameters of type ImageHessianModifierConstructorDescriptionGeneralToInterestPoint(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
Classes in boofcv.abst.filter.derivative that implement ImageHessianModifier and TypeClassDescriptionclassImageHessian_Reflection<Output extends ImageGray<Output>>Generic implementation which uses reflections to call hessian functions -
Uses of ImageHessian in boofcv.alg.feature.detect.interest
Fields in boofcv.alg.feature.detect.interest declared as ImageHessianModifier and TypeFieldDescriptionprotected @Nullable ImageHessian<D>EasyGeneralFeatureDetector.hessianConstructors in boofcv.alg.feature.detect.interest with parameters of type ImageHessianModifierConstructorDescriptionEasyGeneralFeatureDetector(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
Methods in boofcv.alg.transform.pyramid with parameters of type ImageHessianModifier 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
Methods in boofcv.factory.filter.derivative that return ImageHessianModifier 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)