Welcome![Sign In][Sign Up]
Location:
Search - HSV TO R

Search list

[Special Effectscolor_change

Description: 提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylindrical, and the colors are defined inside a hexcone. The hue value H runs from 0 to 360º . The saturation S is the degree of strength or purity and is from 0 to 1. Purity is how much white is added to the color, so S=1 makes the purest color (no white). Brightness V also ranges from 0 to 1, where 0 is the black. There is no transformation matrix for RGB/HSV conversion, but the algorithm follows: -provide all the color conversion VC source. RGB to HSV
Platform: | Size: 957 | Author: 大海 | Hits:

[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:

[Special Effectscolor_change

Description: 提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylindrical, and the colors are defined inside a hexcone. The hue value H runs from 0 to 360º . The saturation S is the degree of strength or purity and is from 0 to 1. Purity is how much white is added to the color, so S=1 makes the purest color (no white). Brightness V also ranges from 0 to 1, where 0 is the black. There is no transformation matrix for RGB/HSV conversion, but the algorithm follows: -provide all the color conversion VC source. RGB to HSV
Platform: | Size: 1024 | Author: 大海 | Hits:

[Special EffectsRGB_HSV_RGB_HSI

Description: 图像颜色空间转换的源码,可实现RGB转HSV和RGB转HSI。-image color space conversion source code, can be realized RGB and HSV to RGB to HSI.
Platform: | Size: 2048 | Author: 天外沙 | Hits:

[Special EffectsColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。 -ColorPicker is a application base on the dialog, it include following function: 1. Color Edit function The user can adjust R/G/B value to edit color by it, also adjust H/S/V value to select color by it. The color panel will get the result immediately. 2. The transform between RGB color space with HSV color space. 3. color collect It include panel collect and displayer collect
Platform: | Size: 194560 | Author: xuyss | Hits:

[source in ebookColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。-ColorPicker is a dialog-based application that has the following functions: 1. Color Edit function Users can adjust R, G, B color value to edit, also by adjusting the H, S, V to select the color value. Edit color of the results will be immediately fed back to the color panel and color preview box. 2.RGB color space and HSV color space conversion When changing the RGB values will be the corresponding HSV values, and display, and vice versa. 3. Check color function Check color features include "access panel color" and "color screen check." Color panel is the user can check in the color panel, click the left mouse button, select the goal expressed by a point color. Check color screen is the screen allows the user to access any point on the color value. Users can mouse over the color to obtain the necessary places, and then press a button or A button that can get the color value of points.
Platform: | Size: 61440 | Author: mike | Hits:

[Graph program101259378luv_rgb_yuv_lab_space_convert(2)

Description: Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: | Size: 4096 | Author: 张灯结 | Hits:

[Special EffectsColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能-ColorPicker is a dialog-based application that has the following features: 1. Color editing functions users can adjust R, G, B values to edit the color, also by adjusting the H, S, V values to select colors . The result of editing the color will immediately be fed back to the color panel and color preview box. 2.RGB color space and HSV color space conversion of RGB values when the change would be the corresponding HSV values, and display, and vice versa. 3. Check color function
Platform: | Size: 54272 | Author: luo gang | Hits:

[Special EffectsColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。 -ColorPicker is a dialog-based application that has the following functions: 1. Color edit function Users can adjust R, G, B values to edit the color, also by adjusting the H, S, V to select the color value. The result of editing the color will immediately be fed back to the color panel and color preview box. 2.RGB color space and HSV color space conversion When changing the RGB values will be the corresponding HSV values, and display, and vice versa. 3. Check color function Check color features include "access panel color" and "color screen check." Color panel is the user can check the color panel, click the left mouse button, select target points expressed by a color. Check color screen is the screen allows the user to access any point on the color value. Users can mouse over the need to obtain the local color, and then press a button or A button that can get the color value of that point.
Platform: | Size: 54272 | Author: 孙娜 | Hits:

[Special EffectsColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能-ColorPicker is a dialog-based application, it has the following features: 1. Color editing functions users can adjust R, G, B values to edit the color, also by adjusting the H, S, V values to select the color . Color editing results will be immediately fed back into the color panel and color preview box. 2.RGB color space and HSV color space conversion of RGB when the change in value, will be the corresponding HSV values, and to display and vice versa. 3. Take-color function
Platform: | Size: 60416 | Author: 胡雪婷 | Hits:

[Special Effectsvs2005ColorPicker

Description: ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。-ColorPicker is a dialog-based application that has the following features: 1. Color editing can be adjusted by the user R, G, B values ​ ​ to edit the color, also by adjusting the H, S, V values ​ ​ to select colors . The results will be immediately edit the color back to the color palette and color preview box. 2.RGB HSV color space and color space conversion of RGB values ​ ​ when the change will be the corresponding HSV values, and display, and vice versa.
Platform: | Size: 61440 | Author: 王高明 | Hits:

[Special Effectschenggongchengxu

Description: rgb to HSV,很有用,调试成功,可以应用-rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma
Platform: | Size: 1024 | Author: 陈晓 | Hits:

[ApplicationsExploreRGB

Description: Takes as an input an RGB image (or the name/path of an RGB image) and creates a figure in which you can see side-by-side the original, the grayscale (RGB2GRAY), and the individual R,G, and B color planes. Advanced mode also displays some colorspace conversions (HSV, YCbCr, L*a*b*) of the image. Click on any image to expand it (requires expandAxes) and then right-click to export image to base workspace. This is a very simple but useful utility for deciding, for instance, how you want to process/segment a color image.
Platform: | Size: 131072 | Author: Akshay | Hits:

[Special Effectsskindect

Description: 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space, the distribution of skin color is more concentrated, have better sex with other distinguishable color scene, you can use the model to describe or samples to determine the method of learning. Differences in skin color image is mainly caused by light, in the detection consider only the chrominance information, you can reduce the effects of light, so that the distribution of color become more concentrated. By detecting an area of skin, the face can reduce the search range, to improve the detection speed. HSV space is a non-linear transformation of the RGB color space, it is a strong correlation between the original R, G, B values are converted to a weak correlation of H, S, V values, H and S component and the way people feel consistent color . HSV color space model can be used to describe a conical space
Platform: | Size: 1890304 | Author: xc | Hits:

[Graph Recognize第1章

Description: 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color space coordinate systems in color image processing, the most common is RGB space. The rest include HSV space, YCrCb space, YIQ space, and YUV space, all of which can be converted from RGB space. In most cases, the image information is stored in the RGB color system, but in the face color analysis, because the RGB color R, G, B three color components include brightness information, there is a strong correlation between, generally not suitable for skin treatment. So in general, before the skin color area is detected, the RGB color system should be converted to other color systems instead of using the RGB color space directly.)
Platform: | Size: 17408 | Author: 化十 | Hits:

[Otherys

Description: 相关色彩模式知识: HSV颜色空间 HSV(hue,saturation,value)颜色空间的模型对应于圆柱坐标系中的一个圆锥形子集,圆锥的顶面对应于V=1. 它包含RGB模型中的R=1,G=1,B=1 三个面,所代表的颜色较亮。色彩H由绕V轴的旋转角给定。红色对应于 角度0° ,绿色对应于角度120°,蓝色对应于角度240°。在HSV颜色模型中,每一种颜色和它的补色相差180° 。 饱和度S取值从0到1,所以圆锥顶面的半径为1。HSV颜色模型所代表的颜色域是CIE色度图的一个子集,这个 模型中饱和度为百分之百的颜色,其纯度一般小于百分之百。在圆锥的顶点(即原点)处,V=0,H和S无定义, 代表黑色。圆锥的顶面中心处S=0,V=1,H无定义,代表白色。从该点到原点代表亮度渐暗的灰色,即具有不同 灰度的灰色。对于这些点,S=0,H的值无定义。可以说,HSV模型中的V轴对应于RGB颜色空间中的主对角线。 在圆锥顶面的圆周上的颜色,V=1,S=1,这种颜色是纯色。HSV模型对应于画家(Knowledge of color patterns: HSV color space HSV (hue, saturation, value) color space model corresponds to a conical subset in cylindrical coordinate system, the corresponding top cone in V=1. which contains the RGB model of R=1, G=1, B=1 three, the color is bright. The color H is given by the rotation angle around the V axis. The red corresponds to the angle 0 degrees, the green corresponds to the angle 120 degrees, the blue corresponds to t)
Platform: | Size: 6144 | Author: 衣囖 | Hits:

CodeBus www.codebus.net