搜索资源列表
医学伪彩色,和遥感伪彩色处理。
- 对图象进行医学伪彩色处理,和遥感伪彩色处理。-right image for medical pseudo-color processing, and remote sensing pseudo-color processing.
数字图像处理实际应用代码
- 该代码包含到数字图像处理的多种实际应用,如图象直方图统计,图象的线性变换,图象平滑消噪处理,图象锐化处理,中值滤波处理,伪彩色增强处理,图象勾边处理,彩色图象处理锐化处理等,对初学者有很大的帮助。
matlab实现伪彩色增强
- 用MATLAB采用三种不同的方式实现伪彩色图像增强:1.灰度分层法;2.灰度变换法;3.频域伪彩色处理。
caisetuxiangjibenchuli.rar
- 边缘检测 区域填充 种子算法 二值化 灰度化 边缘跟踪 伪彩色处理等图形图像基本算法处理一张彩色小鸟图,Edge detection algorithm for area filling seed binarization of gray-scale edge tracking pseudo-color graphic image processing algorithms deal with a basic color birdie map
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.
pseudocolor2
- 对图象进行伪彩色处理,图象变换,遥感图象的伪彩色处理。-right pseudo-color image processing, image transformation, remote sensing of the pseudo-color image processing.
2006224114533
- 对图像进行伪彩色处理的VC++源代码,运行时需要带参数-right pseudo-color image processing VC source code, run-time parameters need to bring
colourpicture
- 一款专门用于伪彩色处理的软件,对色彩的处理划分的比较详细。已经调试过了!-A specialized treatment for pseudo-color software, color treatment for a more detailed breakdown. Have been debug!
jianbensuanfa
- 中值滤波 prewitt算法 直方图均衡化 密度分割法图像伪彩色处理 分段线性处理处理灰度变换-Median filter Prewitt density histogram equalization algorithm segmentation image pseudo-color handle handle handle piecewise linear gray-scale transformation
weicaise
- 这段程序的主要功能是将图像的几个不同区域进行伪彩色处理-The primary function of this procedure is to image several different regions of the pseudo-color processing
pseudo
- C语言环境下进行的灰度图像的伪彩色处理 简便易懂-C language environment of the pseudo-color gray-scale image processing is simple and understandable
pinyuchuli
- 给定一幅图像,进行频域处理,包括低通滤波,图像锐化,伪彩色处理等。-Given an image, the frequency domain, including low-pass filtering, image enhancement, pseudo-color processing.
psydo-color
- 伪彩色处理是指将黑白图像转化为彩色图像,或者是将单色图像变换成给定彩色分布的图像。由于人眼对彩色的分辨能力远远高于对灰度的分辨能力,所以将灰度图像转化成彩色图像表示,就可以提高对图像细节的辨别力。 伪彩色处理的基本原理是将黑白图像或者单色图像的各个灰度级匹配到色彩空间的一点,从而使单色图像映射成彩色图像。对黑白图像中不同灰度级赋予不同的彩色。 -Pseudo-color processing refers to the black-and-white images into color
false
- 用Visuan C++实现伪彩色增强处理程序实例-With Visuan C++ implementation examples of pseudo-color enhancement processing program
caisechuli
- 分别采用2、8,16、32个灰度级进行伪彩色处理-2,8,16,32 a gray-scale were used for pseudo-color processing
伪彩色图像处理
- 实现灰度图像的伪彩色处理功能,提供更好的视觉效果(Pseudo color processing)
WCS
- 本程序对RGB图像做伪彩色处理,所得图像符合预期(This program does pseudo color processing for RGB images)
彩色图像处理
- 掌握常见的几种颜色模型及各种颜色空间之间的相互转换。 掌握彩色图像处理的方法,如彩色图像增强、彩色图像复原、彩色图像检测与分割等。 了解伪彩色处理方法的原理及应用。 实验内容: 使用cat函数生成CMY彩色图像; 读入一幅RGB图像,将其分别转换到HSV、YCbCr空间并显示; 使用grayslice函数对一幅灰度图像进行伪彩色增强。