Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - rgb matlab
Search - rgb matlab - List
rgb 绘图问题 是matlab方面的
Update : 2008-10-13 Size : 2.54kb Publisher : 王君

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

数字图像处理中关于色彩空间变换的实现,色彩空间包括:YUV,YCbCr,Iab,RGB,XYZ等等。-Digital Image Processing for color space conversion in the color space include : YUV, YCbCr, Iab, RGB, XYZ and so on.
Update : 2025-02-17 Size : 249kb 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格式的图像转换为.yuv格式的图像,.yuv格式的图像按4:2:0采样-will. Rgb format conversion of images. YUV format images. YUV format image with 4:2:0 sampling
Update : 2025-02-17 Size : 1kb 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

DL : 0
用FCM算法实现图像分割(图像源可以是灰度、索引和RGB图像)-FCM image segmentation algorithm (image source can be gray, indexes and RGB images)
Update : 2025-02-17 Size : 1kb Publisher : 温智

一个基于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 : 王婷

DL : 0
rgb转换为XYZ色彩空间,使用matlab实现-rgb converted to XYZ color space, using Matlab to achieve
Update : 2025-02-17 Size : 1.34mb Publisher : jiajia

本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
Update : 2025-02-17 Size : 1kb Publisher : 宋军

实现RGB格式与HSI格式的互相转换,在Matlab软件中编程实现-achieve HSI RGB format and the format of mutual exchange, and the Matlab software programming! !
Update : 2025-02-17 Size : 2kb 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-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

DL : 0
关于rgb人脸肤色分割的matlab程序-About Face Skin Segmentation rgb matlab program
Update : 2025-02-17 Size : 1kb Publisher : 赵晓

DL : 0
lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)
Update : 2025-02-17 Size : 1kb Publisher : Christin
« 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.