| Package | Description |
|---|---|
| boofcv.alg.transform.pyramid | |
| boofcv.factory.transform.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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryPyramid.discreteGaussian(int[] scaleFactors,
double sigma,
int radius,
boolean saveOriginalReference,
Class<T> imageType)
Creates an updater for discrete pyramids where a Gaussian is convolved across the input
prior to sub-sampling.
|
Copyright © 2013. All Rights Reserved.