搜索资源列表
blur
- blur filter for image in c
Blur-Estimation.rar
- 一种无参数的散焦模糊图像模糊参数的估计算法。,Parameters of a non-defocus blurred image fuzzy parameters estimation algorithm.
img.rar
- 使用c++实现的运动模糊处理 对一个因元素直线运动而造成运动模糊的bmp的图像 对其进行消除运动模糊处理,Using c++ to achieve the motion blur to deal with the elements of a linear motion due to motion blur caused by the bmp image of its deal with the elimination of motion blur
Blur-Detection-Using-Wavelet
- 基于论文<<Blur Detection for digital images using wavelet transform>>,使用Haar小波变换实现图像模糊度检测。-Based on paper <Blur Detection for digital images using wavelet transform> > , Using the Haar wavelet transform of image blur detection.
Image.Design.Gaussian.filter.C.code
- 图像高斯滤波C++设计代码Image Design Gaussian filter C + + code -Image Design Gaussian filter C++ code
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
h3_gaussianblur
- matlab 图像Gaussian Blur 的实现 USM-Filter 带有GUI窗口-matlab implementation of the image Gaussian Blur with a GUI window, USM-Filter
BD IP2006
- 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
Image Restoration
- 图像、视频经常因为抖动而造成模糊,去模糊也是图像处理领域的难点和热点。算法实现单方向匀速运动的图像去模糊,是一种简化处理方式。-Images, video, often due to jitter caused by vague, to blur the field of image processing is also difficult and hot. Algorithm for single images to the direction of uniform motion blur,
SAR-blur-analysis
- 分析了合成孔径雷达的模糊度问题及其对图像质量的影响, 详细描述了模糊度的 表达式, 分析了不同系统参数对模糊度的影响, 对所谓的重影现象作了定量分析-Analysis of synthetic aperture radar ambiguity problems and their impact on image quality, a detailed descr iption of the fuzzy degree of expression of the different system
VB.code.image.blur
- VB实现图像模糊效果代码VB code of image blur -VB code of image blur
VB.programming.code.module.design.image.blur
- VB编程图像模糊处理模块设计代码VB programming code module design image blur -VB programming code module design image blur
perceptual-blur-metric
- 图像去模糊的一篇重要文献,通过相关分析,对模糊图像的成像原理进行分析,并根据相关关系来得到模糊参数的估计方法。-Image deblurring an important document, by correlation analysis, fuzzy image of the imaging principle of the analysis, and according to relationship to get fuzzy parameters estimation.
SegmentationFinal
- 纹理图像分割,小波编码图像的分割和分析的算法描述。该算法的图像处理后的计划,可以成功地恢复在压缩图像模糊文物纹理的部分。-Texture image segmentation, wavelet coding image segmentation and analysis of the algorithm descr iption. The algorithm for image processing program that can successfully restore the image
matlab_digital-image-
- 用matlab实现数字图像的模糊,梯度锐化和拉普拉斯锐化-Using matlab digital image blur, gradient sharpening and Laplacian sharpening
image-blur
- 使用opencv实现的图像模糊功能,程序简单易懂,适合入门的人士看。-Using opencv to achieve image blur function, the program is simple and easy to understand, people look for entry.
image-deblurring
- 针对遥感图像可控参数误差造成的图像模糊,进行模糊核估计-Remote sensing images for image blur caused by controllable parameter error, blur kernel estimation
the-image-of-deblur
- 该代码是实现图像去模糊功能,通过一些滤波对运动图像进行处理,可用于参考去模糊的原理,但是实际效果并不是很好。-The code is to achieve image blur function, through some filtering of the moving image processing, it can be used to refer to the vague principle, but the actual effect is not very good.
blur
- 图像模糊,使用opencv进行图像平滑去噪-image blur
blur&canny
- 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)