15-864 Project 4 Results
Method
The program I ended up with will produce a set of panoramas from a set of images file names.
The outline of the algorithm is as follows
- Extract feature points for each image
- For each pair of images
- Using ransac find the largest set of inliers that produce the same (or similar) homographies.
- If that set has more than 15 elements, mark the two images as connected
- Find the connected components of each graph
- For each connected component
- Build a panorama using breadth-first search, starting with the node with largest degree
- Observe pretty pictures
Images
Toxic Waste Dump (I Think)
![](toxic-clip-small.jpg)
Courtesy of Intel
![](intel-clip-small.jpg)
The Great Indoors (Revisited)
![](indoors-3-small.jpg)
Wean and Newell-Simon Hall (Revisited)
![](nsh-small.jpg)