搜索资源列表
3种图像复原程序
- 维纳滤波复原程序,最小二乘方滤波复原程序,盲目去卷积滤波复原程序
VC++图像处理最基本算法
- 专门用于图像处理的最基本算法,包括傅里叶变换,滤波,平滑等基算法
维纳滤波
- 数字图像维纳滤波
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
imageWorm
- 基于LOG算子的亚象素精度灰度图检测,图像滤波,降分辨率等算法的VC实现-LOG-based operator of the sub-pixel grayscale accuracy of detection, image filtering, such as lower-resolution algorithm to achieve the VC
Wavelets
- 图像的小波变换,图像滤波和图像的复原,融合等算法VC-Image wavelet transform, image filtering and image recovery, integration algorithm VC
dsp中值滤波
- 基于dsp6416处理器的中值滤波算法-midfilter arithmetic based on dsp6416
TraitOfImage
- 关于图像的各种处理以及多种滤波算法的实现。-on the various images and a variety of filtering algorithms to achieve.
yuhui
- 部分图像识别算法,包括robert因子,laplace算子,轮廓提取,高斯滤波-part of an image recognition algorithm, including robert factor, Laplace operator, contour extraction, Gaussian filter
VC++实现对退化图像的恢复
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错-Using inverse filtering and wiener filtering to recorver the extinction graph
中值滤波算法改进之C语言实现
- 这里所说的改进,主要是指中值计算方法的改进,求出中值以后,仍按原来的方法进行图像处理-here said the improvement was mainly referring value calculation method improvements, which values obtained after remaining on the original image processing methods
Diffusion
- matlab的十几种图像滤波算法,费好大力气才找到的,希望能给于借鉴-several image filtering algorithm, spent many great efforts to find, in the hope that they will learn from
DeNosingBaseOnXiaoBo
- 一种改进的基于PCNN神经网络和QPSO粒子行为的PSO的图像滤波算法,也可以较好地去除高斯噪声-Improved PCNN-based neural network and PSO behavior QPSO particle image filtering algorithm can also be better to remove Gaussian noise
C#图像处理算法典型实例
- 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image process
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
中值滤波算法
- 可以用于图像处理的中值滤波算法,包含两种算法。(Median filtering noise reduction)
东北大学图像处理作业
- 东北大学图像处理课第一次作业,主要是双边滤波算法和最大熵复原算法,亲测可运行。其中内有相关的word文档,和分割效果图(the homework of image processing in northeastern university.it mainly included two algorithms about bilateral filering and max-weight entropy)
图像滤波算法
- 图像滤波算法,目前只支持Matlab版本,并且自带测试数据。适用图像处理专业的基础算法。