Uses of Interface
boofcv.abst.filter.derivative.ImageHessianDirect
-
Uses of ImageHessianDirect in boofcv.abst.filter.derivative
Modifier and TypeClassDescriptionclass
ImageHessianDirect_SB<Input extends ImageGray<Input>,
Output extends ImageGray<Output>> Generic implementation which uses reflections to call hessian functionsstatic class
ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,
D extends ImageGray<D>> static class
ImageHessianDirect_SB.Three<T extends ImageGray<T>,
D extends ImageGray<D>> -
Uses of ImageHessianDirect in boofcv.factory.filter.derivative
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
ImageHessianDirect<I,D> FactoryDerivative.hessianDirectThree
(Class<I> inputType, @Nullable Class<D> derivType)