搜索资源列表
数字图像处理直方图均衡化,中值滤波,均值滤波
- 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
灰度均衡
- MFC环境下 利用直方图对8位灰度图进行灰度均衡
MFC实现BMP图像灰度翻转和直方图均衡化
- MFC实现BMP图像灰度翻转和直方图均衡化,完整程序代码,MFC to achieve BMP image flip and histogram equalization, a complete code
histogram-用VC++建立MFC多文档对灰度图像进行的直方图均衡化
- 用VC++建立MFC多文档对灰度图像进行的直方图均衡化,本文档提供了所有步骤以及源代码!-Build with VC++ MFC Multiple Document for grayscale image histogram equalization, this document provides all the steps and source code!
ImageTJ
- MFC显示直方图,灰度直方图,打开图像,显示图像-zhifangtu
DigitalImageProcessing
- 这个最近做的数字图像处理作业,包括打开bmp图片,做负片(反白),线性变换,直方图显示,直方图均衡等,所有程序均经过调试,简单易用。里面有较详细的编程步骤,介绍了一些简单常用的MFC的方法,对于初学者很有用。-Does this recent digital image processing operations, including open bmp picture, make negative (anti-white), linear transformation, histogram di
BMP
- BMP格式是图片通过MFC的打开,拥有线性变换,直方图显示,尺寸变换,傅里叶变换功能-BMP format is a picture of opening through the MFC with a linear transformation, histogram display, size, transform, Fourier transform function
cross
- 一个最简单的mfc图像处理软件,打开,保存,直方图,部分另存,求面积等-One of the most simple mfc image processing software, open, save, Histogram, some saved, seeking an area of such
MFC_BMP
- 自己写的MFC写的BMP图象处理程序,实现反色,直方图等简单的图象处理,同时支持8位,16位,32位BMP的变换,简单易懂,适合初学者.-Write your own MFC write BMP image processing procedures, to achieve the anti-color, histogram and other simple image processing, while supporting 8-bit, 16-bit, 32-bit BMP transfor
MFC_Graphic
- 这MFC图像处理源代码总集包括了均值滤波,直方图均衡,高斯平滑,,锐化,拉普拉斯锐化(边缘检测),阈值变-This MFC source code for the total set of image processing, including the mean filter, histogram equalization, Gaussian smoothing, sharpening, Laplacian sharpening (edge detection), the threshold c
zhifangtu_Juhen
- 将位图进行直方图均衡化处理,内附测试图像,MFC图形界面,内有Matlab实现直方图均衡化-Bmp picture histogram equalization processing, containing test images, MFC GUI,and there is 《Matlab implementation within the histogram equalization》inside
camshiftInMFC
- 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
tiaoshi1
- 计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能-Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions
a_useful_MFC_chart_class
- 一个实用的曲线图、直方图类,可以方便的绘制统计数据-A practical curve, histogram class, you can easily draw the statistics
hist
- mfc直方图均衡化编程。运行程序后,点击“打开文件”按钮即可添加图像,然后点击“直方图均衡”按钮即可得到均衡化结果-histogram equalization mfc programming. Run the program, click on " Open File" button to add the image, then click the " histogram equalization" button to get the results of
MFC
- MFC编写界面,对输入的图像,程序可将位图进行直方图均衡化处理。-MFC write interface, the input image, the program can be bitmap histogram equalization processing.
image
- 一个简单的图像处理mfc程序,包括图像显示,参数计算,图像直方图,空间域频率域滤波,复原等-Mfc a simple image processing procedures, including image display, parameter calculation, the image histogram, spatial frequency domain filtering, restoration, etc.
Digital-iamge_MFC
- 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
MFC-image-processing
- 用于图像处理分析的c++ MFC源程序,包含各种图像处理方法,如边缘检测,直方图,拉普拉斯变换,灰度图转换等。-MFC programme,laplace convertion,gray picture,edge detect.
MFC
- (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域靠左显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)在工具栏中依次实现附件2中的各项图像处理功能,每一个功能都是在上一次的操作基础上进行,工具栏中须具备“返回上一次操作”的功能,并且能够随时还原原图(请注意:有些图像处理功能对图片格式有要求,如灰度直方图均衡必须要求是灰度图,因此请考虑各功能之间的关系,添加必要的防御代码)。 (3)在工具栏中点击“保存”功能出现文件保存