trackpy.Point

class trackpy.Point

Base class for point (features) used in tracking. This class contains all of the general stuff for interacting with Track objects.

Note

To be used for tracking this class must be sub-classed to provide

a distance() function. Child classes MUST call Point.__init__(). (See PointND for example. )