Allor Documentation v.2 Help

Padding Relative

Full Name

ImageTransformPaddingRelative

Description

Adds new space around the edges of images by scale factor.

Backend

PyTorch

Input Parameters
Images

RGB/A images

Add Width

New width in the scale factor on horizontal edges

Add Height

New height in the scale factor on vertical edges

Method
  • Reflect — The new space reflects the images around the edges.

  • Edge — The new space is filled with pixels at the edges of the image.

  • Constant — The new space is filled with emptiness.

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023