Module: tfg.image.pyramid
Stay organized with collections
Save and categorize content based on your preferences.
This module implements image pyramid functionalities.
More details about image pyramids can be found on this page.
Functions
downsample(...)
: Generates the different levels of the pyramid (downsampling).
merge(...)
: Merges the different levels of the pyramid back to an image.
split(...)
: Generates the different levels of the pyramid.
upsample(...)
: Generates the different levels of the pyramid (upsampling).
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-08-09 UTC.
[null,null,["Last updated 2021-08-09 UTC."],[],[],null,["# Module: tfg.image.pyramid\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/image/pyramid.py) |\n\nThis module implements image pyramid functionalities.\n\nMore details about image pyramids can be found on [this page.](https://en.wikipedia.org/wiki/Pyramid_(image_processing))\n\nFunctions\n---------\n\n[`downsample(...)`](../../tfg/image/pyramid/downsample): Generates the different levels of the pyramid (downsampling).\n\n[`merge(...)`](../../tfg/image/pyramid/merge): Merges the different levels of the pyramid back to an image.\n\n[`split(...)`](../../tfg/image/pyramid/split): Generates the different levels of the pyramid.\n\n[`upsample(...)`](../../tfg/image/pyramid/upsample): Generates the different levels of the pyramid (upsampling)."]]