Convert Table to Image¶
Converts a table into an image, using columns for data, image width, image height and image channels.
Documentation
Converts a table into an image using a column each for: data, image width, image height and image channels.
Definition
Input ports
- data
table
Table containing image data
- meta
table
Table containing image meta data
Output ports
- image
image
Input image
- Configuration:
- Channels column name (Channels column)
Name of image channels column in input table
- Data column name (Data column)
Name of image data column in input table
- Height column name (Height column)
Name of image height column in input table
- Width column name (Width column)
Name of image width column in input table
- class node_export.TableToImage[source]