| Package | Description |
|---|---|
| boofcv.alg.transform.pyramid | |
| boofcv.factory.transform.pyramid |
| Modifier and Type | Class and Description |
|---|---|
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 | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryPyramid.floatGaussian(double[] scaleFactors,
double[] sigmas,
Class<T> imageType)
Creates an updater for float pyramids where each layer is blurred using a Gaussian with the specified
sigma.
|
static <T extends ImageSingleBand> |
FactoryPyramid.scaleSpace(double[] scaleSpace,
Class<T> imageType) |
static <T extends ImageSingleBand> |
FactoryPyramid.scaleSpacePyramid(double[] scaleSpace,
Class<T> imageType)
Constructs an image pyramid which is designed to mimic a
GaussianScaleSpace. |
Copyright © 2013. All Rights Reserved.