Uses of Package
br.usp.ime.klava.segmentit.util

Packages that use br.usp.ime.klava.segmentit.util
br.usp.ime.klava.segmentit.builders This package defines extensions points in SegmentIt. 
br.usp.ime.klava.segmentit.builders.interfaces This package defines the interfaces of the extensions points in SegmentIt. 
br.usp.ime.klava.segmentit.gui This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool. 
br.usp.ime.klava.segmentit.structures This package contains classes that implements the base data structures utilized in the segmentation tool. 
br.usp.ime.klava.segmentit.util This package contains utility classes utilized in the segmentation tool. 
br.usp.ime.klava.segmentit.watershed This package contains implementations of algorithms of the classical watershed and watershed from markers. 
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.builders
HierarchyCriterion
          Criterion used to build hierarchies of partitions.
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.builders.interfaces
HierarchyCriterion
          Criterion used to build hierarchies of partitions.
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.gui
ColorSpace
          Represents an interval of colors from which is possible to select an unique color for each catchment basin (region of interest).
Connectivity
          Represents adjacency relations.
Granularity
          Represents which granularity is used in watershed from markers algorithm.
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.structures
ColorSpace
          Represents an interval of colors from which is possible to select an unique color for each catchment basin (region of interest).
Connectivity
          Represents adjacency relations.
Cost
          Represents a lexicographic cost with two components.
EdgeType
          Represents the type of an edge, depending on it's purpose.
HierarchyCriterion
          Criterion used to build hierarchies of partitions.
HierarchyState
          Stores the state of a BasinsHierarchy for undo/redo purposes.
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.util
ColorSpace
          Represents an interval of colors from which is possible to select an unique color for each catchment basin (region of interest).
Connectivity
          Represents adjacency relations.
Cost
          Represents a lexicographic cost with two components.
EdgeType
          Represents the type of an edge, depending on it's purpose.
Granularity
          Represents which granularity is used in watershed from markers algorithm.
HierarchyCriterion
          Criterion used to build hierarchies of partitions.
HierarchyState.Type
          Represents the type of a hierarchy state.
LabelingCriterion
          Represents the criterion used in the labeling function of markers.
StructuringElement
          Represents an square structuring element utilized in morphological operations.
 

Classes in br.usp.ime.klava.segmentit.util used by br.usp.ime.klava.segmentit.watershed
Connectivity
          Represents adjacency relations.
LabelingCriterion
          Represents the criterion used in the labeling function of markers.