Panorama Artifact

CSE 455 - Project 2

Paul Draghicescu & Andrew Morgan

February 9, 2012

Feature Detection

For the feature detection, the program detects features using the Harris operator, then matches features
between two images to determine the total offset between the images. The program matches features by using
ratio test between the best feature match and second best match.

ROC curves   top

Yosemite test curves
Yosemite ROC

Figure 1: Yosemite ROC curves

Graf test curves
Graf ROC

Figure 2: Graf ROC curves

Harris Images   top

Yosemite
Yosemite Harris

Figure 3: Harris image for Yosemite test image

Yosemite Harris Max

Figure 4: Harris max image for Yosemite test image

Graf
Graf Harris

Figure 5: Harris image for Graf test image

Graf Harris Max

Figure 6: Harris max image for Graf test image

Panorama Mosaic Stitching   top

Test Panorama Stitch

test

Kaiden Panorama Stitch

Because of the differences in exposures in the kaiden shots, it was hard for our algorithm to correctly match features
and align the images. It was also hard for the program to align images where the sun was setting over the water
since there weren't many distinguishing features in these images.

bad Here is a panorama created by the program without any help. The program wasn't able to determine the alignment of
about 5 of the pictures where the water is, and there are some ghosting effects.

For the final panorama image we used photoshop to help stitch some of the pictures together.

bad

viewer

Handheld Stitch

bad

viewer

Notes on Process

Things that worked well:
Things that did not work well: