WLJS LogoWLJS Notebook

InverseImagePyramid

InverseImagePyramid[pyr] reconstructs an image from an ImagePyramid object pyr.

  • InverseImagePyramid[pyr, pyrtype] assumes the specified pyramid type.
  • InverseImagePyramid[pyr, pyrtype, n] reconstructs up to pyramid level n.
  • InverseImagePyramid[pyr, pyrtype, {size}] reconstructs up to the smallest level larger than size.

Examples

pyr = ImagePyramid[image, "Laplacian"];
InverseImagePyramid[pyr]
InverseImagePyramid[pyramid, "Gaussian", 3]
InverseImagePyramid[pyr, "Laplacian", {256, 256}]

*See the official Wolfram Language Reference for more details.

On this page