Uses of Package
boofcv.alg.transform.pyramid
-
ClassDescriptionDiscrete image pyramid where each level is always a factor of two and sub-sampled using nearest-neighbor interpolation
-
ClassDescriptionCreates an image pyramid by down sampling square regions using
AverageDownSampleOps
.Convolves a re-normalizable blur kernel across the image before down sampling.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.Updates each layer in aPyramidFloat
by rescaling the layer with interpolation.