搜索资源列表
selfadaptivefilter
- 自适应滤波器,图像处理中有重要作用,基于MFC和快速傅立叶变换的具有自适应功能。-adaptive filter, the image processing is an important role, Based on the MFC and Fast Fourier Transform adaptive function.
IsmyDIP
- 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
Tracking
- 使用VC++ 6.0 和 OpenCv实现粒子滤波目标跟踪算法,主要功能在MFC对话框内实现。-particle filter object tracking
filter
- 建立了一个完整的MFC应用程序,实现了位图的中值滤波和均值滤波。-Set up a complete MFC application, implementation of the digital map median filter and mean filter.
filter
- 基于MFC的。实现一些比较常见的图像变换,如滤波,剪裁、旋转、颜色空间转换等-Based on the MFC. The realization of some of the more common image transformations, such as filtering, cropping, rotation, color space conversion
MedianFilter
- 能对图象进行中值滤波,效果不错,并在MFC中实现-Can median filter images, the effect well, and in MFC to achieve
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
tiaoshi1
- 计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能-Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions
Log
- Log.rar是基于MFC界面的,主要是对图像进行处理,有关计算机视觉的,采用Log滤波器提取边缘,可以锐化、平滑;对颜色采用阈值化进行明暗度求外形;也可以进行形态学的各种处理。-Log.rar is based on the MFC interface, mainly for image processing, the computer vision using the Log filter from the edge, you can sharpen, smooth use of colo
Averagefilter
- 本程序为MFC程序,实现256色位图的均值滤波。-This program is MFC program, with 256-color bitmap mean filter.
Wiener-Filter--
- 基于MFC的维纳滤波的c++算法实现,过程很详细,能运行。-Wiener filter based on MFC c++ algorithm, the process is very detailed and can run.
Image-processing-using-mfc3
- 用MFC进行图形图像处理,该程序主要实现了缩放,滤波。通过平滑和锐化的的方法对图象进行滤波及对噪声的处理。-Graphical image processing using MFC, the program mainly to achieve the zoom, filter. Through the method of smoothing and sharpening of image filtering and processing noise.
mymfc
- 粒子滤波程序,调用的是OpenCV里的函数,没有重采样,用MFC基于对话框做的界面. 点击Next可以进行一帧一帧的处理,有2个按钮没有用-Particle filter program, calls the OpenCV function, there is no resampling, click Next to a processing of a MFC dialog-based interface. 2 button is not...
PF_test
- 该程序实现了粒子滤波算法,应用重要性重采样对实现对一维空间的非线性跟踪。使用MFC编程完成,效果很好,值得一试。-The codes realize the function of tracking an object with particle filter algorithm. And it is suitable for nonlinear system, with VC++ programming. It is really worth trial
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
Mean-and-Med
- 自己写的中值滤波、均值滤波程序,有用photoshop美化的MFC界面,效果很好。-The median filter and mean filter program written by myself. I use photoshop to beautify the MFC interface. It works well.
IMBRestore
- VS2008平台下VC++开发图像复原的MFC应用程序 实现功能: 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 最大后验滤波 最大熵复原 投影滤波 几何变换复原 迭代盲目复原 最小平方滤波 -VS2008 platform VC++ development of image restoration MFC application functions: motion blur and recover the inverse fi
The-median-filter-complete-version
- MFC用中值滤波算法,实现对图像的平滑处理,对含有椒盐噪声的图像特别有用-MFC algorithm of median filter, smoothing the image processing, especially useful for images with salt and pepper noise
filter
- 低通滤波巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq(Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq)
