Affine Reconstruction from Multiple Views using Singular Value Decomposition

 

Supervisor:

Dr Peter Kovesi
School of Computer Science & Software Engineering
The University of Western Australia
35 Stirling Highway
Crawley
WA 6009

- These pages contains documentation and scripts I wrote for my project.

- Additionally, I have included external documentation that gave me the necessary knowledge and assisted me in understanding the subject material.

- Hope this would be of some help..!

Thanks

Mohan
14. 08. 2003

Mohan Obeysekera
mohan_obey at yahoo com
 

 

 

 

 

 

 

 

 

 

  Image source: The Geometry of Multiple Images by O Faugeras & Q T Luong

Abstract

Reconstructing three dimensional (3D) object shape from multiple views is a widely researched area in computer vision. There are many methods available for 3D reconstruction using different image types.

An image with perspective projection gives us the ability to understand and interpret features in the 3D world. In a perspective image, parallel lines in the 3D world appear to converge to a vanishing point, providing information about the third dimension. An affine image has orthographic projection to preserve parallelism such that when parallel lines in the 3D world are projected on to the image plane, they remain parallel. In this thesis, I explain the reconstruc- tion of 3D affine structure from multiple affine images using the Singular Value Decomposition (SVD).

I use multiple affine images of the object ensuring that all images cover every feature in the object to be reconstructed. This poses a restriction on the reconstruction, since acquiring the complete object is not feasible. Hence, the reconstruction involves only the affine structure that is projected on the affine images. I identify feature points on affine images firstly, using a manual mechanism and later, using a tracking system. A measurement matrix is composed using the image points for all affine images. This matrix forms the basis for acquiring 3D affine coordinates.

The SVD decomposes a given matrix into three matrices: two orthogonal matrices and one singular matrix. I use the SVD to decompose the measurement matrix into three matrices to provide two solutions for the 3D affine coordinates. I employ a mechanism to form the metric structure from the two affine structures by using prior knowledge about the object in the 3D world.

I present my results using synthetic and real images. I analyse the results primarily on synthetic images and then use real images to examine the practicality of the method. In addition to using images with orthographic projection, I examine the behaviour of the reconstruction algorithm in the presence of noise, and images with perspective projection.

Keywords: Orthographic projection, factorization algorithm, singular value decomposition