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

當前位置:主頁 > 科技論文 > 電子信息論文 >

基于FPGA的圖像實時加密系統(tǒng)的設(shè)計與實現(xiàn)

發(fā)布時間:2018-09-03 15:14
【摘要】:當今信息化時代,無論國家、單位和個人的很多重要信息,都是以數(shù)字圖形、圖像、視頻的形式存在。這些圖像視頻文件的存儲和傳輸,不可避免地面臨著被竊取和攻擊的危險,因此圖像視頻文件的加解密研究是信息安全保密研究領(lǐng)域的一個重要研究方向,世界各國都投入了巨大力量從事這方面的理論研究和系統(tǒng)、設(shè)備的開發(fā)。信息加解密和密碼學是一門歷史悠久的學科,在不同的歷史時期,針對不同的加密數(shù)據(jù)對象,需要不同的理論及實現(xiàn)方法。本課題針對實時視頻數(shù)據(jù)流,從設(shè)計實現(xiàn)成本的角度考慮,綜合分析視頻流數(shù)據(jù)特點及其對設(shè)計資源的需求,采用一款低成本FPGA開發(fā)板,實現(xiàn)了改進的Arnold-Logistic混合加解密算法,設(shè)計完成了視頻圖像實時加密系統(tǒng)并進行了硬件演示驗證。論文主要工作包括對視頻傳輸系統(tǒng)結(jié)構(gòu)進行分析,在此基礎(chǔ)上,把視頻加密系統(tǒng)的設(shè)計分作三大步驟來實現(xiàn):即視頻圖像直通平臺的搭建、視頻圖像數(shù)據(jù)流加密模塊的設(shè)計、系統(tǒng)各個功能模塊及最終系統(tǒng)的仿真驗證。整體設(shè)計工作是基于一款Altera Cyclone II EP2C5Q208C8N FPGA開發(fā)板及其開發(fā)環(huán)境完成的。視頻圖像直通平臺,主要是采用Verilog硬件描述語言設(shè)計實現(xiàn)。首先通過FPGA配置CMOS圖像傳感器OV7670的內(nèi)部寄存器,使其輸出像素為640x480的VGA視頻圖像數(shù)據(jù)流;然后FPGA正確捕獲送來的視頻圖像數(shù)據(jù),并送到外部64MB的SDRAM芯片中緩存;最后從SDRAM中提取圖像數(shù)據(jù)送到VGA接口驅(qū)動模塊,驅(qū)動外部顯示器顯示實時視頻圖像,方便驗證直通平臺以及后續(xù)圖像處理后的效果。視頻圖像數(shù)據(jù)的加密模塊部分,主要采用模型設(shè)計方式來實現(xiàn)。首先在Matlab的Simulink平臺下,調(diào)用DSP Builder工具箱的標準庫中模塊來搭建正確的圖像加密模型;然后調(diào)用Signal Compiler模塊把DSP Builder模型轉(zhuǎn)換成VHDL硬件描述語言文件,并啟動Quartus編譯綜合、布局布線,最終生成圖像加密算法模型腳本文件;最后,在搭建好的視頻圖像直通平臺的工程中調(diào)用加密算法模塊,完成整個系統(tǒng)的設(shè)計。仿真驗證工作貫穿在整個設(shè)計的各個環(huán)節(jié)。每個模塊以及整個系統(tǒng)都需要經(jīng)過很多次重復的設(shè)計、仿真驗證、修改設(shè)計工作,最終才能得到性能穩(wěn)定、功能滿足設(shè)計指標的系統(tǒng)。設(shè)計中主要是通過Modelsim、Quartus II和Simulink中自帶仿真驗證工具來實現(xiàn)軟件仿真,并通過DSP Builder的在線測試以及配置到FPGA中來實現(xiàn)硬件仿真。通過采用自頂向下的設(shè)計方法,對系統(tǒng)結(jié)構(gòu)和功能模塊進行合理劃分,然后分別實現(xiàn)各個子模塊,最終搭建實現(xiàn)整體系統(tǒng)。最終,在一片Cyclone II芯片上,實現(xiàn)對CMOS圖像傳感器采集到的視頻圖像執(zhí)行實時流加密操作。
[Abstract]:In the information age, many important information of countries, units and individuals exist in the form of digital graphics, images and videos. The storage and transmission of these image and video files inevitably face the danger of being stolen and attacked. Therefore, the research on encryption and decryption of image and video files is an important research direction in the field of information security and security. Countries all over the world have invested a great deal of energy in this field of theoretical research and system, equipment development. Encryption and decryption of information is a subject with a long history. In different historical periods, different theories and methods are needed for different encrypted data objects. This paper aims at real-time video data flow, considering the cost of design and implementation, synthetically analyzes the characteristics of video stream data and its demand for design resources, and uses a low-cost FPGA development board to realize the improved Arnold-Logistic mixed encryption and decryption algorithm. The real-time encryption system of video image is designed and verified by hardware demonstration. The main work of this paper is to analyze the structure of video transmission system. On this basis, the design of video encryption system is divided into three steps: the construction of video image through platform, the design of video image data stream encryption module. Each function module of the system and the simulation verification of the final system. The whole design work is based on a Altera Cyclone II EP2C5Q208C8N FPGA development board and its development environment. Video image through platform is mainly designed and implemented by Verilog hardware description language. Firstly, the internal register of CMOS image sensor OV7670 is configured by FPGA to output the VGA video image data stream whose pixel is 640x480, and then FPGA correctly captures the sent video image data and sends it to the SDRAM chip of the external 64MB to cache. Finally, the image data is extracted from the SDRAM and sent to the VGA interface driver module to drive the external display to display the real-time video image, which is convenient to verify the effect of the straight-through platform and the subsequent image processing. The encryption module of video image data is mainly implemented by model design. In the Simulink platform of Matlab, the standard library module of the DSP Builder toolbox is called to build the correct image encryption model, and then the DSP Builder model is converted into the VHDL hardware description language file by the Signal Compiler module, and the Quartus compilation and synthesis are started, and the layout and routing are started. Finally, the model script file of image encryption algorithm is generated. Finally, the encryption algorithm module is called in the project of building a good video image through platform to complete the design of the whole system. The simulation and verification work runs through every link of the whole design. Each module and the whole system need many repeated design, simulation verification, modification of the design work, and finally can get a stable performance, function to meet the design specifications of the system. In the design, the software simulation is mainly realized by Modelsim,Quartus II and Simulink, and the hardware simulation is realized by the on-line test of DSP Builder and the configuration of FPGA. By adopting the top-down design method, the system structure and function modules are divided reasonably, and each sub-module is realized, finally the whole system is built and implemented. Finally, real-time stream encryption is implemented on a Cyclone II chip for video images captured by CMOS image sensors.
【學位授予單位】:西安科技大學
【學位級別】:碩士
【學位授予年份】:2015
【分類號】:TN791;TP309.7

