Uses of Class
adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
-
Packages that use AbstractImageSegmentationContainerOperation Package Description adams.data.imagesegmentation.operation adams.flow.transformer -
-
Uses of AbstractImageSegmentationContainerOperation in adams.data.imagesegmentation.operation
Subclasses of AbstractImageSegmentationContainerOperation in adams.data.imagesegmentation.operation Modifier and Type Class Description class
CompareAnnotationWithPrediction
Compares a prediction (first container) with the annotation (second container) and outputs a color image per label that shows the correct overlaps, the missed annotations and additionally predicted pixels.class
ConfusionMatrix
Evaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the confusion matrix.class
CountPixels
Counts the pixels and generates a spreadsheet with count per layer.class
EvaluatePrediction
Evaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the results.class
PassThrough
Dummy, just passes through the containers.class
SimpleOverlay
Combines base image (or just background color) and layers into a single image. -
Uses of AbstractImageSegmentationContainerOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractImageSegmentationContainerOperation Modifier and Type Field Description protected AbstractImageSegmentationContainerOperation
ImageSegmentationContainerOperation. m_Operation
the transformer to apply to the container.Methods in adams.flow.transformer that return AbstractImageSegmentationContainerOperation Modifier and Type Method Description AbstractImageSegmentationContainerOperation
ImageSegmentationContainerOperation. getOperation()
Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractImageSegmentationContainerOperation Modifier and Type Method Description void
ImageSegmentationContainerOperation. setOperation(AbstractImageSegmentationContainerOperation value)
Sets the operation to use.
-