Skip to main content

Store Tensor as Images

Synopsis

Executes the pre-processing pipeline for images and stores the transformed images in a directory.

Description

This operator takes the input (TensorIOObject) and iterates through its images while applying transformation at the same time. The resulting images (post-transformation) will be stored in the directory specified by the parameter.

Input

tensor

Tensor containing image meta data (Path) + pre-processing steps. A required tensor input can be created using the "Pre-Process Images" operator from the image handling extension. Tensor objects created using that operator will include the created image pre-processing steps.

Output

tensor

Outputs the unchanged tensor provided at the input port.

Parameters

Directory

Path to the directory into which images will be saved (~target directory).