Center for Research in Comptuer Vision
Center for Research in Comptuer Vision



Source Code

Motion Segmentation


Oreifej_RPCA.zip

Here are the instructions on how to use it:

[TrajOut,TrajIn,TrajOutLow,TrajOutE] = MotionDecomp(Traj,THRESH)

Traj: all the trajectories, each row is [X coor, Y coor].
THRESH: a value like 10 to 30
TrajOut: Independently moving trajectories
TrajIn: Camera motion trajectories
TrajOutLow: The component of TrajOut corresponding to camera motion.
TrajOutE: The component of TrajOut corresponding to object motion.

Notes: Project Page: Click Here

Related Publication

Shandong Wu, Omar Oreifej, and Mubarak Shah, Action Recognition in Videos Acquired by a Moving Camera Using Motion Decomposition of Lagrangian Particle Trajectories, International Conference on Computer Vision, November 2011, Barcelona, Spain.