文件名称:ImageProcessingSystem
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.6mb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
主要功能
一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写
图像显示模块
该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。
图像转换模块
该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。
图像处理模块
该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
字符识别模块
该模块主要包含手写数字识别。
其他
该模块主要包括设置菜单的固定颜色和随机颜色两个部分。
帮助模块
该模块主要包括软件的版本、开发单位等信息。
-Main function
A typical image-processing software, which by the image display, image conversion, image processing, character recognition, and help a few other parts. Prepared using VC 6.0
image display module
The module mainly includes bitmap display shows JPEG, show GIF 3 parts.
image conversion module
The module mainly includes bitmap is converted to JPEG, JPEG converted to bitmaps, bitmap converted to GIF, GIF bitmap converted to 4 parts.
image processing module
The module mainly includes image rotation, image sharpening, image handle the anti-color, gray scale processing, linear transformation part 5.
Character Recognition module
The module mainly includes handwritten numeral recognition.
other
The module includes a fixed set menu colors and random colors in two parts.
assist module
The module includes software version, the development of information units.
一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写
图像显示模块
该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。
图像转换模块
该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。
图像处理模块
该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
字符识别模块
该模块主要包含手写数字识别。
其他
该模块主要包括设置菜单的固定颜色和随机颜色两个部分。
帮助模块
该模块主要包括软件的版本、开发单位等信息。
-Main function
A typical image-processing software, which by the image display, image conversion, image processing, character recognition, and help a few other parts. Prepared using VC 6.0
image display module
The module mainly includes bitmap display shows JPEG, show GIF 3 parts.
image conversion module
The module mainly includes bitmap is converted to JPEG, JPEG converted to bitmaps, bitmap converted to GIF, GIF bitmap converted to 4 parts.
image processing module
The module mainly includes image rotation, image sharpening, image handle the anti-color, gray scale processing, linear transformation part 5.
Character Recognition module
The module mainly includes handwritten numeral recognition.
other
The module includes a fixed set menu colors and random colors in two parts.
assist module
The module includes software version, the development of information units.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图像处理系统
............\Program
............\.......\BmpSharp.cpp
............\.......\BmpSharp.h
............\.......\BmpToGif.cpp
............\.......\BmpToGif.h
............\.......\BmpToJpeg.cpp
............\.......\BmpToJpeg.h
............\.......\CustomBar.cpp
............\.......\CustomBar.h
............\.......\CustomMenu.cpp
............\.......\CustomMenu.h
............\.......\Debug
............\.......\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.h
............\.......\ImageHandle.ncb
............\.......\ImageHandle.opt
............\.......\ImageHandle.plg
............\.......\ImageHandle.rc
............\.......\ImageHandleDoc.cpp
............\.......\ImageHandleDoc.h
............\.......\ImageHandleView.cpp
............\.......\ImageHandleView.h
............\.......\JpegToBmp.cpp
............\.......\JpegToBmp.h
............\.......\LineArity.cpp
............\.......\LineArity.h
............\.......\MainFrm.cpp
............\.......\MainFrm.h
............\.......\ReadMe.txt
............\.......\RecNumber.cpp
............\.......\RecNumber.h
............\.......\Release
............\.......\res
............\.......\...\38.ico
............\.......\...\4.ico
............\.......\...\45.ico
............\.......\...\62.ico
............\.......\...\64.ico
............\.......\...\7.ico
............\.......\...\8.ico
............\.......\...\cursor1.cur
............\.......\...\icon11.ico
............\.......\...\ImageHandle.ico
............\.......\...\ImageHandle.rc2
............\.......\...\ImageHandleDoc.ico
............\.......\...\toolbar.bmp
............\.......\...\图像处理软件界面.bmp
............\.......\resource.h
............\.......\ReverseColor.cpp
............\.......\ReverseColor.h
............\.......\RotationImage.cpp
............\Program
............\.......\BmpSharp.cpp
............\.......\BmpSharp.h
............\.......\BmpToGif.cpp
............\.......\BmpToGif.h
............\.......\BmpToJpeg.cpp
............\.......\BmpToJpeg.h
............\.......\CustomBar.cpp
............\.......\CustomBar.h
............\.......\CustomMenu.cpp
............\.......\CustomMenu.h
............\.......\Debug
............\.......\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.h
............\.......\ImageHandle.ncb
............\.......\ImageHandle.opt
............\.......\ImageHandle.plg
............\.......\ImageHandle.rc
............\.......\ImageHandleDoc.cpp
............\.......\ImageHandleDoc.h
............\.......\ImageHandleView.cpp
............\.......\ImageHandleView.h
............\.......\JpegToBmp.cpp
............\.......\JpegToBmp.h
............\.......\LineArity.cpp
............\.......\LineArity.h
............\.......\MainFrm.cpp
............\.......\MainFrm.h
............\.......\ReadMe.txt
............\.......\RecNumber.cpp
............\.......\RecNumber.h
............\.......\Release
............\.......\res
............\.......\...\38.ico
............\.......\...\4.ico
............\.......\...\45.ico
............\.......\...\62.ico
............\.......\...\64.ico
............\.......\...\7.ico
............\.......\...\8.ico
............\.......\...\cursor1.cur
............\.......\...\icon11.ico
............\.......\...\ImageHandle.ico
............\.......\...\ImageHandle.rc2
............\.......\...\ImageHandleDoc.ico
............\.......\...\toolbar.bmp
............\.......\...\图像处理软件界面.bmp
............\.......\resource.h
............\.......\ReverseColor.cpp
............\.......\ReverseColor.h
............\.......\RotationImage.cpp