Class CompareAnnotations<T extends Assignment<ObjectMask>>

Type Parameters:
T - assignment-type.

public class CompareAnnotations<T extends Assignment<ObjectMask>> extends Task<AnnotationComparisonInput<ProvidesStackInput>,ComparisonSharedState<T>>
Task to compare a set of annotations to a segmentation or another set of annotations.

The following outputs are produced:

Output NameDefault?Description
"byImage"yesa single CSV file showing summary statistics of matching for all images.
"byGroup"<T extends Assignment<ObjectMask>>yesa single CSV file showing summary statistics of matching for all groups group of images.
"outline"yesa file per image showing a colored representation of which annotations matched (or didn't) for each image.
outputs from the AnnotationComparisonAssigner in assign
outputs from Task
Author:
Owen Feehan