天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 軟件論文 >

基于GPU的數(shù)字全息實(shí)時(shí)再現(xiàn)技術(shù)研究

發(fā)布時(shí)間:2018-03-08 00:14

  本文選題:數(shù)字全息 切入點(diǎn):數(shù)字全息粒子追蹤測速 出處:《重慶理工大學(xué)》2017年碩士論文 論文類型:學(xué)位論文


【摘要】:數(shù)字全息技術(shù)是一種利用圖像傳感器記錄物體的振幅和相位信息,并通過計(jì)算機(jī)模擬光學(xué)的衍射過程而進(jìn)行物體再現(xiàn)的技術(shù)。數(shù)字全息測量技術(shù)具有無接觸,無損傷等優(yōu)點(diǎn),可以用于物體的三維形貌、應(yīng)力應(yīng)變場、溫度場、流場等領(lǐng)域的觀測。在一些測量領(lǐng)域,需要實(shí)時(shí)測量并再現(xiàn)測量目標(biāo)的動(dòng)態(tài)變化過程并且同時(shí)對目標(biāo)場進(jìn)行三維空間的實(shí)時(shí)再現(xiàn),數(shù)據(jù)計(jì)算量極大,因而必須要加快數(shù)字全息圖處理的速度。本文將基于GPU(Graphics Processing Unit,圖形處理器)的并行計(jì)算技術(shù)引入到DHPTV(Digital Holographic Particles Tracing Velocimetry,數(shù)字全息粒子追蹤測速)中,數(shù)字全息圖記錄了粒子的三維空間信息,通過對數(shù)字全息圖進(jìn)行重建,提取粒子的三維空間坐標(biāo)信息,為了能夠清晰觀測不同深度信息的粒子,需要對整個(gè)粒子場以一定的重建間隔進(jìn)行全場重建,然后通過粒子匹配,可以獲得粒子的三維速度矢量場。由于全場重建的計(jì)算量極大,采用了基于GPU的并行計(jì)算技術(shù)極大提高了重建速度,實(shí)現(xiàn)對空間粒子場的三維速度矢量場的實(shí)時(shí)重建。為了實(shí)現(xiàn)粒子場三維速度矢量場的實(shí)時(shí)再現(xiàn),本文主要進(jìn)行了如下研究:(1)數(shù)字全息基本原理以及數(shù)字全息圖重建算法研究;(2)研究了DHPTV的測速原理,提出自己的算法以及計(jì)算流程,通過對兩幅旋轉(zhuǎn)粒子的全息圖進(jìn)行重建測速,對測速結(jié)果進(jìn)行誤差分析,驗(yàn)證實(shí)驗(yàn)方法的可行性以及結(jié)果的精度;(3)設(shè)計(jì)了一種數(shù)字全息實(shí)時(shí)顯微鏡,該顯微鏡主要分為硬件系統(tǒng)和軟件系統(tǒng),硬件系統(tǒng)主要是該系統(tǒng)所使用的硬件設(shè)備以及光學(xué)元件,軟件系統(tǒng)主要是基于GPU的并行算法程序。軟件系統(tǒng)的設(shè)計(jì)思路是利用Matlab中豐富的API(Application Programming Interface,應(yīng)用程序編程接口)函數(shù)庫建立計(jì)算模型,利用CUDA(Compute Unified Device Architecture,統(tǒng)一設(shè)備計(jì)算架構(gòu))擴(kuò)展C++語言對算術(shù)均值濾波,連通域識(shí)別、圖像歸一化以及粒子匹配等算法進(jìn)行編程。為了實(shí)現(xiàn)GPU利用率的最大化,使用Kepler架構(gòu)GPU所具有的Hyper-Queue(超工作隊(duì)列)特性進(jìn)行多流編程。對比了Matlab程序運(yùn)行結(jié)果以及Matlab調(diào)用CUDA程序運(yùn)行結(jié)果,得到加速比。
[Abstract]:Digital holography is a kind of technology which uses image sensor to record the amplitude and phase information of object and reproduce the object by simulating the diffraction process of optics by computer. The digital holographic measurement technology has the advantages of no contact, no damage and so on. It can be used to observe three-dimensional topography, stress-strain field, temperature field, flow field and so on. It is necessary to measure and reproduce the dynamic change process of the measurement object in real time and reproduce the target field in three dimensional space at the same time. Therefore, we must speed up the processing of digital holograms. In this paper, the parallel computing technology based on GPU(Graphics Processing unit is introduced into DHPTV(Digital Holographic Particles Tracing velocimetric (digital holographic particle tracking velocimetry). The digital hologram records the three-dimensional spatial information of the particle. By reconstructing the digital hologram, the three-dimensional coordinate information of the particle is extracted, so that the particles with different depth information can be clearly observed. It is necessary to reconstruct the whole particle field at a certain interval, and then the three-dimensional velocity vector field of the particle can be obtained by particle matching. The parallel computing technology based on GPU is used to greatly improve the reconstruction speed and realize the real-time reconstruction of the three-dimensional velocity vector field of the space particle field, in order to realize the real-time reconstruction of the three-dimensional velocity vector field of the particle field. In this paper, the basic principles of digital holography and the reconstruction algorithm of digital holograms are studied as follows: the principle of velocity measurement of DHPTV is studied, and its own algorithm and calculation flow are put forward. A digital holographic real time microscope is designed by reconstructing the hologram of two rotating particles and analyzing the error of the velocity measurement results to verify the feasibility of the experimental method and the accuracy of the results. The microscope is mainly divided into hardware system and software system, the hardware system is mainly used in the system of hardware equipment and optical components, The software system is mainly a parallel algorithm program based on GPU. The design idea of the software system is to make use of the rich API(Application Programming interface (application programming interface) function library in Matlab to build the calculation model. Using CUDA(Compute Unified Device Architecture, the extended C language is used to program arithmetic mean filtering, connected domain recognition, image normalization and particle matching. By using Hyper-Queue (Hyper-Queue) feature of Kepler architecture GPU for multi-stream programming, the speedup ratio is obtained by comparing the running results of Matlab programs and the results of Matlab calling CUDA programs.
【學(xué)位授予單位】:重慶理工大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP391.41;O438.1

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

1 胡雅婷;;基于GPU的數(shù)字全息快速解包裹算法[J];光學(xué)與光電技術(shù);2015年04期

2 駱巖紅;萬國峰;王建華;;基于CUDA架構(gòu)的FFT并行計(jì)算研究[J];自動(dòng)化與儀器儀表;2014年12期

3 段群;李紅;;基于CUDA的高速并行均值濾波算法[J];咸陽師范學(xué)院學(xué)報(bào);2013年04期

4 朱竹青;孫敏;聶守平;馮少彤;丁鶴平;戴萬珍;;基于GPU的數(shù)字全息實(shí)時(shí)再現(xiàn)系統(tǒng)設(shè)計(jì)及實(shí)驗(yàn)研究[J];光電子.激光;2012年02期

5 呂亞飛;賈X陽;;基于CUDA的快速中值濾波算法[J];現(xiàn)代計(jì)算機(jī)(專業(yè)版);2011年14期

6 盧文龍;王建軍;劉曉軍;;基于CUDA的高速并行高斯濾波算法[J];華中科技大學(xué)學(xué)報(bào)(自然科學(xué)版);2011年05期

7 丁鶴平;朱竹青;孫敏;王曉雷;周延懷;;基于圖形處理單元的數(shù)字全息圖加速再現(xiàn)算法研究[J];中國激光;2010年11期

8 韓東峰;;全息照相實(shí)驗(yàn)相關(guān)問題的理論探究[J];洛陽理工學(xué)院學(xué)報(bào)(自然科學(xué)版);2010年02期

9 陳瑞;童瑩;;二維FFT在GPU上的并行實(shí)現(xiàn)[J];南京工程學(xué)院學(xué)報(bào)(自然科學(xué)版);2009年02期

10 劉仲壽;萬雄;王慶;危荃;;基于DSP的溫度場重建[J];激光技術(shù);2009年01期

相關(guān)博士學(xué)位論文 前1條

1 朱竹青;數(shù)字全息在實(shí)時(shí)動(dòng)態(tài)測量和信息隱藏中的應(yīng)用研究[D];南京師范大學(xué);2013年

相關(guān)碩士學(xué)位論文 前1條

1 李菲菲;基于CPU+GPU平臺(tái)的實(shí)時(shí)視線跟蹤系統(tǒng)[D];天津大學(xué);2012年



本文編號(hào):1581582

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1581582.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶0b941***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請E-mail郵箱bigeng88@qq.com