-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
20 lines (14 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Update:
Author: Subramanian Krishnan
Date : Oct 12 2020
4 features have been added to this stack
1. Motion only bundle adjustment
2. Structure only bundle adjustment
3. Intrinsic camera optimization using bundle adjustment
4. Smarter Graph merge based on maximal keypoints in graph
SFMedu: Structrue From Motion for Education Purpose
Version 2 @ 2014
Written by Jianxiong Xiao (MIT License)
This code demonstrates how a traditional structure from motion pipeline is done and how to compute a dense point cloud by matching propagation in a simplest way. It is mainly designed for teaching a computer vision lecture at Princeton. Please check the slides and the homework assignment together with this code release. Although it is for education purpose, it is implemented in a nice way that it actually works for real photos. It is just probably quite slow compared to more optimized system, such as Bundler from Noah Snavely.
Usage: run SFMedu2.m in Matlab.
Acknowledgement: Thanks for Fisher Yu for bug fixing and feedback. We also thanks many people for making their functions publicly available online. Note that the third party library may have different licenses that you need to follow. We include them for the convenience for the users and don't imply any copyright issues.