题目: BMP 图像处理软件的设计和实现摘 要随着时代的进展,科技的进步,一些简单的图片已经不能满足人们的需求。图像运用的扩大与对图像本身的精益求精,使人们越来越依赖于各种图像处理软件。各种图像处理软件也越来越完善,普与程度不断的提高。本文用 Visual C++作为开发工具,设计了一个 BMP 图像处理软件。该图像处理软件能够实现对 BMP 图像的基本操作,如图像的打开,关闭,保存;图像的基本处理,如图像放大、缩小、旋转、转置、二值化处理、中值滤波、边缘检测、直方图以与马赛克效果等等。论文首先分析了国外图像处理软件的现状,以与进展趋势,之后详细地分析了本软件的功能,完成了系统的总体设计和功能规划,进而对每个模块完成了详细设计和实现,最后完成了测试工作。结果表明,本系统能够完成要求的所有功能,软件具有友好的用户界面和良好的健壮性,具有一定的应用价值。关键词:Visual C++6.0;BMP;图像处理;数字图像处理;图像处理软件Design and Implementation of BMP Image Processing SystemAbstractWith the development of science, the simple pictures couldn’t meet people’s demand. The magnification of picture’s usage and the ever delicated image of picture itself, has made people more and more rely on several of picture-processing software. And the popularization of these softwares is going higher and higher, with the progress made by themselves.I use Visual C++ development to build software which is used to deal with BMP images. This software can carry out some base operations of BMP images, such as open, close and save ; some base processes of BMP images, such as magnify, shrink, rotate, binary process, mid-value filter, edge-detect, cauterization of pictures and the mosaic effect. This paper at first analyzed status of picture-processing software both of domestic an foreign, and the developing trend,After analysis the function of this software in detail and completed the overall design of the system and function.And completed the detailed desi...