欢迎来到天天文库
浏览记录
ID:20628234
大小:1.81 MB
页数:48页
时间:2018-10-14
《图像边缘检测算法的硬件实现方法研究》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、图像边缘检测算法的硬件实现方法研究图像边缘检测算法的硬件实现方法研究摘要本文主要描述了如何使用基于Xilinx公司的Spartan-3ADSP1800AFPGA芯片的Aquila开发板完成一个实时视频处理的系统。该系统的视频采集使用PAL制式CCD摄像头,视频信号输入的A/D解码芯片为TI公司的tvp5150a芯片。输入的模拟视频信号经过A/D解码转换为符合PAL制式的数字视频数据进入FPGA。FPGA对数字视频数据进行处理后,将处理后的视频数据以RGB565标准的格式输入视频编码芯片Philips公司SAA7105芯片。并由该芯片完成D/A转换后将结果输出至VG
2、A接口,接显示器显示。即完成了一个实时视频采集、处理即显示的硬件系统。其中tvp5150a和SAA7105两块芯片需要利用I2C总线对其功能进行配置。本文描述了该系统对视频数据采用基于Sobel算子的边缘检测处理的方法,通过实现对采集到的视频数据进行基于Sobel算子的边缘检测并实时显示,展现了该系统的实用性。本文中所描述的系统亦可实现多种基于单帧图像的图像处理,具有较强的适应性。且本系统具有较好的实时性。本文探讨了如何定义FPGA中整个系统的架构以及具体的模块划分,并阐述了各个模块实现的方法以及调试的过程。重点讨论了在调试过程中遇到的一些困难及解决方法,希望能够
3、对以后的开发者能有所帮助。关键词:FPGA,Spartan-3ADSP1800A,PAL,I2C,sobel算子第48页共48页图像边缘检测算法的硬件实现方法研究Real-timevideoprocessingsystemforhardwaredesignbasedonFPGAABSTRACTThispapermainlydescribedhowtousetheAquiladevelopmentboardbasedonXilinx’sSpartan-3ADSP1800AFPGAchiptocompleteareal-timevideoprocessingsyste
4、m.ThissystemusesthePALstandardCCDvideocameratocompleteVideosignalcollection.TheVideosignalistheinputsignalforTI’stvp5150achipwhichisanA/Dconverterandavideodecoder.ThedecoderconvertstheanalogvideosignalintodigitalvideodatawithPALformatandsendsthedataintoFPGA.ProcessedbyFPGA,thedigitalv
5、ideodataissenttothePhilips’sSAA7105videoencodingchipintheRGB565format.AftertheD/AconversionfinishedbytheSAA7105chip,theresultshowonamonitorthroughtheVGAinterface.Thatisacompletereal-timevideocollection,processinganddisplayhardwaresystem.Thetvp5150aandSAA7105chipneedtobeconfiguredbyI2C
6、bus.Thispaperdescribeshowtousethissystemtodetecttheedgeofthevideobasedonsobeloperatoranddemonstratestheusefulnessofthissystem.Thesystemdescribedinthispapercanachieveavariteyofimageprocessingsbasedononeframe,andhasstrongadaptability.Andthissystemhasagoodreal-timeprocessability.Thisarti
7、clediscussesthestructureofthewholesystemintheFPGA,howtodefineeachmodule’sfunction,howtofinisheverymoduleandhowtocommissioningthissystem.Thispaperfocusedontheprocessofcommissioning,andthedifficultiesencounteredandthesolutions,hopingtohelpthefuturedevelopers.Keywords:FPGA,Spartan-3ADSP1
8、800A,
此文档下载收益归作者所有