Stereo Depth Map Construction by Emmanuel Fuentes, Pawel Mikolajczyk, Naji Barnes-M - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Chapter 2Correspondence Problem

Correspondance Problem

Stereo Image Matching

Given any two images of the same scene one may want to understand where given parts of the picture exist in the other. Most often is it virtually impossible to take identical picutres with the same scene in exactly the same positions for two or more images.

There are two methods of corresponding two images. The classical method is to analyze a location on an image and see where is it most like on the other image. This is called the Correlation-Based Method. The more robust and practical method is the Feature-Based Method that indentifies unqiue features in one image and finds the same features in the other image.

A Feature is best desribed as a unique piece of the image that is not repeated anywhere else in the picture. There are many methods to indentifing features in a given image, however the method that lent itself well to our partcular problem of replicating stereo imaging is the SIFT Alogrithm.

Solutions