You are here: Start » Program Examples » Object Tracking

Object Tracking

Aim

The program demonstrates how to track multiple objects in the camera's field of view so that the indexes assigned to them are maintained as long as the object is visible, regardless of the number of objects. A new object may appear in the field of view, and one of the objects may disappear at a given time.

Solution (FIS)

Macrofilter Track_Matchboxes.

Macrofilter Current_Position_Extraction.

Macrofilter Add_Or_Subtract_Matchbox(Add).

Macrofilter Add_Or_Subtract_Matchbox(Do Nothing).

Macrofilter Add_Or_Subtract_Matchbox(Subtract).

Further Readings

  • Array - Link to all operations based on arrays in FabImage Studio.
  • Blob Analysis - Article presents detailed information about the Blob Analysis technique.
  • Formulas - Detailed information about using formulas.