简单几何图形的识别和编辑系统

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘要
  本论文主要讲述了图像文件(bmp)文件格式下中简单图形的识别,主要是直线和圆的识别,这在工程图的识别和其他领域中都有很多的应用。
  第一章到第三章主要介绍了在本论文中涉及到的知识及算法。
  第四章是程序的实现方法和过程及结果等。
  第五章是结束语
关键词:
图形识别 、图像处理、霍夫变换、单义域、多义域、Delphi     

Content Abstract

  This thesis is mainly focused on the Simple Graph Recognition in Image of .bmp. The Line Recognition and the Circle Recognition, these is good use of on Engineering Graphicis.
   The first part to the third part is mainly focused on some points and algorithms for my thesis.
  The fourth part is about the methodologys 、courses and outcome of the program.
  The last part is the end-words.
Key Words
图形识别    (Graph Recognition)
图像处理    (Image Processing)
霍夫变换    (Hough Transform)
单义域      (Unity Region)
多义域      (Multi-Region)

目    录
第二章 概述 6
第一节 引言 6
第二节 在工程图的识别中常用的方法 6
第三章 论文的工作基础和工作环境 8
第一节 数字图像处理技术 8
1. 图像处理的基本内容 8
2. 主要的图像处理技术 8
第二节 图像格式-BMP格式 9
第三节 算法及数学基础 10
1. 霍夫变换(Hough Transform) 10
2. 基于单义域的直线及圆识别算法 13
3. 主要技术 16
第四章 直线和圆的识别和编辑的实现 17
第一节 系统的层次结构的图示 17
第二节 系统数据结构及类的设计 18
1. 主要类的层次结构 18
2. 图形基类(CShape) 19
3. 图形类(CLine、CCircle) 20
4. 图形容器类(CShapes) 22
5. 点类(CPoint) 23
6. 单义域类(CSegment) 23
7. 基于单义域识别类(CSegments) 24
8. 霍夫变换识别直线类(CHTLine) 25
9. 霍夫变换识别圆类(CHTCircle) 25
第三节 主程序实现 26
第四节 系统功能介绍 26
第五节 总结及展望 31
第五章 结束语 32
参考文献 34