|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMetric | |
---|---|
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. |
Uses of AbstractMetric in br.usp.ime.klava.segmentit.metrics |
---|
Subclasses of AbstractMetric in br.usp.ime.klava.segmentit.metrics | |
---|---|
class |
Area
Metric to build hierarchies of nested partitions ranking segments by their areas in synchronous flooding simulation. |
class |
Depth
Metric to build hierarchies of nested partitions ranking segments by their contrasts in synchronous flooding simulation. |
class |
MeanValue
Metric to build hierarchies of nested partitions ranking segments by their mean gray level (generic metric clustering hierarchy). |
class |
MergingLevel
Metric to build hierarchies of nested partitions in uniform flooding simulation. |
class |
Volume
Metric to build hierarchies of nested partitions ranking segments by their areas and contrasts in synchronous flooding simulation. |
Uses of AbstractMetric in br.usp.ime.klava.segmentit.structures |
---|
Methods in br.usp.ime.klava.segmentit.structures that return AbstractMetric | |
---|---|
AbstractMetric |
HierarchyNode.getMetric()
Returns the AbstractMetric associated with this
HierarchyNode . |
Uses of AbstractMetric in br.usp.ime.klava.segmentit.util |
---|
Methods in br.usp.ime.klava.segmentit.util that return AbstractMetric | |
---|---|
AbstractMetric |
HierarchyCriterion.getMetricObject()
Returns a new instance of the AbstractMetric associated with this
HierarchyCriterion . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |