Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab rgb2hsv
Search - matlab rgb2hsv - 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

实现RGB颜色空间到HSV颜色空间变换的函数。-achieve RGB color space to the HSV color space conversion function.
Update : 2025-02-19 Size : 1kb Publisher : jjw

DL : 0
matlab source code for conversion of image from RGB to HSV colorspace
Update : 2025-02-19 Size : 1kb Publisher : ronak2018

DL : 0
fast color conversion from RGB to HSV for matlab
Update : 2025-02-19 Size : 1kb Publisher : totor

为了避免直接对rgb图像处理时出现颜色失真,常把彩色图像由rgb空间转为hsv空间,完成相应处理后,再逆变换至rgb空间。-In order to avoid image processing directly on the rgb color distortion occurs, often the color image from the rgb space into hsv space to complete the appropriate treatment, and then inverse transform to the rgb space.
Update : 2025-02-19 Size : 1kb Publisher : 惠得

DL : 0
RGB2hsv conversion basic implement using matlab with images
Update : 2025-02-19 Size : 219kb Publisher : Aman
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.