Package br.usp.ime.klava.segmentit.gui.actions

This package contains some actions fired by the tool GUI.

See:
          Description

Class Summary
About Displays information about the SegmentIt tool.
ArrangeWorkspace Calls arrangeWorkspace() on the SegmentationContainer.
BackgroundColor Sets the color of the background.
BasinsColor Sets the color of the catchment basins (regions of interest).
Connectivity4 Sets the connectivity of the active SegmentationDocument to the 4-connectivity.
Connectivity8 Sets the connectivity of the active SegmentationDocument to the 8-connectivity.
OpenImage Opens an image to be segmented.
OpenMarkersImage Opens an image to be used as markers.
OpenPartitionImage Opens an image to be used as partition.
PixelsGranularity Sets partition of the active SegmentationDocument to pixel level of precision.
Quit Action fired to quit the tool GUI.
Redo Redoes an edition on the markers set previously undone.
RegionsGranularity Sets partition of the active SegmentationDocument to regions level of precision.
SaveMarkersImage Saves the markers image for future refinements.
SavePartitionImage Saves the result of a segmentation (the catchment basins).
SaveSegmentedImage Saves the result of a segmentation, superimposing the visible layers: background; filtered image; original image; basins; markers; watershed lines.
SegmentAutomatically Turns on/off the automatic segmentation after proper user interaction.
SupportedFormatsHelp Displays a dialog of help with the supported formats for reading and writing files.
Undo Undoes an edition on the markers set.
WatershedColor Sets the color of the watershed lines.
 

Package br.usp.ime.klava.segmentit.gui.actions Description

This package contains some actions fired by the tool GUI.