Uses of Interface
boofcv.abst.filter.derivative.ImageHessianDirect
Packages that use ImageHessianDirect
-
Uses of ImageHessianDirect in boofcv.abst.filter.derivative
Classes in boofcv.abst.filter.derivative that implement ImageHessianDirectModifier and TypeClassDescriptionclassImageHessianDirect_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> Generic implementation which uses reflections to call hessian functionsstatic classImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>> static classImageHessianDirect_SB.Three<T extends ImageGray<T>,D extends ImageGray<D>> -
Uses of ImageHessianDirect in boofcv.factory.filter.derivative
Methods in boofcv.factory.filter.derivative that return ImageHessianDirectModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,D extends ImageGray<D>>
ImageHessianDirect<I,D> FactoryDerivative.hessianDirectThree(Class<I> inputType, @Nullable Class<D> derivType)