Skip to content

suryanshkumar/shape_and_motion_factorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statement: The above code implements the Tomasi et.al [1] classical factorization method to rigid structure from motion under orthographic camera model assumption.

An initial version of this code was written by me at the start of my Ph.D. at Australian National University in October 2015. Improved and refined recently for better understanding. (Removed the Newton optimization module).

code structure

  1. dataset folder contains the .mat file of the tracked points. (Dataset downloaded from the internet.)
  2. src folder contains the implementation of the algorithm.
  3. run tomasi_kanade_factorization_1992.m file to see the results.

Reference

[1] Shape and Motion from Image Streams under Orthography: a Factorization Method.
Carlo Tomasi, Takeo Kanade
International Journal of Computer Vision, IJCV, 1992, pages 137-154, Springer.
[pdf]

About

Implementation of Tomasi and Kanade SFM Factorization method, IJCV 1992.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages