Convert Image to Table¶
Converts an image into a table with a single column per channel or for the whole image
Documentation¶
Converts an image into a table with a single column.
Definition¶
Input ports¶
- image
Type: imageDescription: Input image
Output ports¶
- data
Type: tableDescription: Table containing image data- meta
Type: tableDescription: Table containing image meta data
Configuration¶
- Column name (Column name)
Name of column which image data is converted into, or prefix if multiple columns are generated
- Coordinates (Coordinates)
Adds a column for XY coordinates. Channel coordinate is also added if multi-columns is false.
- Multiple columns (Multiple columns)
Converts each channel of the image into separate column
Examples¶
The node can be found in:
Implementation¶
- class node_export.ImageToTable[source]