-
-
Class Summary
Class |
Description |
AnyImageDerivative<I extends ImageGray<I>,D extends ImageGray<D>> |
A helpful class which allows a derivative of any order to be computed from an input image using a simple to use
interface.
|
GradientMultiToSingleBand_Reflection<Input extends ImageMultiBand<Input>,Output extends ImageGray<Output>> |
|
ImageGradient_Gaussian<I extends ImageGray<I>,D extends ImageGray<D>> |
Finds the derivative using a Gaussian kernel.
|
ImageGradient_PL<T extends ImageGray<T>,D extends ImageGray<D>> |
Wrapper for applying image gradients to Planar images.
|
ImageGradient_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
Generic implementation which uses reflections to call derivative functions
|
ImageGradient_SB.Prewitt<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradient_SB.Scharr<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradient_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradient_SB.Three<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradient_SB.Two0<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradient_SB.Two1<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageGradientThenReduce<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.
|
ImageHessian_Reflection<Output extends ImageGray<Output>> |
Generic implementation which uses reflections to call hessian functions
|
ImageHessianDirect_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
Generic implementation which uses reflections to call hessian functions
|
ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>> |
|
ImageHessianDirect_SB.Three<T extends ImageGray<T>,D extends ImageGray<D>> |
|