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

This package contains classes that implements the base data structures utilized in the segmentation tool.

See:
          Description

Class Summary
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.
HierarchyLeaf Leaf node of a hierarchy of nested partitions.
HierarchyManager Manages hierarchical operations over an image.
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.
PriorityQueue<T> Implements a priority queue, using a First In, First Out policy and priorities given by non-negative integer numbers.
Queue<T> Implements a queue, using a First In, First Out policy.
TreeOfCriticalLakes Represents an hierarchical set of nested partitions.
UnionFind Implements the union/find operations over disjoint sets, using the union by rank and path compression heuristics.
 

Package br.usp.ime.klava.segmentit.structures Description

This package contains classes that implements the base data structures utilized in the segmentation tool.