搜索资源列表
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
Image_Restoration.rar
- 这个程序可以修复因噪声/噪音干扰或者因抖动产生的失真的图像,Inverse滤波器, Wiener滤波器和Lucy-Richardson滤波器被使用到,同时代码还使用了光学流线分析,估计模糊的长度和角度。,This process could be restored due to noise/noise interference or distortion due to jitter generated images, Inverse filter, Wiener filter and the L
RestorImg
- 内含模糊图像的生成,模糊复原,逆滤波复原,维纳滤波复原-it conclude debluring images code and deluring way by contarfilter or wirner
ProjectiveDeblur
- 图像的非一致模糊, 非盲目反卷积,C++源码-Non-uniform blurred images of non-Blind Deconvolution
ImageRestoration
- 这是一个图像复原的VC++程序,对模糊图像有较好的效果。请下载-This is an image restoration of VC++ program, on the blurred image has a good effect. Download
a
- 实现任意运动模糊图像的恢复问题中模糊角度的自动鉴别-Realization of automatic identification of motion blurred image angle
TV_denoising
- 使用TV模型以及其改进模型对一个模糊图像进行去噪处理,-Using the TV model and the improved model on a fuzzy image denoising,
fuzzy_c_mean
- 本程序对二维图像可实现模糊C均值聚类,默认聚类为4.-The procedures for the two-dimensional image can be realized fuzzy C-means clustering, the default clustering for 4.
mohuFCM
- 基于matlab的模糊均值C的聚类程序,可以实现彩色图像的聚类,能实现程序时间统计-Matlab-based fuzzy mean C clustering procedures, can achieve color image clustering, to achieve the program time statistics
fft2
- 对图像进行傅里叶变化与反变换、模糊图像处理、二维小波分解与重构、直方图均衡处理等等很多小程序。很实用-The image Fourier transform and inverse transform, fuzzy image processing, two-dimensional wavelet decomposition and reconstruction, histogram equalization, and so many small programs. Very practical
edgeblur
- 通过同台滤波和图像形态学进行图像人为边缘模糊检测-By the same stage of image filtering and image morphology artificially blurred edge detection
FCMdemo
- 用模糊K均值(FCM)的方法对图像进行分类-fuzzy c mean clustering (FCM),segmentation
ShowBit
- c++实现的数字图像处理程序,包括平移,剪切,锐化,模糊,傅里叶变换,dct变换等-c++ implementation of digital image processing procedures, including pan, cut, sharpen, blur, Fourier transform, dct transform
运动模糊图像重建
- 包含了去除运动模糊的代码,matlab代码...
Fuzzy-image-sharpening
- 模糊图像清晰化.让模糊的图像变得清晰化,包括边缘的模糊,焦距对不准,重影等-Fuzzy image sharpening,Let the fuzzy images become clearer, including fuzzy edge, the focal length is not allowed to, ghosting, etc
MATLAB5343
- 【matlab编程代做】使用两个图像输入模糊C+-均值图像分割 可以做为参考使用学习-[Do] matlab program generation using two image input fuzzy C+- mean value can be used as a reference image segmentation using learning
NSOLT2014
- 用非分离重复过采样正交变换对图像进行去模糊,去噪声,超解像实验。-Repeat with the non separation of the image to blur, noise sampling orthogonal transform, super resolution experiment.
task_wiener_other
- 本程序是利用逆滤波,维纳滤波,LR算法对运动模糊图像以及加高斯白噪声的运动模糊图像进行处理,并比较其处理效果。-This procedure is the use of inverse filtering, Wiener filtering, LR algorithm for image motion blur and add Gaussian white noise motion blurred image processing, and compare its treatment effec
ImgRestore
- 模糊图像恢复实例,将模糊不清的图像恢复。-Fuzzy image restoration examples, the blurred image restoration.