Uses of Class
adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter
-
Packages that use AbstractImageSegmentationContainerFilter Package Description adams.data.imagesegmentation.filter adams.flow.transformer adams.gui.visualization.segmentation.tool -
-
Uses of AbstractImageSegmentationContainerFilter in adams.data.imagesegmentation.filter
Subclasses of AbstractImageSegmentationContainerFilter in adams.data.imagesegmentation.filter Modifier and Type Class Description class
Draw
Draws the layers that have a color specified onto the base image.class
MergeLayers
Merges two or more layers into a new one (or replacing an existing one).class
MultiFilter
Applies the base filters sequentially.class
PassThrough
Dummy, just passes through the container.class
RemoveOverlaps
Removes any overlaps of annotations between the layers.Fields in adams.data.imagesegmentation.filter declared as AbstractImageSegmentationContainerFilter Modifier and Type Field Description protected AbstractImageSegmentationContainerFilter[]
MultiFilter. m_Filters
the base filters.Methods in adams.data.imagesegmentation.filter that return AbstractImageSegmentationContainerFilter Modifier and Type Method Description AbstractImageSegmentationContainerFilter[]
MultiFilter. getFilters()
Returns the filters to apply sequentially.Methods in adams.data.imagesegmentation.filter with parameters of type AbstractImageSegmentationContainerFilter Modifier and Type Method Description void
MultiFilter. setFilters(AbstractImageSegmentationContainerFilter[] value)
Sets the filters to apply sequentially. -
Uses of AbstractImageSegmentationContainerFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractImageSegmentationContainerFilter Modifier and Type Field Description protected AbstractImageSegmentationContainerFilter
ImageSegmentationContainerFilter. m_Filter
the transformer to apply to the container.Methods in adams.flow.transformer that return AbstractImageSegmentationContainerFilter Modifier and Type Method Description AbstractImageSegmentationContainerFilter
ImageSegmentationContainerFilter. getFilter()
Returns the filter in use.Methods in adams.flow.transformer with parameters of type AbstractImageSegmentationContainerFilter Modifier and Type Method Description void
ImageSegmentationContainerFilter. setFilter(AbstractImageSegmentationContainerFilter value)
Sets the filter to use. -
Uses of AbstractImageSegmentationContainerFilter in adams.gui.visualization.segmentation.tool
Fields in adams.gui.visualization.segmentation.tool declared as AbstractImageSegmentationContainerFilter Modifier and Type Field Description protected AbstractImageSegmentationContainerFilter
Filter. m_Filter
the current filter.
-