Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MATLAB rgb
Search - MATLAB rgb - List

function [h,s,v] = rgb2hsv(r,g,b)
%RGB2HSV Convert red-green-blue colors to hue-saturation-value.
%   H = RGB2HSV(M) converts an RGB color map to an HSV color map.
%   Each map is a matrix with any number of rows, exactly three columns,
%   and elements in the interval 0 to 1.  The columns of the input matrix,
%   M, represent intensity of red, blue and green, respectively.  The
%   columns of the resulting output matrix, H, represent hue, saturation
%   and color value, respectively.
%
%   HSV = RGB2HSV(RGB) converts the RGB image RGB (3-D array) to the
%   equivalent HSV image HSV (3-D array).


Update : 2008-12-16 Size : 1.48kb Publisher : leohee

程序代码说明

P0201:MATLAB赋值

P0202:MATLAB中的for循环

P0203:MATLAB中的for循环和if条件

P0205:MATLAB图像处理的基本操作

P0206:MATLAB高级图像处理操作

P0207:根据RGB图像创建一幅灰度图像

P0208:二值图像的取反操作

P0209:用imshow函数显示图像

P0210:在同一个窗口内显示两幅图像

2.rar (15.23k)

程序代码说明

P0301:数字图像矩阵数据的显示及其傅立叶变换

P0302:二维离散余弦变换的图像压缩

P0303:采用灰度变换的方法增强图像的对比度

P0304:直方图均匀化

P0305:模拟图像受高斯白噪声和椒盐噪声的影响

P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波

P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波

P0308:图像的自适应魏纳滤波

P0309:运用5种不同的梯度增强法进行图像锐化

P0310:图像的高通滤波和掩模处理

P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理

P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理

程序代码说明

P0401:用Prewitt算子检测图像的边缘

P0402:用不同σ值的LoG算子检测图像的边缘

P0403:用Canny算子检测图像的边缘

P0404:图像的阈值分割

P0405:用水线阈值法分割图像

P0406:对矩阵进行四叉树分解

P0407:将图像分为文字和非文字的两个类别

P0408:形态学梯度检测二值图像的边缘

P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象

程序代码说明

P0502:计算图像中的欧拉数

程序代码说明

P0610:神经网络的实例


Update : 2009-01-02 Size : 85.92kb Publisher : wilsonwong

一个将RGB转化成YUV数据的算法,非常实用。-an RGB to YUV data into the algorithm, is very practical.
Update : 2025-02-17 Size : 1kb Publisher : 风信标

用matlab实现图像彩色空间RGB,LUV,XYZ,LAB之间的转换-Image RGB color space, LUV, XYZ, the conversion between the LAB
Update : 2025-02-17 Size : 14kb Publisher :

RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
Update : 2025-02-17 Size : 1kb Publisher : 吴俊良

DL : 1
图像色彩空间RGB到HSL的转换Matlab程序。-images to RGB color space conversion Matlab HSL procedures.
Update : 2025-02-17 Size : 2kb Publisher : cnn

一个基于RGB模式的人脸检测MATLAB源代码,希望对热衷于人脸识别方面的朋友有所帮助。-an RGB model based on the Face Detection MATLAB source code, want to Face Recognition keen on the friends help.
Update : 2025-02-17 Size : 111kb Publisher : 李琳莉

DL : 0
在二维 RGB 图像中嵌入水印,其中图像的大小和水印图像的大小可以不一致-2D RGB images embedded watermark, which images the size and the size of the watermark image can be inconsistent
Update : 2025-02-17 Size : 1kb Publisher : 王婷

对于读入的彩色图像在rgb和hsv域中进行均衡,并显示比较均衡效果-To read the color image in rgb and hsv domain balanced and shows the effect of a more balanced
Update : 2025-02-17 Size : 3kb Publisher : 王站

研究的是时空域下的水印技术.所谓时空域就是不对信号做任何频率变换而得到的信号域。对于图象载体,起信号空间也就是象素值的取值空间。单纯的谈象素实际上是不科学的,因为对同一图象点,有不同的坐标去描述它。所以,我们选择了RGB空间下的象素(RGB象素)作为分析对象,研究了基于RGB颜色空间和图象亮度空间的空域隐藏。LSB(Lest Significant Bits)的中文意思是:最不重要位,有时也称为最低有效位或简称最低位。LSB所蕴涵的信号对图象整体来说,是最不重要的。我们将这种信号在一定意义上理解为是一种冗余。这种冗余,为我们进行信息隐藏提供了宿空间。-err
Update : 2025-02-17 Size : 56kb Publisher : anlang

matlab实现由色彩图 RGB到HSI空间的转换 添加到matlab安装目录下可直接调用。付lean原图及处理后的效果图 -matlab from RGB color map to the HSI space conversion added to the matlab installation directory under the direct call. Pay lean image and effectiveness of treatment plans
Update : 2025-02-17 Size : 120kb Publisher : 小兔兔牙

DL : 0
matlab rgb to hsi conversion file. matlab rgb to hsi conversion file.-matlab rgb to hsi conversion file. matlab rgb to hsi conversion file. matlab rgb to hsi conversion file.
Update : 2025-02-17 Size : 1kb Publisher : Amala

遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好-Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better
Update : 2025-02-17 Size : 3.53mb Publisher : 项德良

RGB-CMYK by matlab sourcecode
Update : 2025-02-17 Size : 4kb Publisher : mooi

有关图像的RGB三色的合成、分离,还用到了Matlab中得gui界面的设置。-Three-color RGB images related to the synthesis, separation, also used in Matlab, was gui interface settings.
Update : 2025-02-17 Size : 245kb Publisher : chenye

该程序源代码实现了RGB-->YUV转化-RGB-->YUV
Update : 2025-02-17 Size : 7kb Publisher : Grace

传统的图像阈值分割算法是将彩色图像转换为灰度图像再进行分割。通过分析RGB颜色空间的特点,本文提出 基于RGB颜色空间的阈值分割算法,-The classical image threshold segmentation algorithm converts the color image to grayseah image before segmentation. On the base of analysis upon the characters of RGB color space
Update : 2025-02-17 Size : 441kb Publisher : 周央央

MATLAB 软件使用简介 轮廓线提取 实验2 图像轮廓线提取技术 RGB向量空间中的图像分割技术-MATLAB RGB
Update : 2025-02-17 Size : 1.83mb Publisher : UltramanWo

将.txt文件转化为RGB,里面有.txt文件,很小的一个程序,不过挺有用(Please send your feedback suggestion to me , we will reply in time, thanks and support!)
Update : 2025-02-17 Size : 7kb Publisher : 小草帽

将RGB图像转化为HSI图像。 PS.请将文件放在matlab默认路径下。(Transforming RGB image into HSI image. PS. please put the file under the default path of matlab.)
Update : 2025-02-17 Size : 427kb Publisher : 不饿了
« 12 3 4 5 6 7 8 9 10 ... 31 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.