Uses of Class
br.usp.ime.klava.segmentit.structures.TreeOfCriticalLakes

Packages that use TreeOfCriticalLakes
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.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. 
 

Uses of TreeOfCriticalLakes in br.usp.ime.klava.segmentit.builders
 

Methods in br.usp.ime.klava.segmentit.builders that return TreeOfCriticalLakes
 TreeOfCriticalLakes DefaultTreeOfCriticalLakesBuilder.buildTreeOfCriticalLakes(PrimitiveCatchmentBasinsGraph graph, HierarchyCriterion criterion, int[] labels, java.awt.Point selectedPixel, int[] desiredLabels)
          Calls TreeOfCriticalLakes(PrimitiveCatchmentBasinsGraph, HierarchyCriterion, int[], Point, int[]) .
 

Uses of TreeOfCriticalLakes in br.usp.ime.klava.segmentit.builders.interfaces
 

Methods in br.usp.ime.klava.segmentit.builders.interfaces that return TreeOfCriticalLakes
 TreeOfCriticalLakes TreeOfCriticalLakesBuilderIF.buildTreeOfCriticalLakes(PrimitiveCatchmentBasinsGraph graph, HierarchyCriterion criterion, int[] labels, java.awt.Point selectedPixel, int[] desiredLabels)
           
 

Uses of TreeOfCriticalLakes in br.usp.ime.klava.segmentit.structures
 

Constructors in br.usp.ime.klava.segmentit.structures with parameters of type TreeOfCriticalLakes
HierarchyInternalNode(TreeOfCriticalLakes TCL, HierarchyNode node1, HierarchyNode node2, int weight, EdgeType edgeType)
          Constructs a HierarchyInternalNode formed by the fusion of node1 with node2.
HierarchyLeaf(TreeOfCriticalLakes TCL, PrimitiveCatchmentBasin basin)
          Constructs a HierarchyLeaf that encapsulates basin in a hierarchy of partitions.
 

Uses of TreeOfCriticalLakes in br.usp.ime.klava.segmentit.util
 

Methods in br.usp.ime.klava.segmentit.util with parameters of type TreeOfCriticalLakes
static java.awt.image.BufferedImage MarkersFromPartition.getMarkersImage(PrimitiveCatchmentBasinsGraph graph, TreeOfCriticalLakes TCL)
          Returns an image containing markers that crosses all the NRRRs of each region of interest of the partition to be recovered.