Convert 2D Table to Image¶
Converts a 2D table into a grayscale image, using columns as X and rows as Y positions.
Documentation¶
Converts a 2D table into a grayscale image, using columns as X and rows as Y positions.
Definition¶
Input ports¶
- data
Type: tableDescription: Table containing image data
Output ports¶
- image
Type: imageDescription: Input image
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_export.Table2DToImage[source]