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

Search list

[Special EffectsCColor_src

Description: CColor - RGB and HLS combined in one class The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous. -CColor - RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: | Size: 7490 | Author: 上官婉儿 | Hits:

[Special EffectsRGB-HLS

Description: 在一个类中实现了包括了RGB和HLS设定
Platform: | Size: 23489 | Author: wcj | Hits:

[Special Effectscolorspace

Description: 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
Platform: | Size: 4589 | Author: aresiris | Hits:

[Special EffectsCColor_src

Description: CColor - RGB and HLS combined in one class The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous. -CColor- RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: | Size: 7168 | Author: 上官婉儿 | Hits:

[Special EffectsRGB-HLS

Description: 在一个类中实现了包括了RGB和HLS设定-Realize in a class, including the RGB and HLS settings
Platform: | Size: 23552 | Author: wcj | Hits:

[Special Effectscolorspace

Description: 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换-The realization of RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch different color between the standard equipment for
Platform: | Size: 4096 | Author: aresiris | 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:

[Graph DrawingRGBandHLS

Description: 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the RGB and HLS color color conversion in this experiment, the definition of the function void HSLtoRGB (UINT hue, UINT sat, UINT light, BYTE & r, BYTE & g, BYTE & b) the realization of HSL to RGB conversion void CPaletteDlg: : RGBtoHSL (BYTE r, BYTE g, BYTE b, UINT & hue, UINT & sat, UINT & light) to achieve conversion RGB to HSL
Platform: | Size: 2870272 | Author: 伟明 | Hits:

[GUI DevelopColor

Description: A class that provides simple color manipulation in RGB and HLS space
Platform: | Size: 44032 | Author: youjie | Hits:

[Graph programcolors

Description: RGB Convert to CMYK,HLS,Lab
Platform: | Size: 185344 | Author: Alexandr | Hits:

[GUI Developcolor

Description: Recalculation of colour from RGB in HLS, HSV.
Platform: | Size: 66560 | Author: Sergey | Hits:

[OpenCVhsv_pixel_visit_hist

Description: 识别图片中各种颜色的数量并以直方图的形式呈现出结果。本程序没有使用传统的RGB空间而是采用HLS色彩空间-Identify the number of colors in the picture and in the form of the histogram shows the results. The program does not use the traditional RGB space instead of using the HLS color space
Platform: | Size: 4533248 | Author: qiouyin | Hits:

[Special EffectsRGB_To_HLS

Description: 本程序用于RGB和HLS色彩模型的转换,对于图形学的初学者有一定的帮助-The procedure for the RGB and HLS color model conversion, the graphics certainly help beginners
Platform: | Size: 479232 | Author: porsche | Hits:

[Special Effectscolorspace

Description: 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change between formats, matlab
Platform: | Size: 4096 | Author: hello | Hits:

[matlabcodes

Description: The File Contains 5 Other Source Codes include, bandpass Butterworth Filter, Gabor Bank, RGB to HLS Conversion, Image Filtering in Frequency Domain and Hough transform. I hope that s enough to make me a member. Regards. Zizi.
Platform: | Size: 2048 | Author: zizi | Hits:

[GDI-Bitmapcolor-space

Description: 这是我收集的一些关于颜色空间的资料,这些颜色空间包括RGB、YUV、CMYK、xvYCC、PhotoYCC、 HSI、HLS、HSV、CIE等-This is my collection of some of the information on color space, which include color space RGB, YUV, CMYK, xvYCC, PhotoYCC, HSI, HLS, HSV, CIE, etc.
Platform: | Size: 502784 | Author: zch | Hits:

[.netConverter_RGB-to-HLS

Description: converts RGB color to HLS
Platform: | Size: 1024 | Author: vad | Hits:

[OpenGL programLod-terrian-rgb--hls-

Description: c++ opengl实现的降级地形,高度随颜色的变化,可控制视角等-c++ opengl implementation downgrade terrain, with a high degree of color change, viewing angle can be controlled
Platform: | Size: 21621760 | Author: 贾新 | Hits:

[WEB CodeClearColor

Description: HTML, RGB and HLS color code converter
Platform: | Size: 868352 | Author: lordomega7 | Hits:

[Special EffectsRGB-HLS

Description: C++实现的RGB与HLS颜色空间互换程序,在图像处理中会经常用到,算法简单,容易理解,可直接移植的需要的地方(C++ implementation of the RGB and HLS color space exchange program, will be frequently used image processing algorithm is simple, easy to understand, can be directly transplanted takes place)
Platform: | Size: 830464 | Author: xushanfeng | Hits:

CodeBus www.codebus.net