| Package | Description |
|---|---|
| boofcv.abst.filter.derivative |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImageGradient<Input extends ImageSingleBand,Output extends ImageSingleBand>
A generic interface for computing first order image derivative along the x and y axes.
|
interface |
ImageHessian<Output extends ImageSingleBand>
A generic interface for computing image's second derivatives given the image's gradient.
|
interface |
ImageHessianDirect<Input extends ImageSingleBand,Output extends ImageSingleBand>
A generic interface for computing image's second derivatives directly from the source image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageGradient_Gaussian<I extends ImageSingleBand,D extends ImageSingleBand>
Finds the derivative using a Gaussian kernel.
|
class |
ImageGradient_Reflection<Input extends ImageSingleBand,Output extends ImageSingleBand>
Generic implementation which uses reflections to call derivative functions
|
class |
ImageHessian_Reflection<Output extends ImageSingleBand>
Generic implementation which uses reflections to call hessian functions
|
class |
ImageHessianDirect_Reflection<Input extends ImageSingleBand,Output extends ImageSingleBand>
Generic implementation which uses reflections to call hessian functions
|
Copyright © 2013. All Rights Reserved.