Uses of Interface
boofcv.abst.filter.derivative.ImageDerivative
Packages that use ImageDerivative
-
Uses of ImageDerivative in boofcv.abst.filter.derivative
Subinterfaces of ImageDerivative in boofcv.abst.filter.derivativeModifier and TypeInterfaceDescriptioninterfaceImageGradient<Input extends ImageBase<Input>,Output extends ImageBase<Output>> A generic interface for computing first order image derivative along the x and y axes.interfaceImageHessian<Output extends ImageGray<Output>>A generic interface for computing image's second derivatives given the image's gradient.interfaceImageHessianDirect<Input extends ImageGray<Input>,Output extends ImageGray<Output>> A generic interface for computing image's second derivatives directly from the source image.Classes in boofcv.abst.filter.derivative that implement ImageDerivativeModifier and TypeClassDescriptionclassImageGradient_Gaussian<I extends ImageGray<I>,D extends ImageGray<D>> Finds the derivative using a Gaussian kernel.classImageGradient_PL<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper for applying image gradients toPlanarimages.classImageGradient_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> Generic implementation which uses reflections to call derivative functionsstatic classImageGradient_SB.Prewitt<T extends ImageGray<T>,D extends ImageGray<D>> static classImageGradient_SB.Scharr<T extends ImageGray<T>,D extends ImageGray<D>> static classImageGradient_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>> static classImageGradient_SB.Three<T extends ImageGray<T>,D extends ImageGray<D>> static classImageGradient_SB.Two0<T extends ImageGray<T>,D extends ImageGray<D>> static classImageGradient_SB.Two1<T extends ImageGray<T>,D extends ImageGray<D>> classImageGradientThenReduce<Input extends ImageMultiBand<Input>,Middle extends ImageMultiBand<Middle>, Output extends ImageGray<Output>> First computes a multi-band image gradient then reduces the number of bands in the gradient to one.classImageHessian_Reflection<Output extends ImageGray<Output>>Generic implementation which uses reflections to call hessian functionsclassImageHessianDirect_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>>