Package | Description |
---|---|
latmath.anchorselection |
Anchor selection algorithm interface and implementations.
|
Modifier and Type | Method and Description |
---|---|
AnchorSelectionResult |
AnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation)
Do anchor selection.
|
AnchorSelectionResult |
TriangleSelection.select(Point2d[] anchors,
double[] ranges,
Point2d lastLocation) |
AnchorSelectionResult |
MedianBasedAnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation) |
AnchorSelectionResult |
DistanceBasedAnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation) |
AnchorSelectionResult |
MinMaxSelection.select(Point2d[] anchors,
double[] ranges,
Point2d lastLocation) |
AnchorSelectionResult |
AnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation,
long timestamp)
Do anchor selection.
|
AnchorSelectionResult |
TriangleSelection.select(Point2d[] anchors,
double[] ranges,
Point2d lastLocation,
long ts) |
AnchorSelectionResult |
MedianBasedAnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation,
long timestamp) |
AnchorSelectionResult |
DistanceBasedAnchorSelection.select(Point2d[] anchors,
double[] measuredDistances,
Point2d lastLocation,
long timestamp) |
AnchorSelectionResult |
MinMaxSelection.select(Point2d[] anchors,
double[] ranges,
Point2d lastLocation,
long ts) |
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.