搜索资源列表
图像处理的偏微分方程方法源码
- 《图像处理的偏微分方程方法》系统地讨论了偏微分方程在图像处理中的应用,内容包括图像滤波、复原、分割、放大、图像增强、彩色增强等。全书突出了理论与实践紧密结合的特点。该资料是书中若干典型数值方案的实验性MATLAB程序和可供实验用的图像素材。
matlab实现伪彩色增强
- 用MATLAB采用三种不同的方式实现伪彩色图像增强:1.灰度分层法;2.灰度变换法;3.频域伪彩色处理。
RGBtoHSI.rar
- 彩色图像格式的转换程序,采用C语言编写,可以作为彩色图像增强的格式转换使用,由RGB-HSI转换,The program is used for color image format conversion processing written by C language which can serve as a color image enhancement preprocessing. The function of the program is from RGB-HSI conversion
DIBDisplay.rar
- 图像处理程序,有图像几何变换,图像增强,图像频域分析,边缘检测,能处理256色位图和24位真彩色图像,Image processing procedures, have the image geometric transform, image enhancement, image frequency domain analysis, edge detection, can handle 256-color bitmap and 24 Bit True Color Image
filer_lee.rar
- 彩色图像增强滤波器设计,本程序是设计了一个Butterworth滤波器,Butterworth filer
ExImage.rar
- 1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。 2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。 关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。 ,ExImage Image processing toolkit
WaveletTransform
- vc下基于BMP图像的小波变换,最高支持24位色彩色图像-vc images based on wavelet transform BMP, the highest support for 24-bit color images
ColorImageEnhancement
- 一种彩色图像增强方法,它用于增强图像的对比度,优化图像视觉效果,同时保持几乎一致的图像色彩保真度.-A color image enhancement method, which used to enhance image contrast, optimizing the image visual effects, while maintaining almost the same image color fidelity.
hsvkongjianzengqiang
- 关于彩色图像增强的一篇有用的论文,系统介绍从rgb空间转换到hsv空间进行各个颜色分量的增强信息-On color image enhancement of a useful paper, the system introduced space conversion from rgb to hsv color space for the various components to enhance information
DigitalImageProcessing
- 此程序包括八个图像处理内容: 1 图像直方图的统计 2 图象的线性变换 3 图象平滑消噪处理 4 图像锐化处理 5 中值滤波处理 6 伪彩色增强处理 7 图像勾边处理 8 彩色图像锐化处理 - This programm includes 8 kinds of digital picture process: Stat. of direct square chart Linear transformation of picture The
impower
- 很实用的彩色图像增强程序 基于HSV彩色空间变换-Very practical color image enhancement procedures Based on HSV color space conversion
imageincrease0
- 这是我自己调试好了的彩色图像增强的,绝对可以使用,非常好。-This is my own and tested the color image enhancement, absolutely you can use, very good.
colorrestoration
- 彩色图像恢复,对于图像亮度信息进行全局和局部增强后,加入其他色差信号以便恢复图像色彩-color restoraion
strong_retinex
- 彩色图像增强,为以后更好的对图像进行处理。-Color image enhancement, a better image for later processing.
aa
- 也是使用同态滤波对图像进行对比度增强以及去雾处理,不过可以适用于彩色图像。-Homomorphic filtering is also used for contrast enhancement and image processing to the fog, but can be applied to color images.
Retinex-of-image-enhancement
- 本文提出了基于Retinex可变框架模型的图像增强算法。实验证明该算法不但能有效的增强图像的质量,还能避免Retinex算法中带来的光晕效应,同时算法速度与同类型的图像增强算法比较更快速。之后,将这种理论运用到对彩色图像增强中,取得了很好的处理效果。 (使用同方知网浏览器打开)-This paper presents a framework model based on variable Retinex image enhancement algorithm. Experiments sho
PCNN输出域改进及其在彩色图像增强中应用
- 代码中有传统的图像增强算法:对数增强,均值滤波等;也有图像去噪代码;以及对PCNN算法进行改进的图像增强算法。(There are traditional image enhancement algorithms in the code: logarithmic enhancement, mean filtering, etc.; there are also image denoising code; and the PCNN algorithm is improved image enhan
图像增强
- 图像增强是指按特定的需要突出一幅图像中的某些信息,同时,消弱或去除某些不需要的信息的处理方法。其主要目的是使处理后的图像对某些特定的应用比原来的图像更加有效。图像增强技术主要包含直方图修改处理、图像平滑化处理、图像尖锐化处理、和彩色处理技术等。图像增强有图像对比度增强、亮度增强,轮廓增强等等。(Image enhancement refers to the way in which certain information is highlighted in an image according
Color Image Enhancement
- 是一种基于直方图处理的彩色图像增强Color Image Enhancement by Histogram Processing(Color Image Enhancement by Histogram Processing)
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。