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 classCompareAnnotationWithPredictionCompares 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.classCompareAnnotationWithPredictionStatsCompares a prediction (first container) with the annotation (second container) and outputs statistics per label: correct overlaps (count/%), the missed annotations (count/%) and additionally predicted pixels (count/%), Intersect-over-Union, Dice coefficient.classConfusionMatrixEvaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the confusion matrix.classCountPixelsCounts the pixels and generates a spreadsheet with count per layer.classEvaluatePredictionEvaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the results.classPassThroughDummy, just passes through the containers.classSimpleOverlayCombines 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 AbstractImageSegmentationContainerOperationImageSegmentationContainerOperation. m_Operationthe transformer to apply to the container.Methods in adams.flow.transformer that return AbstractImageSegmentationContainerOperation Modifier and Type Method Description AbstractImageSegmentationContainerOperationImageSegmentationContainerOperation. getOperation()Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractImageSegmentationContainerOperation Modifier and Type Method Description voidImageSegmentationContainerOperation. setOperation(AbstractImageSegmentationContainerOperation value)Sets the operation to use.
-