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 classDrawDraws the layers that have a color specified onto the base image.classMergeLayersMerges two or more layers into a new one (or replacing an existing one).classMultiFilterApplies the base filters sequentially.classPassThroughDummy, just passes through the container.classRemoveOverlapsRemoves 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_Filtersthe 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 voidMultiFilter. 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 AbstractImageSegmentationContainerFilterImageSegmentationContainerFilter. m_Filterthe transformer to apply to the container.Methods in adams.flow.transformer that return AbstractImageSegmentationContainerFilter Modifier and Type Method Description AbstractImageSegmentationContainerFilterImageSegmentationContainerFilter. getFilter()Returns the filter in use.Methods in adams.flow.transformer with parameters of type AbstractImageSegmentationContainerFilter Modifier and Type Method Description voidImageSegmentationContainerFilter. 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 AbstractImageSegmentationContainerFilterFilter. m_Filterthe current filter.
-