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

H

HierarchyCriterion - Class in br.usp.ime.klava.segmentit.util
Criterion used to build hierarchies of partitions.
HierarchyEdge - Class in br.usp.ime.klava.segmentit.structures
Represents an edge linking nodes in hierarchical structures.
HierarchyEdge(int, HierarchyNode, HierarchyNode, EdgeType) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyEdge
Creates an edge linking node1 and node2.
HierarchyInternalNode - Class in br.usp.ime.klava.segmentit.structures
Internal node a hierarchy of nested partitions.
HierarchyInternalNode(TreeOfCriticalLakes, HierarchyNode, HierarchyNode, int, EdgeType) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyInternalNode
Constructs a HierarchyInternalNode formed by the fusion of node1 with node2.
HierarchyLeaf - Class in br.usp.ime.klava.segmentit.structures
Leaf node of a hierarchy of nested partitions.
HierarchyLeaf(TreeOfCriticalLakes, PrimitiveCatchmentBasin) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyLeaf
Constructs a HierarchyLeaf that encapsulates basin in a hierarchy of partitions.
HierarchyManager - Class in br.usp.ime.klava.segmentit.structures
Manages hierarchical operations over an image.
HierarchyManager(PrimitiveCatchmentBasinsGraph, HierarchyCriterion, Pixel[][], Point, BufferedImage) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyManager
Constructs a hierarchical set of nested partitions of the vertices of the graph.
HierarchyManager(PrimitiveCatchmentBasinsGraph, HierarchyCriterion, int[], Point, BufferedImage) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyManager
Constructs a hierarchical set of nested partitions of graph.
HierarchyManager(PrimitiveCatchmentBasinsGraph, HierarchyCriterion, BufferedImage) - Constructor for class br.usp.ime.klava.segmentit.structures.HierarchyManager
Constructs a hierarchical set of nested partitions of graph.
HierarchyNode - Class in br.usp.ime.klava.segmentit.structures
Abstract node of a hierarchy of nested partitions.
HierarchyState - Class in br.usp.ime.klava.segmentit.util
Stores the state of a BasinsHierarchy for undo/redo purposes.
HierarchyState(HierarchyCriterion) - Constructor for class br.usp.ime.klava.segmentit.util.HierarchyState
State representing a hierarchy constructed using the hierarchyCriterion and with the hierarchy root selected (only one ROI).
HierarchyState(int, HierarchyCriterion) - Constructor for class br.usp.ime.klava.segmentit.util.HierarchyState
State representing a hierarchy constructed using the hierarchyCriterion and with a partition selected by the given threshold.
HierarchyState(int[], HierarchyCriterion) - Constructor for class br.usp.ime.klava.segmentit.util.HierarchyState
State representing a hierarchy constructed using the hierarchyCriterion and that contains the partition derived from labels.
HierarchyState.Type - Enum in br.usp.ime.klava.segmentit.util
Represents the type of a hierarchy state.

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