/Factorization-SfM

The code here implements the factorization method to estimate structure from image(s)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Structure from Motion - Factorization method

As part of Machine Perception course, I implemented the approach mentioned in Tomasi-Kanade Factorization method to extract shape and motion parameters from a sequence of images.

To run the code use the command python run.py FOLDER, where FOLDER is either medusa or castlejpg. This will generate a pointcloud text file with the 3d coordinates of the points and save each frame with detected keypoints. (I use SIFT Features)