1、 - 1 - 小型图像处理系统设计与实现小型图像处理系统设计与实现 摘要:摘要:虽然图像处理在理论方法研究上已取得不小的进展,但它本身是一个比较难的研究领 域,存在不少困难,因此计算机图像处理仍是一个有待进一步探索的领域。小型图像处理系统设 计与实现的目的不是研究开发一个类似于 Photoshop 的商业化图像处理软件,我们的目的是在了 解数字图像处理基本知识的基础之上实现一个小型的图像处理系统。以 Visual C+作为编程语 言,利用 MFC 的框架实现设计,点运算实现了图像的反色和线性变换,几何变换主要实现了 图像的平移、镜像、缩放等,图像的灰度用直方图来表示。平滑处理用平均运算驱除突然
2、变 化的点,而边缘检测则使用的是 Robert 边缘检测算子和 Sobel 边缘检测算子。 关键词:关键词:MFC、边缘检测算子、几何变换、平滑处理 The Design and Implementation of Mini Image Processing System Abstract:Although image processing has gotten so much development in academic direction,itself is a difficult investigative field ,and there are many problems now.
3、Therefore,Computer Image Processing is still the field needing more exploring.The purpose of The Design and Implement of Mini Image Processing System does not investigate and develop a commercial image processing system like Photoshop,but realizes a mini image processing system on the base of compre
4、hending basic knowledge of digital image processing.The system makes use of the programming language of Visual C+,and is designed by using of MFC frame.However,the operation of piont realizes reversing the color and linear transformation of the image. The primary function of geometry transformation is linear translation、enantiomorph、zoom and so on.The gray scale of the image uses histogram to reveal.The smooth processing of image gets rid of unexpected variety point by the arithmetic of ave