Motion Analysis & Tracking

The Motion Analysis & Tracking Project is one which will allow an objects position to be determined by it's previous position. There are two basic types of models used for motion tracking

Models

  • CV - Constant Velocity Model
    This model works as long as the object is moving at a constant rate.

  • CA - Constant Acceleration Model
    This model works as long as the object is acceleration at a constant rate.

  • Fusion - combination of the CV and CA model which will compensate for changes in either velocity and/or acceleration.
  •