搜索资源列表
图像处理课程设计
- 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i.
ImageProcessing
- 由键盘输入文件名,进行直方图均化处理,并用显示程序比较前后效果.用MFC完成
zhifangtujunheng
- 用vc编写的mfc处理函数,对图像进行直方图均衡化的操作
LineTrans
- 用MFC写的实现BMP格式图像点运算的源码。包括显示直方图、灰度的线性变换、阀值变换、窗口变换、灰度拉伸和灰度均衡。
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!
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
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.
Opencv一系列图像增强算法
- 基于OpenCV与mfc实现的一系列图像增强算法,边缘提取,直方图均衡化,各种滤波,应有尽有,界面美观大方