文件名称:tt
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-28
- 文件大小:
- 5.43mb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VC6.0写的MFC程序,主要功能:
1.打开BMP格式灰度图像,按BMP格式一点一点读;
2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化;
3.可以保存处理后的图片;
4.灰度位图的几何变换:平移变换、旋转变换、缩放变换;
5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
6.文档图像二值化处理;-VC6.0 MFC program written main functions: 1. To open BMP format grayscale images, little by little, read BMP format 2 shows a histogram of the gray image can be selected in the histogram threshold binarization histogram equalization 3 can save processed images 4. grayscale bitmap geometric transformations: translation transform rotation transformation scaling transformation 5. the grayscale bitmap noise suppression: median filter template size 3* 5* 5 respectively, to achieve the mean filter template size 3* 3, to achieve " arithmetic mean (H0)" and " weighted average (H1, H3)" , Gaussian filtering (H2 ) 6. document image binarization processing
1.打开BMP格式灰度图像,按BMP格式一点一点读;
2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化;
3.可以保存处理后的图片;
4.灰度位图的几何变换:平移变换、旋转变换、缩放变换;
5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
6.文档图像二值化处理;-VC6.0 MFC program written main functions: 1. To open BMP format grayscale images, little by little, read BMP format 2 shows a histogram of the gray image can be selected in the histogram threshold binarization histogram equalization 3 can save processed images 4. grayscale bitmap geometric transformations: translation transform rotation transformation scaling transformation 5. the grayscale bitmap noise suppression: median filter template size 3* 5* 5 respectively, to achieve the mean filter template size 3* 3, to achieve " arithmetic mean (H0)" and " weighted average (H1, H3)" , Gaussian filtering (H2 ) 6. document image binarization processing
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tt
..\ChildFrm.cpp
..\ChildFrm.h
..\FilteringDlg.cpp
..\FilteringDlg.h
..\GaussianFilteringDlg.cpp
..\GaussianFilteringDlg.h
..\GeoTransTabDlg.cpp
..\GeoTransTabDlg.h
..\hw1_gray.bmp
..\lena.bmp
..\MainFrm.cpp
..\MainFrm.h
..\MeanFilteringDlg.cpp
..\MeanFilteringDlg.h
..\MedianFilteringDlg.cpp
..\MedianFilteringDlg.h
..\ReadMe.txt
..\res
..\resource.h
..\...\Toolbar.bmp
..\...\tt.ico
..\...\tt.rc2
..\...\ttDoc.ico
..\RotateDialog.cpp
..\RotateDialog.h
..\ShowDistogram.cpp
..\ShowDistogram.h
..\StdAfx.cpp
..\StdAfx.h
..\TranslationDialog.cpp
..\TranslationDialog.h
..\tt.aps
..\tt.clw
..\tt.cpp
..\tt.dsp
..\tt.dsw
..\tt.h
..\tt.ncb
..\tt.opt
..\tt.plg
..\tt.rc
..\ttDoc.cpp
..\ttDoc.h
..\ttView.cpp
..\ttView.h
..\ZoomDialog.cpp
..\ZoomDialog.h
..\使用图像
..\........\Autumn Leaves.jpg
..\........\desktop.ini
..\........\hw1_gray.bmp
..\........\hw1_gray1.bmp
..\........\hw2_gary.bmp
..\........\hw3_gray.bmp
..\........\hw4_gray.bmp
..\........\hw5_gray.bmp
..\........\hw6_gray.bmp
..\........\hw7_gray.bmp
..\........\hw8_gray.bmp
..\........\lena.bmp
..\........\lena_gaussian.bmp
..\........\lena_salt.bmp