搜索资源列表
数字图像处理实际应用代码
- 该代码包含到数字图像处理的多种实际应用,如图象直方图统计,图象的线性变换,图象平滑消噪处理,图象锐化处理,中值滤波处理,伪彩色增强处理,图象勾边处理,彩色图象处理锐化处理等,对初学者有很大的帮助。
matlab实现伪彩色增强
- 用MATLAB采用三种不同的方式实现伪彩色图像增强:1.灰度分层法;2.灰度变换法;3.频域伪彩色处理。
fakecolor.zip
- 灰度扩展及灰度图像伪彩色化:灰度值在0~20之间显蓝色,20~40之间显绿色,40~255显红色。 ,Gray-scale images of pseudo-color: gray-scale value between 0 to 20 Hin blue, between 20 to 40 green, 40 ~ 255 marked in red.
DIP_070729
- 这是灰度图像的伪彩色处理matlab源程序-This is a pseudo-color gray-scale image processing matlab source
MATLAB
- 毕设内容,高光谱图像基本处理,主要实现单波段提取与伪彩色图像合成功能,提供程序框架,更多功能只需嵌入即可。另用MATLAB写了其GUI。-Complete set content, the basic processing of hyperspectral images, mainly for single-band pseudo-color image extraction and synthesis, to provide procedural framework, more feature
MATLABimageprocess1
- 实现对图像的基本处理,如:均值滤波、中值滤波、伪彩色处理。-To realize the basic image processing, such as: mean filtering, median filtering, pseudo-color processing.
2006224114533
- 对图像进行伪彩色处理的VC++源代码,运行时需要带参数-right pseudo-color image processing VC source code, run-time parameters need to bring
suofang
- 自己根据原理编制的图像放大、缩小、领域平均、伪彩色程序,希望对大家有用!-According to the principle of the preparation of their own image to enlarge, narrowing the field average, pseudo-color process, useful for all of us hope!
jianbensuanfa
- 中值滤波 prewitt算法 直方图均衡化 密度分割法图像伪彩色处理 分段线性处理处理灰度变换-Median filter Prewitt density histogram equalization algorithm segmentation image pseudo-color handle handle handle piecewise linear gray-scale transformation
PseudoColor
- 一些关于伪彩色图像处理的论文和期刊,和他家共享一下,希望研究这一方面的同仁有所帮助,从而共同进步。-There are the papers about Pseudo-color. I want it is useful for everyone
coloredgedetection
- 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
imageprocess
- 图像处理编程,可实现放大,伪彩色变换,校正,灰度等处理-Image processing program can be enlarged, pseudo-color transformation, correction, gray scale processing, such as
pseudo
- 灰度图像转换伪彩色图像,MATLAB 一个简单的程序来转换灰度图像伪彩色图像。通过改变的条件和程序中使用的值,你可以创建一个更完美的伪彩色图像。-A simple program to convert gray level image to pseudo color images. By altering the conditions and values used in the program, you can create a more perfect pseudo color imag
伪彩色图像处理
- 实现灰度图像的伪彩色处理功能,提供更好的视觉效果(Pseudo color processing)
pseudo_image
- 生成特定伪彩色调色盘,将真彩色图像转换为伪彩色图像(pseudo-color color table)
彩色图像处理之伪彩色图像处理
- 近几年来,随着多媒体技术和因特网的迅速发展和普及,数字图像处理技术受到了前所未有的广泛重视,出现了许多新的应用领域。最显著的是数字图像处理技术已经从工业领域、实验室走入了商业领域及办公室,甚至走入了人们的日常生活。由于彩色图像提供了比灰度图像更为丰富的信息,因此彩色图像处理正受到人们越来越多的关注。(Pseudo color processing of digital image processing)
三种灰度图象伪彩色方法
- 用三种不同的方法分别对灰度图像进行伪彩色化,希望总有一种方法适合。(Three different methods are used to get the False Color image of the color gray image. hope can give you some help .)
dm
- matlab 处理医学伪彩色图像用于医学图像处理,分为三种,密度分割法,灰度级变换以及频率域变换(Matlab treatment of medical pseudo color images)
weicaise
- 伪彩色图像处理的四种程序,呈现不一样的效果(Pseudo color image processing of the four procedures, showing a different effect)
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。