Real-Time Rendering Based on GPU for Binocular Stereo System

zhuan zheng,ping an,bing zhao,zhaoyang zhang
DOI: https://doi.org/10.1007/978-3-642-34595-1_67
2012-01-01
Abstract:In binocular real-time stereo system based on depth, how to accurately and quickly fill big holes generated by DIBR is a key problem. This paper presents a real-time rendering algorithm based on GPU. Hole mask image is rendered in order to get the corresponding texture information for big holes at the sending, which can be used to fill the big holes at the receiving. Small holes are filled by linear interpolation algorithm. The experiments show that the proposed method achieves better hole filling effect. In order to meet the real-time requirement, GPU acceleration is applied in this paper. Firstly, per-pixels are projected to 3D space using CUDA, Secondly, these pixels are inversely projected to 2D plane using Open GL. Running on NVIDIA Quadro 600 GPU, with the resolution of 1024 x 768 and 1920 x 1080, the proposed method reaches about 45fps and 28fps respectively, meanwhile achieves real-time and better quality.
What problem does this paper attempt to address?