【相似文獻】

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

1 羅瑩,李晴;醫(yī)學圖像在臨床中的應(yīng)用及醫(yī)學圖像數(shù)據(jù)庫的檢索技術(shù)[J];中國體視學與圖像分析;2002年03期

2 黃斌,楊世洪,吳欽章;特大圖像快速瀏覽解決方案研究及實現(xiàn)[J];計算機應(yīng)用研究;2005年03期

3 郭兆穎;;圖像優(yōu)化 舍我其誰[J];個人電腦;2006年03期

4 尹京;方艷梅;;數(shù)碼翻拍圖像取證算法[J];中山大學學報(自然科學版);2011年06期

5 卜飛;;基于計算域和函數(shù)的圖像顯示方法[J];科技信息;2012年36期

6 唐聃;王曉京;;基于編碼理論的圖像秘密分享技術(shù)研究[J];計算機應(yīng)用與軟件;2013年09期

7 潘鳳萍,李春陽,王曉華;爐膛安全監(jiān)控系統(tǒng)圖像站[J];系統(tǒng)工程理論與實踐;1997年09期

8 陸宏偉;一個通用的圖像基類[J];電腦編程技巧與維護;1999年10期

9 劉艷華;周寧;;圖像信息資源檢索技術(shù)的進展研究[J];現(xiàn)代情報;2006年01期

10 王雪峰;;一種基于注意力驅(qū)動模型提取圖像顯著圖的方法[J];伊犁師范學院學報(自然科學版);2011年01期

相關(guān)會議論文 前10條

1 李艷君;李巖成;;GE9800 CT顯示屏無圖像的檢修[A];第十二屆全國臨床醫(yī)學影像學術(shù)會議、第四屆東北三省放射學術(shù)會議論文匯編[C];2002年

