随着图形处理器(GPU)的发展,特别是其构架的改变,显卡已经不再是固定流水线的图形处理器,而是类似单指令多数据结构的并行可编程流处理器。近几年兴起了GPU通用计算(GPGPU)的研究热潮,并在许多领域中得到了应用。本文将GPGPU应用到立体图像对的校正过程中,有效解决了其中图像插值算法的计算效率较低的问题。实例验证了本文算法的有效性。
As the fast development of GPU(Graphic Processing Unit),special improvement of its architecture,the graphics card is no longer just a graphic processor with Fixed Pipeline,but also a parallel programmed stream processor as Single Instruction Multiple Data.So in the recent years,general purpose computation on the GPU(GPGPU) has been researched popularly and applied in many domains.In this paper,the GPGPU is used for image correction to deal with the low computational efficiency of the image interpolation.The experiments prove the validity of the algorithm.