Class ImageAssignLabel<T>

Type Parameters:
T - type of initialization associated with the filter.

public class ImageAssignLabel<T> extends Task<ProvidesStackInput,SharedStateFilteredImageOutput<T>>
Assigns a label to each image and copies into subdirectories for each label, and creates a labelling CSV.

The following outputs are produced:

Output NameDefault?Description
"images"yesa directory where copies of input images are placed in subdirectories corresponding to their label.
"mapping"yesa single CSV file where each row is an image-label correspondence.
inherited from Task
Author:
Owen Feehan