| Package | Description |
|---|---|
| boofcv.alg.transform.pyramid | |
| boofcv.struct.pyramid |
| Modifier and Type | Class and Description |
|---|---|
class |
PyramidDiscreteAverage<T extends ImageSingleBand>
Creates an image pyramid by down sampling square regions using .
|
class |
PyramidDiscreteSampleBlur<T extends ImageSingleBand>
Convolves a re-normalizable blur kernel across the image before down sampling.
|
class |
PyramidFloatGaussianScale<T extends ImageSingleBand>
PyramidFloat in which each layer is constructed by 1) applying Gaussian blur to the previous layer, and then
2) re-sampling the blurred previous layer. |
class |
PyramidFloatScale<T extends ImageSingleBand>
Updates each layer in a
PyramidFloat by rescaling the layer with interpolation. |
| Modifier and Type | Class and Description |
|---|---|
class |
PyramidDiscrete<T extends ImageSingleBand>
In this implementation the scale factor between each layer is limited to being a positive integer that is evenly
divisible by the previous layer.
|
class |
PyramidFloat<T extends ImageSingleBand>
An image pyramid where each level can be an arbitrary scale.
|
Copyright © 2013. All Rights Reserved.