Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Gets the trajectory ranges of given marker.

Given a marker, this command returns an array of integers consisting of pairs of frame numbers. Each pair marks the start and end frame of a trajectory. The total number of trajectories returned is half the array size.

Functional area

Data retrieval

Command syntax

Syntax

getTrajectories marker

Arguments

None

Flags

None

Return value

integer array

Examples

// Get the trajectory ranges for LFHD
int $ranges[] = `getTrajectories "LFHD"`;
print $ranges;
  • No labels