Commit Sized Bites:
Increment 1 - SIFT
- Implement and test feature point finding algorithms
- Implement and test feature point descriptor and bbf algorithms
- Implement and test bundle adjustment/RANSAC
- Implement and test 3 thesis algorithms
Increment 2 - Photo Graph
- Understand kD trees, determine appropriate view volume
- Implement and test a 3D tree on feature points
Increment 3 - Viewer
- Figure out ideal memory locations and processor usage
- Implement and test view changing equations from Ch. 1
- Learn about smooth cutting algorithms
- Implement and test smooth cutting algorithms