《简单图像识别.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
《简单图像识别

南 京 师 范 大 学 毕 业 设 计(论 文) ( 2010 届 ) 题 目: 基于霍夫变换的简单图形识别 学 院: 中北学院 专 业: 计算机科学与技术 姓 名: 张丹 学 号: 指导教师: 胡勇 南京师范大学教务处 摘要 计算机视觉中经常需要识别或者定位某些几何图形,比如直线,圆等,还有其他一些图形。检测这些几何图形的霍夫变换提供了在图像中寻找图形的一种算法。本论文就是主要讲述了霍夫变换的基本原理和实现方法,并在此基础上,实现基于霍夫变换的图像文件(bmp)文件格式下简单图形的识别,主要是对直线和圆的识别。采用标准霍夫变换实现对直线的识别,能够较快速并准确的定位图形中的直线,基于简单易懂的原则,采用经典霍夫变换实现对圆的识别,需要大量内存且运行速度慢,但也能大致定位图形中的圆。这在提取交通标志图像中的直线,航空、卫星图像中道路检测,虹膜检测,油罐车罐口定位等实际问题和领域中都有很多的应用。 关键词:图形识别 霍夫变换 直线检测 圆检测 Abstract Computer vision are often necessary to identify or locate some of the geometry,such as lines,circles and other graphics.Hough transform to detect these geometry provides a graphic image to find an algorithm.This thesis mainly describes the basic principle of Hough transform and realization,and on this basis, implement the Simple Graph Recognition in Image of .bmp based on the Hough Transform, the line recognition and the circle recognition. Use the Standard Hough transform on the line identification, it was able to more quickly and accurately locate the line graph,Based on the principles easy to understand,Use the classical Hough transform on the circle of identification, needs a lot of memory and slow, but also can positioning of the circle graph.The field of pratical problems have many applications on the extraction of traffic signs in the image line,aviation,satellite image of road detection,the iris detection,tank Guankou positioning. Key Words:Graph Recognition Hough Transform Straight line detection Circle detection 目录 第一章. 概述 4 1.1 引言 4 1.2 在工程图的识别中常用的方法 4 1.2.1 霍夫变换直线检测算法 4 1.2.2 霍夫变换圆检测算法 4 第二章. 相关理论和算法及实现技术 6 2.1 图像格式—BMP格式 6 2.2 算法及数学基础 6 2.2.1 霍夫变换(Hough Transform) 6 2.2.2 基于霍夫变换的直线和圆的识别算法 6 2.3 主要技术 9 第三章. 直线和圆的识别的实现 10 3.1 软件的简单结构图示 10 3.2 数据结构及类的设计 10 3.2.1 主要类的结构 10 3.2.2 图形类 11 3.2.3 霍夫变

文档评论(0)

lunwen1978 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档