Convert Image to 2D Table¶
Converts first channel of image into a 2D table with X along columns and Y along rows.
Documentation¶
Converts first channel of image into a 2D table with X along columns and Y along rows.
Definition¶
Input ports¶
- image
Type: imageDescription: Input image
Output ports¶
- data
Type: tableDescription: Table containing image data
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_export.ImageToTable2D[source]