| Package | Description |
|---|---|
| boofcv.abst.denoise | |
| boofcv.abst.filter | |
| boofcv.abst.filter.blur | |
| boofcv.abst.filter.convolve | |
| boofcv.alg.transform.pyramid | |
| boofcv.factory.filter.binary |
| Modifier and Type | Class and Description |
|---|---|
class |
WaveletDenoiseFilter<T extends ImageSingleBand>
Simplifies removing image noise using a wavelet transform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterImageReflection<Input extends ImageSingleBand,Output extends ImageSingleBand>
Turns functions into implementations of
FilterImageInterface Wraps around any function which has two images as input and output. |
class |
FilterSequence<Input extends ImageSingleBand,Output extends ImageSingleBand>
Applies a sequence of filters.
|
| Constructor and Description |
|---|
FilterSequence(FilterImageInterface<Input,Output> first,
FilterImageInterface<Output,Output>... sequence) |
FilterSequence(FilterImageInterface<Input,Output> first,
FilterImageInterface<Output,Output>... sequence) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlurFilter<T extends ImageSingleBand>
Interface for filters which blur the image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlurStorageFilter<T extends ImageSingleBand>
Simplified interface for using a blur filter that requires storage.
|
class |
MedianImageFilter<T extends ImageSingleBand>
Simplified interface for using a median filter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConvolveInterface<Input extends ImageSingleBand,Output extends ImageSingleBand>
Generic interface for performing image convolutions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericConvolve<Input extends ImageSingleBand,Output extends ImageSingleBand>
Generalized interface for filtering images with convolution kernels.
|
class |
GenericConvolveDown<Input extends ImageSingleBand,Output extends ImageSingleBand>
Generalized interface for filtering images with convolution kernels while skipping pixels.
|
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,O extends ImageSingleBand> |
PyramidOps.filter(ImagePyramid<I> input,
FilterImageInterface<I,O> filter,
O[] output)
Runs an image filter through each layer in the pyramid.
|
Copyright © 2013. All Rights Reserved.