Immersive imaging

Immersive imaging is a project that lets users to experience a virtual reality effect while doing a zooming of an image. As this program provides a smooth transition from one layer of the image to the other, users will experience a sense of traversing inside the image. This is achieved by interpo...

全面介紹

Saved in:
書目詳細資料
主要作者: Sow, Hendy Sutomo.
其他作者: Sabu Emmanuel
格式: Final Year Project
語言:English
出版: 2010
主題:
在線閱讀:http://hdl.handle.net/10356/38615
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Immersive imaging is a project that lets users to experience a virtual reality effect while doing a zooming of an image. As this program provides a smooth transition from one layer of the image to the other, users will experience a sense of traversing inside the image. This is achieved by interpolating image of the first layer and the second layer to obtain image in the intermediate. Images taken with camera are required as input. They must be images of an object with variation of focal length setting of the lens. The purpose is to provide images with different zooming level of a single object. Before interpolation is applied, mapping of the pixels of first layer image (original image) to second layer image (zoomed image) need to be calculated. As observed in zoomed image, objects that are located near the border of original image have been omitted due to the zooming effect. If interpolation is applied directly, output image will not contain the correct pixel values. Consequently, it will generate a random unrecognized image. The mapping method that is applied is called critical-points filters [1] [2]. The first step of the mapping is to extract the critical points (maxima, minima and saddle points) from the source and destination image. After the extraction, there will be sub-images (images with lower resolution) that contain each of the critical points. From these sub-images, mapping is calculated based on an energy function. The correct mapping is the mapping with the lowest energy.