trackpy.Track

class trackpy.Track(point=None)

Base class for objects to represent linked tracks.

Includes logic for adding, removing features to the track. This can be sub-classed to provide additional track level computation as needed.

Parameters:

point : Point or None, optional

The first feature in the track