欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    运动图像分析毕业论文

    • 资源ID:1390136       资源大小:596KB        全文页数:39页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    运动图像分析毕业论文

    1、 湖北理工学院毕业设计(论文) 摘 要 运动目标的检测是计算机视觉和图像编码领域的重要研究之一,无论是在军事,还是医学和科研等领域都有广泛的应用。 本文主要介绍了一些目前较为常用运动目标检测的方法,并以数字图像处理技术为基础,设计出高效的运动目标检测方法。目前,运动目标检测主要有以下三种方法:基于帧间差分法,基于背景差分的方法和基于光流场的方法。本文根据所处理的视频图像的特点以及可行性,主要研究帧间差分法和背景差法。以帧间差分法为例,利用相邻帧图像间强相关性的特点,采用帧间差分目标检测 的方法。在对图像差分之前,先进行图像预处理,再进行相邻帧差分得到运动信息,再对目标的边缘轮廓和背景进行数学形

    2、态学滤波来去除背景噪声,提取出目标轮廓,该方法的优点是操作简便、速度快、易于硬件实现。 在论文后期 引入了人脸的定位、人脸的识别功能,其中脸部的定位 主要根据脸部肤色的亮度值、脸部形状特点、眼球亮度值以及眼部对称性等特点,利用最小矩阵查找脸部区域并标记;而人脸的识别则根据输入图片与训练库中的图片做比照,完成图片的识别。 关键词 :图像处理;目标检测;帧间差分:阈值分割; 人脸识别 湖北理工学院毕业设计(论文) Abstract Moving target detection is one of the important research field of computer vision an

    3、d image coding, whether it is in the military, medicine and research and other fields have a wide range of applications. This paper describes some of the more commonly used moving target detection method based on digital image processing technology, the design of efficient moving target detection me

    4、thod. , Moving target detection are mainly the following three methods: based on inter-frame difference method based on background difference method and the method based on optical flow field. Based on the characteristics and the feasibility of the processed video image mainly study the inter-frame

    5、difference method and the background difference method. Inter-frame difference method, for example, the using adjacent frame image is a strong correlation between the characteristics of the target detection frame difference method. In before the image difference, the first image pre-processing, then

    6、 the adjacent frames, the differential motion information, morphological filtering to remove background noise to extract the target contour on the edge contour of the target and background, the advantages of this method is simple, fast, and easy hardware implementation. Introduced late in the thesis

    7、 of the positioning of the face, the face recognition function, wherein the positioning of the face is mainly based on the luminance value of facial skin, the facial shape characteristics of the luminance values of the eye and eye symmetry characteristics, using minimum matrix Find face area and mar

    8、k; face recognition according to the picture in the input images and the training library cf, complete the picture identification. Keywords: Image processing; target detection; the interframe difference: threshold segmentation; Face Recognition 湖北理工学院毕业设计(论文) 目 录 1 绪 论 . 错误!未定义书签。 1.1 课题研究的目的和意义 . 1

    9、 1.2 课题的现状 . 1 1.2.1 国内研究现状 . 1 1.2.2 国外研究现状 . 1 1.3 课题的典型应用 . 2 2 数字图像处理理论基础 . 4 2.1 数字图像处理的基本概念 . 4 2.1.1 数字图像 . 4 2.1.2 数字图像处理基本内容 . 5 2.1.3 数字图像处理特点 . 6 2.2 数字图像处理基本算法 . 7 2.2.1 图像像素间关系 . 9 2.3 数字图像处理方法 . 10 2.4 数字图像处理的应用领域 . 10 3 运动目标检测 . 错误!未定义书签。 3.1 运动目标检测的现状与发展 . 错误!未定义书签。 3.2 图像背景提取与更新算法 . 错误!未定义书签。 3.2.1 手动背景法 . 错误!未定义书签。 3.2.2 统计中值法 . 错误!未定义书签。 3.2.3 算术平均法 . 错误!未定义书签。 3.2.4 Surendra 算法 . 错误!未定义书签。 3.2.5 其他算法 . 错误!未定义书签。 3.3 运动目标检测算法研究 . 错误!未定义书签。 3.3.1 帧间差法 . 错误!未定义书签。 3.3.2 背景减法 . 错误!未定义书签。 4 运动物体检测的实现 . 错误!未定义书签。 4.1 硬件实现 . 错误!未定义书签。


    注意事项

    本文(运动图像分析毕业论文)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583