Skip to content

StereoTrackingEKF class

pabramsor edited this page Jun 29, 2014 · 7 revisions

StereoTrackingEKF class

Camera's model

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

This picture describe the model of the camera acquisition and its parameters (for each camera): Camerra's model & Parameters

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

// 666 TODO: