A demo of the entire pipeline of basic affine structure from motion including
- keypoint selection
do_getKeypoints.m - feature tracking
do_trackFeatures.m - the factorization algorithm
do_factorization.m
Specify experiment settings in the config file (location of the images, data, etc), then in matlab do
do_all('config')