clear method

void clear()

Resets spatial tracker state.

Implementation

void clear() {
  _activeTracks.clear();
  _nextId = 1;
}