Package boofcv.alg.transform.pyramid
package boofcv.alg.transform.pyramid
-
ClassDescriptionImplementation of
GaussianScaleSpace
that focuses on one scale space at a time.PyramidDiscreteAverage<T extends ImageBase<T>>Creates an image pyramid by down sampling square regions usingAverageDownSampleOps
.PyramidDiscreteNN2<T extends ImageBase<T>>Discrete image pyramid where each level is always a factor of two and sub-sampled using nearest-neighbor interpolationPyramidDiscreteSampleBlur<T extends ImageBase<T>>Convolves a re-normalizable blur kernel across the image before down sampling.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.PyramidFloatScale<T extends ImageGray<T>>Updates each layer in aPyramidFloat
by rescaling the layer with interpolation.Various operations related to image pyramids.