Package boofcv.struct.pyramid
package boofcv.struct.pyramid
-
ClassDescriptionSpecifies number of layers in the pyramid.ImagePyramid<T extends ImageBase<T>>Image pyramids represent an image at different resolution in a fine to coarse fashion.ImagePyramidBase<T extends ImageBase<T>>Base class for image pyramids.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.PyramidFloat<T extends ImageBase<T>>An image pyramid where each level can be an arbitrary scale.