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).