当前位置:
首页
资源下载

搜索资源 - gray to rgb conversion
搜索资源列表
-
1下载:
包括图像的预处理,多种阈值分割方法,边缘提取,形态学处理,RGB到灰度图象的转换等等,用于图像的常规处理-including image preprocessing, multiple threshold segmentation, edge detection, morphology, RGB images to gray scale conversion, and so on, for the conventional image processing
-
-
0下载:
本程序在matlab中实现了灰度图像转换为RGB图像的过程,简单易于理解,有注释-This procedure in matlab to realize the gray image conversion for RGB image process, simple easy to understand, a comment
-
-
1下载:
本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
-
-
4下载:
MATLAB实现gray到RGB的转化,包括图像文件及M文件-MATLAB realization of gray to RGB conversion, including image files and M files
-
-
0下载:
RGB TO GRAY SCALE CONVERSION
-
-
0下载:
code for gray to rgb conversion
-
-
0下载:
GRAY图像转换到RGB图像的Matlab函数。-Matlab function for conversion from GRAY image to RGB image .
-
-
0下载:
RGB to gray scale conversion of image.
-
-
0下载:
对彩色图像进行RGB到IHS变换,及IHS到RGB变换,提供三种变换算法,并能进行彩色图像灰度化,图像均为BMP格式,处理效果较好-For color image from RGB to IHS transform, and the IHS to RGB conversion, offers three transform algorithm, and can be colored gray image, image formats are BMP, better handling
-
-
0下载:
以OPENCV做的各種色彩轉換空間,有 RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr -To do a variety of color conversion OPENCV Space, RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr
-
-
0下载:
以MATLAB將影像做色彩空間轉換,
轉換的色彩分別為RGB轉Gray scale, RGB轉YUV, RGB轉lab, RGB轉HSV-MATLAB will do to the image color space conversion, the conversion of RGB colors were transferred Gray scale, RGB turn YUV, RGB turn lab, RGB and HSV
-
-
0下载:
最近因项目需要,需要将灰度值转化成伪彩算法,整理了几项转换算法,供大家参考-Recently due to project needs, values need to be transformed into pseudo-color gray algorithms, organize several conversion algorithms, for your reference
-
-
0下载:
实现将RGB图像转换的灰度图像,完成对图像的进一步处理。-Grayscale images to RGB image conversion to complete further processing of the image.
-
-
0下载:
Here is a code for gray to RGB conversion. You must use gray image for im1 & RGB image for im2
-
-
0下载:
TO PERFORM RGB TO GRAY CONVERSION
-
-
0下载:
本次实验所实现的图像处理与动画播放软件功能包括:
1.文件操作:打开,保存(均支持多种格式的图片)、确定
2.几何变换:图像缩放(等比例缩放,自由比例缩放),图像旋转(自由旋转、水平翻转)
3.色彩变换:获取单色通道(RGB)、灰度变换(包含当灰度级别为2时即为黑白变换),颜色逆反变换、霓虹色变换、平滑图像、锐化图像、图像浮雕效果
4.动画播放:打开并播放 Flash 动画
5.视频播放:打开并播放视频-The experiment achieved image proces
-
-
3下载:
有源码,适合学习C++的人
一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。
二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。
三、 1.灰度线性变换、分段线性变换
2.灰度直方图均衡、规格化
3.图象卷积:各种模板实现低通、高通滤波
4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波
5.伪彩色图象增强
四、 1.图象的加、减、乘、除和逻辑运算。
2.图象的镜像变换、图象的缩放
-
-
3下载:
使用MATLAB,实现以下四个功能
一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。
二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。
三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。
四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。
-Using MATLAB, to achieve the following four fu
-