搜索资源列表
OTSUMultiThre
- 1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。-1. This procedure shows the histogram feature, OTSU sing
Lena
- 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
sssss
- 用MFC对话框实现,图片纹理特征的分析,计算图像各种值。-MFC dialog box with the realization of the analysis of image texture features to calculate the various values of the image.
imageprogressing
- MFC下的图形图像处理技术,通过识别细胞的颜色来边缘检测,然后计算出细胞的个数,其中还用到了腐蚀与膨胀技术-MFC under the graphic image processing technology, by identifying the color edge detection cell, and then calculate the number of cells, which also uses technology and expansion of corrosion
Calculate
- This is simple calculator program. I m making a GUI calculator interface in MFC. this program works pretty well.
ImageProcessSobel
- 基于Sobel的图像质量评价方法,使用MFC编写的简单程序可以导入图片计算清晰度。-Based on Sobel image quality evaluation method, a simple program written using MFC can import pictures calculate clarity.
Digital-Image-Program
- 程序是对图像进行不同的处理,实验指导书放在根目录下,对lena图像进行转换、拉伸、锐化、求取误差,每一个处理相当于一个小程序,在MFC里设置了四个菜单来完成这些功能。raw格式图片只能在PS里查看,raw格式不懂可以问百度。一个很好的、系统的、完整的图像处理程序。很好的学习资料。-Program is for different image processing, the experiment instruction under the root directory, the Lena imag
psnr
- 两个视频的psnr比较,并利用mfc进行了界面设计,实现了将视频文件传送进去后,计算出psnr值并绘制出坐标图-Two video psnr comparison, and the use of mfc interface design, the realization of the video file sent into, calculate the psnr value and draw the coordinates