danstowell / gmphd

GM-PHD filter implementation in python (Gaussian mixture probability hypothesis density filter)
GNU General Public License v3.0
73 stars 30 forks source link

Can I use gmphd.py to track objects state with 8D? #4

Closed JohnPekl closed 3 years ago

JohnPekl commented 3 years ago

object state [x y r h dx dy dr dh] x, y are location of an object r is object ration = width / height h is object height

dx, dy, dr, dh are velocity of object w.r.t x,y,r,h

danstowell commented 3 years ago

yes