Package boofcv.struct.pyramid


package boofcv.struct.pyramid
  • Class
    Description
    Specifies 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.
    Base class for image pyramids.
    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.