文件名称:Program
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5.94mb
- 下载次数:
- 0次
- 提 供 者:
- 唐**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。
图像显示模块
该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。
图像转换模块
该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。
图像处理模块
该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
字符识别模块
该模块主要包含手写数字识别。
其他
该模块主要包括设置菜单的固定颜色和随机颜色两个部分。
帮助模块
该模块主要包括软件的版本、开发单位等信息。-The image processing system is a typical image processing software, image display, image conversion, image processing, character recognition, and other help, such as a few parts. The image display module The module display bitmap display JPEG, GIF 3 parts is displayed. The image converter module The module includes bitmap conversion to JPEG, JPEG converted to bitmaps, bitmap conversion to GIF, GIF, convert bitmap four parts. The image processing module The module includes image rotation, image sharpening, image anti-color processing, gray scale processing, linear transformation of five parts. Character recognition module This module contains handwritten numeral recognition. The other module, including the two parts of the setup menu fixed colors and random colors. Help module The module includes a version of the software development units.
图像显示模块
该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。
图像转换模块
该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。
图像处理模块
该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
字符识别模块
该模块主要包含手写数字识别。
其他
该模块主要包括设置菜单的固定颜色和随机颜色两个部分。
帮助模块
该模块主要包括软件的版本、开发单位等信息。-The image processing system is a typical image processing software, image display, image conversion, image processing, character recognition, and other help, such as a few parts. The image display module The module display bitmap display JPEG, GIF 3 parts is displayed. The image converter module The module includes bitmap conversion to JPEG, JPEG converted to bitmaps, bitmap conversion to GIF, GIF, convert bitmap four parts. The image processing module The module includes image rotation, image sharpening, image anti-color processing, gray scale processing, linear transformation of five parts. Character recognition module This module contains handwritten numeral recognition. The other module, including the two parts of the setup menu fixed colors and random colors. Help module The module includes a version of the software development units.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Program\BmpSharp.cpp
.......\BmpSharp.h
.......\BmpToGif.cpp
.......\BmpToGif.h
.......\BmpToJpeg.cpp
.......\BmpToJpeg.h
.......\CustomBar.cpp
.......\CustomBar.h
.......\CustomMenu.cpp
.......\CustomMenu.h
.......\Debug\BmpSharp.obj
.......\.....\BmpSharp.sbr
.......\.....\BmpToGif.sbr
.......\.....\BmpToJpeg.sbr
.......\.....\CustomBar.obj
.......\.....\CustomBar.sbr
.......\.....\CustomMenu.obj
.......\.....\CustomMenu.sbr
.......\.....\GifToBmp.sbr
.......\.....\GrayHandle.obj
.......\.....\GrayHandle.sbr
.......\.....\ImageContainer.obj
.......\.....\ImageContainer.sbr
.......\.....\ImageHandle.exe
.......\.....\ImageHandle.obj
.......\.....\ImageHandle.pch
.......\.....\ImageHandle.pdb
.......\.....\ImageHandle.res
.......\.....\ImageHandle.sbr
.......\.....\ImageHandleDoc.obj
.......\.....\ImageHandleDoc.sbr
.......\.....\ImageHandleView.obj
.......\.....\ImageHandleView.sbr
.......\.....\JpegToBmp.sbr
.......\.....\LineArity.obj
.......\.....\LineArity.sbr
.......\.....\RecNumber.obj
.......\.....\RecNumber.sbr
.......\.....\ReverseColor.obj
.......\.....\ReverseColor.sbr
.......\.....\RotationImage.obj
.......\.....\RotationImage.sbr
.......\.....\ShowImage.obj
.......\.....\ShowImage.sbr
.......\.....\ShowJPG.obj
.......\.....\ShowJPG.sbr
.......\.....\StdAfx.obj
.......\.....\StdAfx.sbr
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\Gdiplus\gdiplus.dll
.......\.......\GdiPlus.h
.......\.......\GdiPlus.lib
.......\.......\GdiPlusBase.h
.......\.......\GdiPlusBitmap.h
.......\.......\GdiPlusBrush.h
.......\.......\GdiPlusCachedBitmap.h
.......\.......\GdiPlusColor.h
.......\.......\GdiPlusColorMatrix.h
.......\.......\GdiPlusEnums.h
.......\.......\GdiPlusFlat.h
.......\.......\GdiPlusFont.h
.......\.......\GdiPlusFontCollection.h
.......\.......\GdiPlusFontFamily.h
.......\.......\GdiPlusGpStubs.h
.......\.......\GdiPlusGraphics.h
.......\.......\GdiPlusHeaders.h
.......\.......\GdiPlusimageAttributes.h
.......\.......\GdiPlusImageCodec.h
.......\.......\GdiPlusImaging.h
.......\.......\GdiPlusInit.h
.......\.......\GdiPlusLineCaps.h
.......\.......\GdiPlusMatrix.h
.......\.......\GdiPlusMem.h
.......\.......\GdiPlusMetaFile.h
.......\.......\GdiPlusMetaHeader.h
.......\.......\GdiPlusPath.h
.......\.......\GdiPlusPen.h
.......\.......\GdiPlusPixelFormats.h
.......\.......\GdiPlusRegion.h
.......\.......\GdiPlusStringFormat.h
.......\.......\GdiPlusTypes.h
.......\GifToBmp.cpp
.......\GifToBmp.h
.......\GrayHandle.cpp
.......\GrayHandle.h
.......\ImageContainer.cpp
.......\ImageContainer.h
.......\ImageHandle.aps
.......\ImageHandle.clw
.......\ImageHandle.cpp
.......\ImageHandle.dsp
.......\ImageHandle.dsw
.......\ImageHandle.exe
.......\ImageHandle.h
.......\ImageHandle.ncb
.......\ImageHandle.opt
.......\ImageHandle.plg
.......\ImageHandle.rc
.......\ImageHandleDoc.cpp