![]() |
MobilityDB 1.3
|
Simplification functions for temporal types. More...
Functions | |
Temporal * | temporal_simplify_dp (const Temporal *temp, double dist, bool syncdist) |
Return a temporal float/point simplified using the Douglas-Peucker line simplification algorithm. More... | |
Temporal * | temporal_simplify_max_dist (const Temporal *temp, double dist, bool syncdist) |
Return a temporal float/point simplified using a single-pass Douglas-Peucker line simplification algorithm. More... | |
Temporal * | temporal_simplify_min_dist (const Temporal *temp, double dist) |
Return a temporal float/point sequence simplified ensuring that consecutive values are at least a given distance apart. More... | |
Temporal * | temporal_simplify_min_tdelta (const Temporal *temp, const Interval *mint) |
Return a temporal float/point sequence simplified ensuring that consecutive values are at least a certain time interval apart. More... | |
Simplification functions for temporal types.