数字图像处理的基本概念-Read.docVIP

  • 15
  • 0
  • 约2.53万字
  • 约 45页
  • 2019-07-02 发布于天津
  • 举报
南京林业大学本科毕业设计数字图像的几何变换本科毕业设计论文摘要几何变换是最常见的图像处理手段通过对变形的图像进行几何校正可以得出准确的图像常用的几何变换功能包括图像的平移图像的镜像变换图像的转置图像的缩放图像的旋转等等目前数字图像处理的应用越来越广泛已经渗透到工业航空航天军事等各个领域在国民经济中发挥越来越大的作用作为数字图像处理的一个重要部分本文介绍的工作是如何用编程工具设计一个完整的应用程序实现经典的图像几何变换功能程序大概分为两大部分读写图像和数字图像的几何变换即首先用创建一个多文档应用程

南京林业大学本科毕业设计——数字图像的几何变换 - PAGE 1 - 本科毕业设计(论文) 摘要 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual C++创建一个多文档应用程序框架,在实现任意BMP图像的读写,打印,以及剪贴板操作的基础上,完成经典的图像几何变换功能。 图像几何变换的Visual C++编程实现,为校内课题的实现提供了一个实例。 关键字:图像处理;几何变换;BMP图像;Visual C++ Abstract The geometrical transformation is the most popular image processing method. We can get an exact image from a distorted image through the geometrical emendation. The transforming methods in common use including translation, mirror, rotation, or transpose an image. Since the domain of digital image processing application has becoming wider and wider, it penetrates into many fields. Such as industry, aviation, military, and has become much more important in every aspects of our life. Being an important part of digital image processing, the work introduced in this article is about how to design an integrated application program using Visual C++ to implement the classic geometrical transformation. The program can be divided into two parts: read or write a BMP image, and the geometrical transformation for it. So I designed a multiple document interface first, on the basic of read, write, print, and the clipboard operation of an image, then carry out the function of geometrical transformation finally. The implementation of geometrical transformation using Visual C++ is a good example for carrying out intramural problems. Keywords: Image processing; Geometrical transformation; BMP image; Visual C++ 南京林业大学本科毕业设计——数字图像的几何变换 - PAGE 3 - - PAGE 2 - 目录 TOC \o 1-3 \h \z 第一章 绪论 1 1.1 何谓数字图像处理 1 1.1.1 图像的概念 1 1.1.2图像处理 1 1.2 图像处理学的内容和其他相关学科的关系 2 1.2.1 图像处理学的内容 2 1.2.2 图像处理学与相关学科的关系 2 1.3 数字图像处理的特点及其应用 2 1.3.1 数字图像处理的特点 2 1.3.2 数字图像处理的应用 3 1.4 Visual C++ 4 1.4.1 Visual C++简述 4 1.4.2 将Visual C++应用于数字图像的几何变换

文档评论(0)

1亿VIP精品文档

相关文档