Package

scalismo.faces.image

pyramid

Permalink

package pyramid

Visibility
  1. Public
  2. All

Type Members

  1. class GaussPyramid[A] extends ImagePyramid[A]

    Permalink

    GaussPyramid implements the concept of images always reduced to half the size of the image.

    GaussPyramid implements the concept of images always reduced to half the size of the image.

    A

    Pixel type of underlying images in the Pyramid.

  2. trait ImagePyramid[A] extends AnyRef

    Permalink

    ImagePyramid trait that offers access to the levels of the pyramid and the number of levels.

    ImagePyramid trait that offers access to the levels of the pyramid and the number of levels.

    A

    Pixel type of underlying images in the Pyramid.

  3. class LaplacePyramid[A] extends ImagePyramid[A]

    Permalink

    Laplace pyramid implementation.

    Laplace pyramid implementation.

    A

    Pixel type of underlying images in the Pyramid.

Value Members

  1. object GaussPyramid

    Permalink
  2. object LaplacePyramid

    Permalink

Ungrouped