精品文档---下载后可任意编辑LANZHOU UNIVERSITY OF TECHNOLOGY毕业论文题 目 基于边缘检测法的运动目标的提取 学生姓名 杨丽霞 学 号 09250130 专业班级 通信工程〔 1 〕班 指导老师 侯亮 李立 学 院 计算机与通信学院 辩论日期 2013 年 6 月 13 日 精品文档---下载后可任意编辑基于边缘检测法的运动目标的提取Edge detection method based on the moving object extraction杨丽霞〔Yang Lixia〕09250130I精品文档---下载后可任意编辑摘要在智能视频监控、运动分析应用中,一个根底而又关键的任务是从视频序列中实时地检测和提取出运动目标,以便于对运动目标进行检测和跟踪。当前边缘检测技术应用广泛、开展非常迅速。它是图像处理的一项重要内容,在模式识别、图像理解、人工智能等领域发挥着重要作用。本论文是基于边缘检测法的运动目标的提取。运动目标的提取分为,图像采集、图像灰度化、图像滤波、图像边缘检测几个主要步骤。本文先介绍了图像处理及边缘检测的一些根本内容,然后完成整体流程,通过理论分析从 Roberts 算子,Sobel 算子,LoG 算子,Canny算子四种典型的边缘检测算法选择最正确算法 Canny 算法,通过 Matlab 编程仿真对调用各算子函数算法进行实现,最终完成边缘检测及运动目标的提取。关键词:Canny 算子;边缘检测;两帧差分;运动目标提取II精品文档---下载后可任意编辑AbstractIn the applications of intelligent video surveillance and motion analysis ,a basic but crucial task in real time from video sequences is to detect and extract the moving targets, so that to detect and track the moving target . The current edge detection technique is widely used, and is developing very rapidly. It is an important content of image processing, in areas such of pattern recognition, image understanding, artificial intelligence and other areas plays an important role.Edge detection of the moving object extraction is studied in this paper. The extraction of moving targets are divided into, image acquisition, image gradation, image filtering, image edge detection . This article first introduced the imag...