Package | Description |
---|---|
latmath.anchorselection |
Anchor selection algorithm interface and implementations.
|
latmath.location.filter |
Location filter interface and implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
AnchorSelection.deriveLogFilename(int uid,
LaterationAlgorithm algorithm,
LocationFilter filter)
Sets information to derive a unique log filename.
|
void |
TriangleSelection.deriveLogFilename(int uid,
LaterationAlgorithm algorithm,
LocationFilter filter) |
void |
MedianBasedAnchorSelection.deriveLogFilename(int uid,
LaterationAlgorithm algorithm,
LocationFilter filter) |
void |
DistanceBasedAnchorSelection.deriveLogFilename(int uid,
LaterationAlgorithm algorithm,
LocationFilter filter) |
void |
MinMaxSelection.deriveLogFilename(int uid,
LaterationAlgorithm algorithm,
LocationFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
CurveFittingLocationFilter
Location filter based on curve fitting.
|
class |
KalmanCFLocationFilter
Location filter based on Kalman and curve fitting filter.
|
class |
KalmanLocationFilter
Location filter based on Kalman filter.
|
Modifier and Type | Method and Description |
---|---|
static List<LocationFilter> |
LocationFilterCollection.getFilters()
Returns a list of all available location filters in this package.
|
Modifier and Type | Method and Description |
---|---|
static void |
LocationFilterCollection.registerFilter(LocationFilter filter)
Register an additional location filters.
|
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.