Image to List¶
Generates a list of images based on algorithms operating on one image
Documentation
Generates a list of images based on algorithms operating on one image
Algorithms:
from channels
Generates a list of grayscale images from each channel in input image
from labels
Generates an image mask selecting each label in an image once
- do background:
 If true include the background object (ID=0)
- Input ports:
 source : image
source image
- Output ports:
 results : [image]
Resulting list of images
Definition
Input ports
- source
 image
source image
Output ports
- results
 [image]
Resulting list of images
- Configuration:
 - Algorithm (algorithm)
 (no description)
- do background (do background)
 (no description)
- 
class 
node_imagelists.ImageToList[source]