Code for the following paper:
Pan Ji, Hongdong Li, Mathieu Salzmann, and Yuchao Dai. Robust motion segmentation with unknown correspondences. In Europian Conference on Computer Vision (ECCV), 2014. Poster.
- Install ncuts from
https://www.cis.upenn.edu/~jshi/software/https://github.com/panji1990/Ncut9. - Install vlfeat from http://www.vlfeat.org/.
- Download Hopkins 155 outdoor sequences from https://www.dropbox.com/s/qzsw958uhk8r9j1/HopkinsOutdoor.zip?dl=0.
- Change file path where necessary.
- Compile the Hungarian algorithm (C code) with your Matlab, e.g. mex assignmentoptimal.c.
- Install mmread from http://au.mathworks.com/matlabcentral/fileexchange/8028-mmread.