Uses of Class
adams.flow.container.ImageSegmentationContainer
-
-
Uses of ImageSegmentationContainer in adams.data.imagesegmentation.filter
Methods in adams.data.imagesegmentation.filter that return ImageSegmentationContainer Modifier and Type Method Description protected abstract ImageSegmentationContainerAbstractImageSegmentationContainerFilter. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerDraw. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerMergeLayers. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerMultiFilter. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerPassThrough. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerRemoveOverlaps. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.ImageSegmentationContainerAbstractImageSegmentationContainerFilter. filter(ImageSegmentationContainer cont)Performs the filtering of the container.Methods in adams.data.imagesegmentation.filter with parameters of type ImageSegmentationContainer Modifier and Type Method Description protected StringAbstractImageSegmentationContainerFilter. check(ImageSegmentationContainer cont)Hook method for checking the container before filtering.protected abstract ImageSegmentationContainerAbstractImageSegmentationContainerFilter. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerDraw. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerMergeLayers. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerMultiFilter. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerPassThrough. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.protected ImageSegmentationContainerRemoveOverlaps. doFilter(ImageSegmentationContainer cont)Performs the filtering of the container.ImageSegmentationContainerAbstractImageSegmentationContainerFilter. filter(ImageSegmentationContainer cont)Performs the filtering of the container. -
Uses of ImageSegmentationContainer in adams.data.imagesegmentation.layerorder
Methods in adams.data.imagesegmentation.layerorder with parameters of type ImageSegmentationContainer Modifier and Type Method Description protected StringAbstractImageSegmentationContainerLayerOrder. check(ImageSegmentationContainer cont)Hook method for performing checks prior to generating the layer order.protected abstract String[]AbstractImageSegmentationContainerLayerOrder. doGenerate(ImageSegmentationContainer cont)Generates the layer order.protected String[]AsIs. doGenerate(ImageSegmentationContainer cont)Generates the layer order.protected String[]Predefined. doGenerate(ImageSegmentationContainer cont)Generates the layer order.protected String[]Sorted. doGenerate(ImageSegmentationContainer cont)Generates the layer order.String[]AbstractImageSegmentationContainerLayerOrder. generate(ImageSegmentationContainer cont)Generates the layer order. -
Uses of ImageSegmentationContainer in adams.data.imagesegmentation.operation
Methods in adams.data.imagesegmentation.operation with parameters of type ImageSegmentationContainer Modifier and Type Method Description protected voidAbstractImageSegmentationContainerOperation. check(ImageSegmentationContainer[] containers)Checks the containers.protected StringAbstractImageSegmentationContainerOperation. checkSameDimensions(ImageSegmentationContainer[] containers)Checks whether the containers have the same dimensions.protected booleanAbstractImageSegmentationContainerOperation. checkSameDimensions(ImageSegmentationContainer cont1, ImageSegmentationContainer cont2)Checks whether the two containers have the same dimensions.protected abstract ObjectAbstractImageSegmentationContainerOperation. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectCompareAnnotationWithPrediction. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectCompareAnnotationWithPredictionStats. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectConfusionMatrix. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectCountPixels. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectEvaluatePrediction. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectPassThrough. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.protected ObjectSimpleOverlay. doProcess(ImageSegmentationContainer[] containers)Performs the actual processing of the containers.ObjectAbstractImageSegmentationContainerOperation. process(ImageSegmentationContainer[] containers)Processes the containers. -
Uses of ImageSegmentationContainer in adams.data.io.input
Methods in adams.data.io.input that return ImageSegmentationContainer Modifier and Type Method Description protected abstract ImageSegmentationContainerAbstractImageSegmentationAnnotationReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerIndividualImageSegmentationLayerReader. doRead(PlaceholderFile file)Reads the image segmentation annotations.protected abstract ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerBlueChannelImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerGrayscaleImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerIndexedPNGImageSegmentationReader. doReadLayers(PlaceholderFile file)Reads the image segmentation annotations.protected ImageSegmentationContainerAbstractPNGAnnotationImageSegmentationReader. newContainer(PlaceholderFile file)Creates a container with the base image and no layers.ImageSegmentationContainerAbstractImageSegmentationAnnotationReader. read(PlaceholderFile file)Reads the image segmentation annotations.ImageSegmentationContainerImageSegmentationAnnotationReader. read(PlaceholderFile file)Reads the image segmentation annotations. -
Uses of ImageSegmentationContainer in adams.data.io.output
Methods in adams.data.io.output with parameters of type ImageSegmentationContainer Modifier and Type Method Description protected StringAbstractImageSegmentationAnnotationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)Hook method for performing checks before writing the data.protected StringAbstractPNGAnnotationImageSegmentationWriter. check(PlaceholderFile file, ImageSegmentationContainer annotations)Hook method for performing checks before writing the data.protected abstract StringAbstractImageSegmentationAnnotationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringBlueChannelImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringGrayscaleImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringIndexedPNGImageSegmentationWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringIndividualImageSegmentationLayerWriter. doWrite(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected String[]AbstractPNGAnnotationImageSegmentationWriter. getLayerNames(ImageSegmentationContainer annotations)Returns the names of the layers to output.StringAbstractImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.StringImageSegmentationAnnotationWriter. write(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the image segmentation annotations.protected StringAbstractImageSegmentationAnnotationWriter. writeBaseImage(PlaceholderFile file, ImageSegmentationContainer annotations)Writes the base image unless skipped. -
Uses of ImageSegmentationContainer in adams.flow.container
Methods in adams.flow.container that return ImageSegmentationContainer Modifier and Type Method Description ImageSegmentationContainerImageSegmentationContainer. getClone()Returns a clone of itself. -
Uses of ImageSegmentationContainer in adams.gui.visualization.segmentation
Methods in adams.gui.visualization.segmentation that return ImageSegmentationContainer Modifier and Type Method Description ImageSegmentationContainerSegmentationPanel. toContainer()Turns the layers into a container.ImageSegmentationContainerSegmentationPanel. toContainer(boolean useSeparateLayers)Turns the layers into a container.Methods in adams.gui.visualization.segmentation with parameters of type ImageSegmentationContainer Modifier and Type Method Description voidSegmentationPanel. fromContainer(ImageSegmentationContainer segcont, SegmentationPanel.ContainerSettings contSettings, List<AbstractLayer.AbstractLayerState> lastSettings, LoggingObject logger)Retrieves the layers from the container.voidSegmentationPanel. fromContainer(ImageSegmentationContainer segcont, String[] labels, boolean useSeparateLayers, ColorProvider colorProvider, float alpha, boolean allowLayerRemoval, boolean allowLayerActions, SegmentationPanel.LayerVisibility layerVisibility, List<AbstractLayer.AbstractLayerState> lastSettings, LoggingObject logger)Retrieves the layers from the container.
-