Uses of Class
boofcv.struct.pyramid.ImagePyramidBase
-
Uses of ImagePyramidBase in boofcv.alg.transform.pyramid
Modifier and TypeClassDescriptionclass
PyramidDiscreteAverage<T extends ImageBase<T>>
Creates an image pyramid by down sampling square regions usingAverageDownSampleOps
.class
PyramidDiscreteSampleBlur<T extends ImageBase<T>>
Convolves a re-normalizable blur kernel across the image before down sampling.class
PyramidFloatGaussianScale<T extends ImageGray<T>>
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 ImageGray<T>>
Updates each layer in aPyramidFloat
by rescaling the layer with interpolation. -
Uses of ImagePyramidBase in boofcv.struct.pyramid
Modifier and TypeClassDescriptionclass
PyramidDiscrete<T extends ImageBase<T>>
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 ImageBase<T>>
An image pyramid where each level can be an arbitrary scale.