Features to Images¶
Converts each row into a separate image in a list
Definition¶
Input ports¶
- X
Type: tableDescription: Dataset to be converted
Output ports¶
- out
Type: [image]Description: Output images
Configuration¶
- Channels (channels)
Number of channels in image
- Width (width)
Width of image. If 0 then compute automatically assuming square input image
Examples¶
The node can be found in:
Implementation¶
- class node_utility.FeaturesToImages[source]