Module: tfg.image.pyramid

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