搜索资源列表
blur
- blur filter for image in c
RECOVER
- 比较反滤波和维纳滤波对一幅图像复原的效果。从两方面出发,一是对运动模糊和均值模糊复原的能力,二是抗噪能力,各种情况分别都进行了对比-Comparison of inverse filtering and Wiener filtering on an image restoration results. Proceed in two ways, first on the motion blur and the mean fuzzy recovery capability and noise imm
the_sumeryof_multicast
- matlab在图像处理中的应用,包括模糊,锐化,图像增强-matlab in image processing applications, including blur, sharpening, image enhancement, etc.
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
BID-of-Multichannel
- 盲辨识的模糊和多路冷杉完美的图像恢复 乔治·吉昂奈吉斯,研究员,美国,和罗伯特·希斯,小,成员,美国-Despite its practical importance in image processing and computer vision, blind blur identification and blind image restoration have so far been addressed under restrictive assumptions such a
image deblur and source image
- 图像去模糊处理的matlab源程序,附带源图片。是在经典图像模糊化的基础上进行恢复的,不是盲恢复-Image to fuzzy treatment matlab source, and with the source images. In classic blur image is conducted on the basis of the recovery, not blind recovery
apex_ditecpsf
- 很好的APEX盲恢复程序,用于图像去模糊处理,适用于常见模糊,如高斯模糊、柯西模糊、大气湍流等-Very good APEX blind recovery procedures, used in image to fuzzy processing, apply to common fuzzy, such as a gaussian blur, cauchy fuzzy, atmospheric turbulence, etc
motion-blurring-image-processing
- 运动模糊图像处理,通常我们得到的x光片等可能会存在一些运动伪影,为了更好的得到感兴趣区域,我们需要对图像进行处理-The motion blur image processing,Usually ultrasound images or some X-ray will have some motion artifacts.In order to eliminate the artifact to the influence of the interested region,we need to
Analyzing-Spatially-varying-Blur
- 我们提出一种新方法用于单幅图像的空间变化模糊识别,在图像中的每个局部小块,这个局部模糊被选择在一个候选PSFS有限集中间,用一个极大似然方法。我们打算用广义似然减少参数的数量,用广义奇异值分解限制计算值,但是要对图像做出适当的边界假设。-We present a new approach for spatially varying blur identification using a single image. Within each local patch in the image,
estimate-the-defocus-map-in-an-image
- 估计是有用的图像散焦几个应用程序 包括去模糊,模糊放大,测量图像 质量和景深分割。在本文中,我们 现在一个简单而有效的方法来评估一个分散注意力 模糊映射关系为依托的对比 图像梯度在当地的图像区域。我们把这种关系 当地的对比之前。我们的方法的优势 是,它不需要过滤银行或频率分解 输入图像 相反,我们只需要比较 当地的梯度概要文件与当地的对比。我们讨论 背后的想法之前,展示其局部对比度 在各种各样的实验效果-Image defocus estimation is useful
tu-xiang-chu-li-suan-fa-ji-he
- 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
image
- 本人上传的代码是经过验证的,用java语言编写,可以实现jpg,jpeg,gif格式图像的模糊和锐化-The code I upload has been proven. It is written in Java and can sharpen and blur the image which format is jpg,jpeg and gif.
Eliminate-motion-blur-in-the-image
- 消除图像中的运动模糊。学习运动图像模糊的产生原理。自行设定点扩散函数,对某一张图像进行运动模糊,通过任意一种方法,消除以上图像中的运动模糊。-Eliminate motion blur in the image. The learning motion blur generation principle. Set the point spread function, a certain image motion blur, through any of these methods, to e
TV_restoration
- 全变分在图像处理广为应用,对图像的去噪,去模糊效果很好。-Total Variation widely used in image processing, image denoising, go blur effect is very good.
Gaussian-Blur
- This project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standar
blurdegree
- 图像处理中运动模糊的角度估计,主要是空域中的微分-Motion blur in the image processing angle estimation, the main differential airspace
motion-blur
- 就运动模糊的添加,原图像及模糊图像的频谱图求取,该代码做了详细介绍。-The code introduces the addition of motion blur and the spectrum of original image and blurred image in detail.
Gaussian-prymid
- 为在图像处理、计算器视觉、信号处理上所使用的一项技术。 高斯金字塔本质上为信号的多尺度表示法,亦即将同一信号或图片多次的进行高斯模糊,并且向下取样, 藉以产生不同尺度下的多组信号或图片以进行后续的处理,例如在影像辨识上,可以藉由比对不同尺度下的图片,以防止要寻找的内容可能在图片上有不同的大小。 高斯金字塔的理论基础为尺度空间理论,而后续也衍生出了多分辨率分析。- As a technique in image processing, computer vision, signal proce
Image-defogging
- 由于大气的散射作用,雾天的大气退化图像具有对比度低、景物不清晰的特点,给交通系统及户外视觉系统的应用带来严重的影响。但由于成像系统聚焦模糊、拍摄场景存在相对运动以及雾天等不利环境,使得最终获取的图像往往无法使用。为了解决这一问题,设计图像复原处理软件。 要求完成功能: 1、 采用直方图均衡化方法增强雾天模糊图像,并比较增强前后的图像和直方图; 2、 查阅文献,分析雾天图像退化因素,设计一种图像复原方法,对比该复原图像与原始图像以及直方图均衡化后的图像; 3、 设计软件界面 -
image-restoration-masterCPP
- 这里的代码实现功能:使用图像复原的方法来去除图像中的离焦模糊现象(Here's the code implementation: image restoration is used to remove defocus blur in the image)