Package | Description |
---|---|
latmath.anchorselection |
Anchor selection algorithm interface and implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DistanceBasedAnchorSelection
Simple implementation of anchor selection algorithm based on measured distances.
|
class |
MedianBasedAnchorSelection
Simple implementation of anchor selection algorithm based on measured distances.
|
class |
MinMaxSelection
Min-Max based anchor selection.
|
class |
TriangleSelection
Triangle based anchor selection.
|
Modifier and Type | Method and Description |
---|---|
static List<AnchorSelection> |
AnchorSelectionCollection.getAnchorSelectionAlgorithms()
Returns a list of all available anchor selection algorithms in this package.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnchorSelectionCollection.registerAnchorSelectionAlgorithm(AnchorSelection anchorSelection)
Register an additional anchor selection algorithm.
|
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.