Features to Images

../../../../_images/features_to_image.svg

Converts each row into a separate image in a list

Configuration:
  • channels

    Number of channels in image

  • width

    Width of image. If 0 then compute automatically assuming square input image

Inputs:
X : table

Dataset to be converted

Outputs:
out : [image]

Output images

Ports:

Inputs:

X:

table

Dataset to be converted

Outputs:

out:

[image]

Output images

Configuration:

channels
Number of channels in image
width
Width of image. If 0 then compute automatically assuming square input image
class node_utility.FeaturesToImages[source]