|
◆ tsequence_tsample()
TSequence * tsequence_tsample |
( |
const TSequence * |
seq, |
|
|
int |
i1, |
|
|
int |
i2, |
|
|
bool |
synchronized, |
|
|
int * |
split, |
|
|
double * |
dist |
|
) |
| |
Sample the temporal sequence with respect to the interval.
- Parameters
-
[in] | seq | Temporal sequence |
[in] | i1,i2 | Indexes of the reference instants |
[in] | synchronized | True when using the Synchronized Euclidean Distance |
[out] | split | Location of the split |
[out] | dist | Distance at the split |
|