Here is an ellipsoid's equation: (x-U)^T*S*(x-U) = 1 where, U is for the position and S is for the orientation and size of the ellipsoid (S=R*D*R^T, where R and D have the "orientation" and "size" information,respectively).
I want to track this ellipsoid which can translate, rotate and scale in a smooth continuous way. I think these three motions can be treated independently. So three kalman filtering processes may be developed in each one of which velocity and acceleration need be included. My question is How to model these processes. Any idea?