2 安貝貝;曾理;馬睿;;工業(yè)CT圖像裂紋的兩種測量方法研究與比較[A];2006年西南地區(qū)第九屆NDT學術(shù)年會暨2006年全國射線檢測新技術(shù)研討會論文集[C];2006年

3 尹光輝;易仕和;何霖;王春;姜宗林;;二維凹腔在超聲速流場中流動圖像的初步實驗研究[A];第十三屆全國激波與激波管學術(shù)會議論文集[C];2008年

4 杜高明;張多利;高明倫;耿羅鋒;候?qū)?;多核并行圖像顯示接口設(shè)計[A];2008’“先進集成技術(shù)”院士論壇暨第二屆儀表、自動化與先進集成技術(shù)大會論文集[C];2008年

5 周琪;劉曉利;;圖像導引頭檢測裝置設(shè)計[A];第九屆全國信息獲取與處理學術(shù)會議論文集Ⅰ[C];2011年

6 張俊;徐星雄;顧亞平;曹學高;;圖像聲納在鍋爐煤渣探測中的研究[A];第二屆全國信息獲取與處理學術(shù)會議論文集[C];2004年

7 楊振傳;;數(shù)字減影血管造影設(shè)備的使用與維護[A];中華醫(yī)學會醫(yī)學工程學分會第二次醫(yī)學影像設(shè)備應(yīng)用技術(shù)研討會論文集[C];2001年

8 李萬龍;鄒寬城;鄭山紅;侯秀萍;;PACS系統(tǒng)及應(yīng)用研究[A];“加入WTO和科學技術(shù)與吉林經(jīng)濟發(fā)展——機遇·挑戰(zhàn)·責任”吉林省第二屆科學技術(shù)學術(shù)年會論文集(上)[C];2002年

9 董秀珍;付峰;史學濤;尤富生;劉銳崗;;實時動態(tài)電阻抗圖像監(jiān)護技術(shù)初步研究[A];第十屆中國科協(xié)年會論文集(三)[C];2008年

10 張東升;;Windows系統(tǒng)下圖像顏色管理的實現(xiàn)[A];中國新聞技術(shù)工作者聯(lián)合會五屆一次理事會暨學術(shù)年會論文集(上篇)[C];2009年

相關(guān)重要報紙文章 前10條

1 阿勝 編譯;相信你的直覺[N];醫(yī)藥經(jīng)濟報;2009年

2 遼寧 凌麗;調(diào)整彩電兩個“中周”的基本經(jīng)驗[N];電子報;2008年

3 中國人民解放軍總醫(yī)院 劉海一;PACS眾口難調(diào)[N];計算機世界;2003年

4 電腦虎;給你的MM美美容[N];中國電腦教育報;2004年

5 記者 逸舟/北京;美光預測 CMOS將取代CCD技術(shù)[N];電子資訊時報;2004年

6 山東省立醫(yī)院 張喜雨 山東省醫(yī)學影像學研究所 王衛(wèi)鵬;讓醫(yī)療資源不再有城鄉(xiāng)差異[N];計算機世界;2005年

7 山東 李金成;長虹LT2012型液晶彩電故障檢修一例[N];電子報;2009年

8 安徽 云飛;VB中圖像顯示特效五例[N];電腦報;2001年

9 ;圖像、色彩表現(xiàn)真不錯[N];中國計算機報;2002年

10 特約撰稿人 Solon;打造個性化BIOS[N];電腦報;2001年

相關(guān)博士學位論文 前7條

1 閆雪虎;漸進式圖像秘密分享關(guān)鍵技術(shù)研究[D];哈爾濱工業(yè)大學;2015年

2 宋顯華;量子圖像安全關(guān)鍵技術(shù)研究[D];哈爾濱工業(yè)大學;2015年

3 滕琳;混沌理論在憶阻器電路及圖像安全中的應(yīng)用研究[D];大連理工大學;2016年

4 李鵬;圖像秘密共享方法研究[D];哈爾濱工業(yè)大學;2012年

5 侯剛;基于內(nèi)容的圖像檢索中特征表示與檢索策略研究[D];吉林大學;2014年

6 許向陽;乳腺鉬靶圖像中腫塊檢測方法研究[D];華中科技大學;2010年

7 賈Z,

本文編號:2220354


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

本文鏈接:http://sikaile.net/kejilunwen/dianzigongchenglunwen/2220354.html


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

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