A B C D E F G H I J L M N O P Q R S T U V W Z

A

About - Class in br.usp.ime.klava.segmentit.gui
Displays information about the SegmentIt tool.
About() - Constructor for class br.usp.ime.klava.segmentit.gui.About
 
About - Class in br.usp.ime.klava.segmentit.gui.actions
Displays information about the SegmentIt tool.
AbstractMetric - Class in br.usp.ime.klava.segmentit.metrics
Abstract metric used to build hierarchies of nested partitions.
AbstractMetric() - Constructor for class br.usp.ime.klava.segmentit.metrics.AbstractMetric
 
accept(File) - Method in class br.usp.ime.klava.segmentit.formats.MarkerFormat
Returns if the given file has an extension of a supported format for reading or writing markers files.
accept(File) - Method in class br.usp.ime.klava.segmentit.formats.ReadFormats
Returns if the given file has an extension of a supported format for reading image files.
accept(File) - Method in class br.usp.ime.klava.segmentit.formats.WriteFormat
Returns if the given file has an extension of a supported format for writing image files.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.About
Displays information about the SegmentIt tool.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.ArrangeWorkspace
Calls arrangeWorkspace() on the SegmentationContainer.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.BackgroundColor
Sets the color of the background.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.BasinsColor
Sets the color of the catchment basins (regions of interest).
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.Connectivity4
Sets the connectivity of the active SegmentationDocument to the 4-connectivity.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.Connectivity8
Sets the connectivity of the active SegmentationDocument to the 8-connectivity.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.OpenImage
Opens an image to be segmented.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.OpenMarkersImage
Opens an image to be used as markers.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.OpenPartitionImage
Opens an image to be used as partition.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.PixelsGranularity
Sets the granularity of the active SegmentationDocument to the pixel level of precision.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.Quit
Calls System.exit(0).
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.Redo
Redoes an edition previously undone on the markers set of the active document.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.RegionsGranularity
Sets the granularity of the active SegmentationDocument to the regions level of precision.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.SaveMarkersImage
Saves the markers image for future refinements.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.SavePartitionImage
Saves the result of a segmentation (the catchment basins).
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.SaveSegmentedImage
Saves the result of a segmentation, superimposing the visible layers: background; filtered image; original image; basins; markers; watershed lines.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.SegmentAutomatically
Turns on/off the automatic segmentation after proper user interaction.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.SupportedFormatsHelp
Displays a dialog of help with the supported formats for reading and writing files.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.Undo
Undoes an edition on the markers set of the active document.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.actions.WatershedColor
Sets the color of the watershed lines.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.ImagesViewer
 
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.SegmentationContainer
Executes some actions fired by buttons or menus: Segment; change brush color; filtering.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.SegmentationDocument
Turns on/off the visibility of the layers and enables/disables the sliders: Basins opacity; Filtered image contrast.
actionPerformed(ActionEvent) - Method in class br.usp.ime.klava.segmentit.gui.SegmentViaHierarchy
Rebuilds the hierarchy if a criterion was selected.
add(T, int) - Method in class br.usp.ime.klava.segmentit.structures.PriorityQueue
Appends the specified element to the queue with the given priority.
add(T) - Method in class br.usp.ime.klava.segmentit.structures.Queue
Appends the specified element to the end of this queue if it is not already present.
addImage(BufferedImage) - Method in class br.usp.ime.klava.segmentit.gui.ImagesViewer
Adds an image with empty description.
addImage(BufferedImage, String) - Method in class br.usp.ime.klava.segmentit.gui.ImagesViewer
Adds an image with a description.
addKeyListenerRecursively(Component, KeyListener) - Static method in class br.usp.ime.klava.segmentit.util.GUIUtils
Adds the given keyListener listener to the component and to all its children recursively.
addNewState(T) - Method in class br.usp.ime.klava.segmentit.util.UndoRedo
Adds a new state to the structure.
addPixel(Pixel) - Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
Adds pixel to this PrimitiveCatchmentBasin.
addSample(T) - Method in class br.usp.ime.klava.segmentit.util.Statistics
Adds sample to the current collection.
Area - Class in br.usp.ime.klava.segmentit.metrics
Metric to build hierarchies of nested partitions ranking segments by their areas in synchronous flooding simulation.
Area() - Constructor for class br.usp.ime.klava.segmentit.metrics.Area
 
AREA - Static variable in class br.usp.ime.klava.segmentit.util.HierarchyCriterion
Criterion of synchronous flooding, used to rank regions according to their area.
ArrangeWorkspace - Class in br.usp.ime.klava.segmentit.gui.actions
Calls arrangeWorkspace() on the SegmentationContainer.
arrangeWorkspace() - Method in class br.usp.ime.klava.segmentit.gui.SegmentationContainer
Puts the toolbox in the upper-left corner, the layer panel in the upper-right corner and arranges the open SegmentationDocuments in cascade.

A B C D E F G H I J L M N O P Q R S T U V W Z