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

Packages that use br.usp.ime.klava.segmentit.structures
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.metrics This package contains the metrics utilized to build the hierarchies of nested partitions. 
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.structures used by br.usp.ime.klava.segmentit.builders
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.
TreeOfCriticalLakes
          Represents an hierarchical set of nested partitions.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.builders.interfaces
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.
TreeOfCriticalLakes
          Represents an hierarchical set of nested partitions.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.gui
HierarchyNode
          Abstract node of a hierarchy of nested partitions.
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.metrics
HierarchyInternalNode
          Internal node a hierarchy of nested partitions.
HierarchyLeaf
          Leaf node of a hierarchy of nested partitions.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.structures
Edge
          Represents an edge linking PrimitiveCatchmentBasins in PrimitiveCatchmentBasinsGraphs.
HierarchyEdge
          Represents an edge linking nodes in hierarchical structures.
HierarchyInternalNode
          Internal node a hierarchy of nested partitions.
HierarchyNode
          Abstract node of a hierarchy of nested partitions.
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasin
          Represents an atomic unit of partitions, associated to a regional minimum of an image.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.
TreeOfCriticalLakes
          Represents an hierarchical set of nested partitions.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.util
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.
TreeOfCriticalLakes
          Represents an hierarchical set of nested partitions.
 

Classes in br.usp.ime.klava.segmentit.structures used by br.usp.ime.klava.segmentit.watershed
Pixel
          The smallest atomic unit in images.
PrimitiveCatchmentBasinsGraph
          Represents a graph where the vertices are PrimitiveCatchmentBasins.