搜索资源列表
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
opencv阈值分割轮廓提取等图像基本处理源程序,已验证,均可使用
- 利用opencv和C++结合使用的,对图像进行阈值分割、轮廓提取和模糊增强等。
tongtai.rar
- 用同态滤波的方法增强图像对比度,解决因为光照问题引起的图像模糊问题。,By homomorphic filtering method to enhance image contrast, to solve the problem because the light-induced image blurring problem.
zengqiang
- 基于模糊最大熵的红外图像增强算法,对于红外图像效果很好-Fuzzy maximum entropy-based infrared image enhancement algorithm for infrared image works well
zengqiang
- 图像增强程序,经测试有一定效果。其中采用模糊增强算法,值得参考。-Image enhancement procedures, have been tested and have a certain effect. Which the use of fuzzy enhancement algorithm, it is also useful.
main
- 利用多种滤波器实现对图像的滤波处理及先模糊处理,再对模糊图像进行多种方式的增强处理-Using multiple filter image filtering processing and fuzzy processing first, and then the fuzzy image enhancement of a variety of ways to deal with
xiaobozhenqiang_image
- 在图像增强的处理过程中采用了小波增强的方法,对模糊图像有一定的作用-In the image enhancement process to enhance the use of the wavelet method, the blurred image to a certain extent
image_enhance
- 一种基于形态学的图像增强方法。基于模糊逻辑将二值形态学分级算子推广到灰度图象,研究灰度形态学分级算子。-Morphology-based methods of image enhancement. Will be based on the fuzzy logic classification binary morphological operator to the gray-scale images, gray-scale morphological study operator classif
recognition
- 在单层模糊图像增强算法的基础上的一种改进图像分割分法-In the single-layer fuzzy image enhancement algorithm based on a points system to improve image segmentation
restore
- 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。 -A
Convolution
- VC++开发的图形处理程序,可进行图形区域处理,有模糊图像、锐化图像、Laplacian边缘增强,梯度方向边缘增强,平移差分边缘增强等功能,有详细源码解释-VC++, graphics processing, graphics area can be dealt with fuzzy images, sharpening images, Laplacian edge enhancement, gradient direction of edge enhancement, edge enhance
dsgertg
- 针对小波变换在指纹识别中的应用,提出了一种基于小波变换的图像增强算法,利用低频系数图像在小波域估计指纹纹线方向,抑制了高频噪声对纹线方向的影响,实验表明,该算法对纹线模糊的指纹图像增强效果明显。-According to the fingerprint identification of wavelet transform in the application, and puts forward a kind of image based on wavelet transform enhance
fuzzy-algorithmic-
- 模糊算法具有很强的数学逻辑性,将其用于图像处理中图像增强的研究-Fuzzy algorithm has a strong mathematical logic, to image enhancement for image processing research
zengqiang
- 利用拉氏算子对模糊图像增强,难度适中,自己编写的,有参考价值希望-Laplace operator on the use of fuzzy image enhancement, moderate difficulty, I have written, there is hope that the reference value
ImageEnhance
- 关于matlab图像增强的源代码,可以用在实际生活背景中,例如雾天模糊图像增强-Image enhance
ex1
- 这个文件是将模糊理论应用于图像增强的过程(This file is a process of applying fuzzy theory to image enhancement)
10char
- 主要编写的图像预处理步骤的代码,包括灰度化,二值化,高斯模糊,图像增强(The main preparation of the image preprocessing steps of the code, including grayscale, binary, Gaussian blur, image enhancement.)
图像模糊、边缘提取、均衡化、锐化程序
- 通过wpf开发的一个demo,可直接运行。(A demo developed through WPF can run directly.)
Image-visibility-improving-master
- 去散射和边缘增强是水下图像从严重细节损失、颜色偏移和模糊中提取的关键步骤。本文提出了一种增强水下图像对比度和边缘的新方法。(De-scattering and edge enhancing are critical procedures for underwater images which surfer from serious detail loss, color deviation and blurring. In this work, a novel method has been pr
图片饱和度的增强
- 此程序对于增强水下模糊图像有帮助,首先将RGB空间转换到HSV空间,然后增强饱和度S的值,整体提高了图像的饱和度。(This program helps to enhance the underwater blurred image. First, the RGB space is converted to the HSV space, then the value of the saturation S is enhanced, and the image saturation is impr