Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RGB HSV matlab
Search - RGB HSV matlab - 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格式matlab程序,我自己编的
Update : 2010-11-13 Size : 196byte Publisher : fxfbfxfb

在 RGB、HSV、YCBCR三个空间,实现印章的提取,设计了MATLAB GUI界面,综合利用三空间的特点,高质量地从复杂背景中提取印章。
Update : 2011-05-18 Size : 880.17kb Publisher : nudtlijinhui

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

RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch等颜色空间相互转化的matlab实现。 -RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, Lch CIE color space such as conversion of the Implementation of Matlab.
Update : 2025-02-17 Size : 47kb 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 : 王站

DL : 0
这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar-The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH) such as color space conversion arbitrary. . rar
Update : 2025-02-17 Size : 96kb Publisher : 李远

用matlab实现color moments算法,先把rgb图像转换到HSV空间,然后计算每个分量的一二三阶矩,最后组成9维向量进行比较。-Using color moments algorithm matlab realize, first convert rgb images to HSV space, and then calculated for each component of the 123-order moments, the final composition of 9-dimensional vector for comparison.
Update : 2025-02-17 Size : 1kb Publisher : 杨红菊

Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
Update : 2025-02-17 Size : 62kb Publisher : 龙鹏

rgb颜色空间与hsi颜色空间转换的一段MATLAB代码。-a matlab code rgb space to hsi space or return.
Update : 2025-02-17 Size : 1kb Publisher : 叶伍

自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval.
Update : 2025-02-17 Size : 1kb Publisher : 杨红菊

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

色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Update : 2025-02-17 Size : 50kb Publisher : Karl Lu

1.将RGB彩色图象变换为二值图象并显示。 2.将RGB彩色图象变换为HSV彩色图象并显示。 -1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to HSV color image and display color images.
Update : 2025-02-17 Size : 2kb Publisher : 王娟

Rgb to Gray/hsv .by matlab. sourcedode
Update : 2025-02-17 Size : 2kb Publisher : mooi

The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been used, instead of the RGB space. According to that model, H(ue) dimension represents the "color", S(aturation) dimension represents the dominance of that color and the V(alue) dimension represents the brightness. Therefore, the color detection algorithm can search in terms of color position and color "purity", instead of searching for specific RGB values. We have to note here, that in order to detect the desired color, it is needed to define a tolerance in each HSV dimension. For example a tolerance equal to 0.050 in the H dimension means that the algorithm will detect pixels whose H value has a distance (from the desired value) less than 0.050.
Update : 2025-02-17 Size : 166kb Publisher : jack

DL : 0
RGB Imagen to HSV, it s a matlab file (.m) easier to understand
Update : 2025-02-17 Size : 177kb Publisher : charlie

HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
Update : 2025-02-17 Size : 1kb Publisher : 董懂

rgb颜色模型和hsv颜色模型的转化,用于数字图像处理,matlab-hsv rgb color model color model and the transformation to digital image processing, matlab
Update : 2025-02-17 Size : 1kb Publisher : 陈敏洁

使用RGB HSV HISTOGRAM检测(CBIR by RGB HSV HIstogram in order to retrieve the similar image by the lowest error between the select image and the database)
Update : 2025-02-17 Size : 159kb Publisher : 陈94
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.