期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
一种基于视频实时处理的车道检测算法 被引量:4
1
作者 瞿洋 冯焕清 丁锋 《计算机应用研究》 CSCD 北大核心 2013年第3期930-932,共3页
提出了一种基于VFW进行视频图像实时采集处理,并采用扫描线与区域生长相结合的图像分析算法,实现了道路车道标线的视频实时检测。采用自适应感兴趣区域(AOI)选择以及根据车道状况确定帧处理策略的方法,使运算速度满足实时要求。
关键词 车道检测 视频实时处理 VFW 扫描线 区域生长
下载PDF
视频图像边缘实时检测系统的DSP实现
2
作者 刘苏醒 李瑛 韩焱 《计算机测量与控制》 CSCD 2006年第3期407-408,411,共3页
在研究视频图像实时处理系统的基础上,以TI公司的DSP芯片(TMS320C5000)为硬件开发平台,以Code Composer Studio为软件开发环境,通过硬件设计和软件编程实现视频图像中动态目标的获取、边缘检测;针对传统实现方法的长延时实时处理性差等... 在研究视频图像实时处理系统的基础上,以TI公司的DSP芯片(TMS320C5000)为硬件开发平台,以Code Composer Studio为软件开发环境,通过硬件设计和软件编程实现视频图像中动态目标的获取、边缘检测;针对传统实现方法的长延时实时处理性差等不足,文章利用CCS对程序中的关键代码进行了优化,并在仿真系统的实验平台上进行了调试;结果证明系统的软件的运行效率得到了提高,达到了实时性的要求;该系统结合了软件算法的灵活性和硬件DSP的高速度,能够对视频图像进行真正意义上的实时处理。 展开更多
关键词 视频图像实时处理 DSP技术 边缘检测 特征提取
下载PDF
基于EVM的玻璃缺陷实时检测系统的软件设计 被引量:1
3
作者 朱高杰 苏智剑 王瑞 《计算机测量与控制》 CSCD 北大核心 2010年第10期2222-2223,2227,共3页
为实现玻璃原片的实时自动化检测,给浮法玻璃生产线上的优化切割系统和玻璃等级打标装置提供详实的数据,设计了一种基于SEED-Davinci_EVM开发板的玻璃缺陷实时检测系统,合理地分配和使用了ARM与DSP来完成各种功能,并采用基于图像灰度的... 为实现玻璃原片的实时自动化检测,给浮法玻璃生产线上的优化切割系统和玻璃等级打标装置提供详实的数据,设计了一种基于SEED-Davinci_EVM开发板的玻璃缺陷实时检测系统,合理地分配和使用了ARM与DSP来完成各种功能,并采用基于图像灰度的识别算法设计了玻璃缺陷检测软件系统,实现了缺陷的实时自动化检测;实验结果表明,采用基于达芬奇技术的双核处理器有利于实时处理大量的图像数据,能满足自动化系统的检测要求。 展开更多
关键词 SEED-Davinci_EVM 玻璃缺陷检测 视频图像实时处理 软件设计
下载PDF
DM642开发与应用 被引量:1
4
作者 丁金龙 《山西电子技术》 2008年第6期44-45,48,共3页
视频处理机是基于TI的DSP TM320DM642芯片设计,高速信息处理性能,计算能力达4Gips使视频处理达到理想效果,可以做实时的视频采集,实现复杂的音视频压缩算法,带有以太网口,可以通过网络传输数据。主要应用于网络视频监控和其它复杂图象... 视频处理机是基于TI的DSP TM320DM642芯片设计,高速信息处理性能,计算能力达4Gips使视频处理达到理想效果,可以做实时的视频采集,实现复杂的音视频压缩算法,带有以太网口,可以通过网络传输数据。主要应用于网络视频监控和其它复杂图象处理的高速DSP应用。 展开更多
关键词 TM320DM642 视频实时处理 FPGA HPI SDRAM VIDEO ENCODER VIDEO DECODER
下载PDF
A new approach for real time object detection and tracking on high resolution and multi-camera surveillance videos using GPU 被引量:4
5
作者 Mohammad Farukh Hashmi Ritu Pal +1 位作者 Rajat Saxena Avinash G.Keskar 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第1期130-144,共15页
High resolution cameras and multi camera systems are being used in areas of video surveillance like security of public places, traffic monitoring, and military and satellite imaging. This leads to a demand for computa... High resolution cameras and multi camera systems are being used in areas of video surveillance like security of public places, traffic monitoring, and military and satellite imaging. This leads to a demand for computational algorithms for real time processing of high resolution videos. Motion detection and background separation play a vital role in capturing the object of interest in surveillance videos, but as we move towards high resolution cameras, the time-complexity of the algorithm increases and thus fails to be a part of real time systems. Parallel architecture provides a surpass platform to work efficiently with complex algorithmic solutions. In this work, a method was proposed for identifying the moving objects perfectly in the videos using adaptive background making, motion detection and object estimation. The pre-processing part includes an adaptive block background making model and a dynamically adaptive thresholding technique to estimate the moving objects. The post processing includes a competent parallel connected component labelling algorithm to estimate perfectly the objects of interest. New parallel processing strategies are developed on each stage of the algorithm to reduce the time-complexity of the system. This algorithm has achieved a average speedup of 12.26 times for lower resolution video frames(320×240, 720×480, 1024×768) and 7.30 times for higher resolution video frames(1360×768, 1920×1080, 2560×1440) on GPU, which is superior to CPU processing. Also, this algorithm was tested by changing the number of threads in a thread block and the minimum execution time has been achieved for 16×16 thread block. And this algorithm was tested on a night sequence where the amount of light in the scene is very less and still the algorithm has given a significant speedup and accuracy in determining the object. 展开更多
关键词 central processing unit (CPU) graphics processing unit (GPU) MORPHOLOGY connected component labelling (CCL)
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部