| Package | Description |
|---|---|
| boofcv.factory.filter.convolve |
| Modifier and Type | Method and Description |
|---|---|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolveDown.convolve(Kernel1D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType border,
boolean isHorizontal,
int skip)
Creates a filter for convolving 1D kernels along the image.
|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolveDown.convolve(Kernel2D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType border,
int skip)
Creates a filter for convolving 2D kernels along the image axis.
|
Copyright © 2013. All Rights Reserved.