Skip to content

GroundTrackingEKF class

pabramsor edited this page Jun 29, 2014 · 4 revisions

GroundTrackingEKF class

Camera's Model

In order to use this implementation of EKF to track ground objects with a single camera, firstly you need to understand the assumptions that we take.

This picture describe the model of the camera acquisition and its parameters:

Camera Model and parameters

That means that if your camera has another pixel's origin or another orientation of the axis, a conversion is needed.

// 666 TODO