Welcome![Sign In][Sign Up]
Location:
Search - RGB HSV matlab

Search list

[matlab咖吗滤波matlab

Description:

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).


Platform: | Size: 1517 | Author: leohee | Hits:

[GDI-Bitmap图像格式转换

Description: rgb转hsv格式matlab程序,我自己编的
Platform: | Size: 196 | Author: fxfbfxfb | Hits:

[Program docreport of seal recognization.rar

Description: 在 RGB、HSV、YCBCR三个空间,实现印章的提取,设计了MATLAB GUI界面,综合利用三空间的特点,高质量地从复杂背景中提取印章。
Platform: | Size: 901295 | Author: nudtlijinhui | Hits:

[Special Effectsrgb2hsv

Description: 实现RGB颜色空间到HSV颜色空间变换的函数。-achieve RGB color space to the HSV color space conversion function.
Platform: | Size: 1024 | Author: jjw | Hits:

[Special Effectscolorspacetransform

Description: 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.
Platform: | Size: 48128 | Author: 康康 | Hits:

[Special Effectsrgb-hsv

Description: 对于读入的彩色图像在rgb和hsv域中进行均衡,并显示比较均衡效果-To read the color image in rgb and hsv domain balanced and shows the effect of a more balanced
Platform: | Size: 3072 | Author: 王站 | Hits:

[Special Effects1

Description: 这个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
Platform: | Size: 98304 | Author: 李远 | Hits:

[Graph programcolormoments

Description: 用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.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Windows Developgray2rgb.ZIP

Description: Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
Platform: | Size: 63488 | Author: 龙鹏 | Hits:

[Special Effectsrgb2hsi

Description: rgb颜色空间与hsi颜色空间转换的一段MATLAB代码。-a matlab code rgb space to hsi space or return.
Platform: | Size: 1024 | Author: 叶伍 | Hits:

[Graph programcolor_hist256

Description: 自己编写的提取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.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Otherrgb2hsv_r

Description: matlab source code for conversion of image from RGB to HSV colorspace
Platform: | Size: 1024 | Author: ronak2018 | Hits:

[Special EffectsColorSpace

Description: 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
Platform: | Size: 51200 | Author: Karl Lu | Hits:

[Graph programrgbtohsv

Description: 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.
Platform: | Size: 2048 | Author: 王娟 | Hits:

[Special Effectsrgb_to_gray

Description: Rgb to Gray/hsv .by matlab. sourcedode
Platform: | Size: 2048 | Author: mooi | Hits:

[Speech/Voice recognition/combinecolorDetection

Description: 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.
Platform: | Size: 169984 | Author: jack | Hits:

[matlabRGBtoHSV

Description: RGB Imagen to HSV, it s a matlab file (.m) easier to understand
Platform: | Size: 181248 | Author: charlie | Hits:

[matlabHSV-histogram

Description: 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.
Platform: | Size: 1024 | Author: 董懂 | Hits:

[Special Effectshsv

Description: rgb颜色模型和hsv颜色模型的转化,用于数字图像处理,matlab-hsv rgb color model color model and the transformation to digital image processing, matlab
Platform: | Size: 1024 | Author: 陈敏洁 | Hits:

[matlabcbirRGB HSV

Description: 使用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)
Platform: | Size: 162816 | Author: 陈94 | Hits:
« 12 3 4 »

CodeBus www.codebus.net