搜索资源列表
Example041-彩色图像转换为灰度图像
- 彩色图像转换为灰度图像-color images into gray-scale images
将彩色图像变为灰度图像
- 将彩色图像变为灰度图像
数字图像直方图显示
- 本资源是通过VC++6.0编写的软件,能够打开灰度图像和彩色图像,并且能够显示灰度和彩色图像的直方图。
全局Retinex灰度图像
- 全局Retinex彩色图像恢复,VC++实现,效果不错,还原真实色彩,与 直方 ... 改进后的中心/环绕Retinex算法,能有效增强彩色和灰度图像
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.
fiveMATLABimageprocessingcode
- 对图像进行任意角度旋转 图像渐变 运用调色板设计技术将灰度图像彩色化 等5个MATLAB 图像处理 代码-Rotate the image at any angle image gradient design using the gray image palette color and so on five MATLAB image processing code
curvelet_feature
- 该源码可以实现对彩色或灰度图像的曲波(Curvelet)特征的提取,以便后续做纹理图像分割。-The source can be achieved in color or grayscale images Qu Bo (Curvelet) feature extraction in order to do follow-up texture image segmentation.
pictureMAKE
- BMP图像的合成,包括灰度个彩色图像(图像大小要一样大)-Synthesis of BMP images, including gray-scale color images (image size should be the same size)
PixelFusion
- 几种算法实现图像融合:要求一副是彩色图像一副是灰度图像-ImageFusion,it needs two pictures,one is 8bit gray image,the other is 24bit rgb image
ColortoGrayscale
- 将彩色图像转为灰度图像的程序,输入彩色图像输出灰度图像-Color image to Gray image
psydo-color
- 伪彩色处理是指将黑白图像转化为彩色图像,或者是将单色图像变换成给定彩色分布的图像。由于人眼对彩色的分辨能力远远高于对灰度的分辨能力,所以将灰度图像转化成彩色图像表示,就可以提高对图像细节的辨别力。 伪彩色处理的基本原理是将黑白图像或者单色图像的各个灰度级匹配到色彩空间的一点,从而使单色图像映射成彩色图像。对黑白图像中不同灰度级赋予不同的彩色。 -Pseudo-color processing refers to the black-and-white images into color
diedaifa-erzhihua
- 实现彩色图像灰度化,迭代法实现灰度图像二值化-To achieve gray-scale color images of, iterative method to achieve gray-scale image binarization
tvdenoise
- 彩色或灰度图像的tvd去噪 利用总方差最小化得方法实现图像的光滑去噪的matlab小程序 由Chambolle在2004年提出 -Tvd color or grayscale image denoising was used to minimize the total variance method to achieve a smooth image denoising matlab small program made in 2004 by Chambolle
tvdenoise
- 利用全变差对灰度图像和彩色图像进行去噪处理-tvdenois Total variation grayscale and color image denoising,matlab program
color
- 彩色图像分解与重构,非常简单易懂,需要灰度图像的可以下载-caisetuxiangfenjiechonggou
image_fft2_and_ifft2
- 本程序是基于VC6.0平台的图像傅里叶变换及反变换,可支持读入、显示各种类型的彩色、灰度图像,并且可以方便地获取图像中任意像素点的灰度值。图像的傅里叶变换及反变换通过菜单方式执行,且代码清晰,执行效率高。-This procedure is based on VC6.0 platform image Fourier Transform and inverse transform, to support reading, showing all kinds of color, grayscale
Pseudo-color-enhancement
- 伪彩色增强,通过密度分割法将灰度图像转换为彩色图像-Pseudo-color enhancement, through the density of gray image segmentation method to convert color images
colortransferring
- 利用源彩色图像给目标灰度图像上色,输入一幅彩色图像和一幅待上色的灰度图像,利用彩色图像中的彩色信息为该灰度图像上色-transfering color to grayscale image
program
- 我们在这里将要介绍一种通用的灰度图像彩色化的技术,它可以将彩色源图像的彩色信息传 递给目标灰度图像。尽管将彩色信息传递给灰度图像没有一个准确、客观的解决方案,但是目前 流行的方法是尝试去将人的劳动量降到最低。与其从一个调色板选择RGB三彩色去给目标图像着 色,倒不如我们通过匹配图像之间的亮度和纹理来传递源图像的色度信息。我们仅仅传递源图像 的色度信息,而不改变目标图像的亮度值。此外,这种灰度图像彩色化技术的效果也通过允许用 户使用矩形表(swatches)来选择源图像和目标图像匹配区域
三种灰度图象伪彩色方法
- 用三种不同的方法分别对灰度图像进行伪彩色化,希望总有一种方法适合。(Three different methods are used to get the False Color image of the color gray image. hope can give you some help .)