Uses of Class
adams.gui.visualization.segmentation.SegmentationPanel
-
Packages that use SegmentationPanel Package Description adams.flow.sink adams.flow.transformer adams.gui.visualization.segmentation -
-
Uses of SegmentationPanel in adams.flow.sink
Fields in adams.flow.sink declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanel
ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel. m_PanelSegmentation
for displaying the image.protected SegmentationPanel
ImageSegmentationViewer. m_PanelSegmentation
the panel. -
Uses of SegmentationPanel in adams.flow.transformer
Fields in adams.flow.transformer declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanel
ImageSegmentationAnnotator. m_PanelSegmentation
the panel. -
Uses of SegmentationPanel in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as SegmentationPanel Modifier and Type Field Description protected SegmentationPanel
CanvasPanel. m_Owner
the owner.Methods in adams.gui.visualization.segmentation that return SegmentationPanel Modifier and Type Method Description protected static SegmentationPanel
SegmentationPanel. combinedTest(String[] args)
Generates a panel with a combined layer.SegmentationPanel
CanvasPanel. getOwner()
Returns the owner.protected static SegmentationPanel
SegmentationPanel. overlayTest(String[] args)
Generates a panel with separate overlay layers.Methods in adams.gui.visualization.segmentation with parameters of type SegmentationPanel Modifier and Type Method Description void
CanvasPanel. setOwner(SegmentationPanel value)
Sets the owner.
-