Home   

   The problem   

   Approaches   

   Methodology   

   Acknowledgement   

   References   



THE   PROBLEM


Definition

The problem stated in most simple way is something like - given two camera images, or for that matter more, reconstruct the 3-D scene. None to partial information maybe available about the multiple images.

Our Implementation

Given an image pair for an object,or a scene in general, find the 3-D characterstics through depth map. No information is available about the camera. Although we are using two images we would like not to call it stereographic vision project. This is because, firstly, in the stereo vision the dispariy between images is quite less, our algorithm on the other hand can handle sufficiently large disparity; secondly, the stereo vision uses inly two images whereas our algorithm can be upgraded to any number of images.

Eg.,consider the images -

    
The 'Tripod' image

The various steps involved in processing this pair are shown in later sections of the document

Justification of problem

Why are we going all about 3-D scenes, doing calculations, trying to find depth and all that. Well, here are few point that can justify the problem :