搜索资源列表
rgbconv
- 转换函数用于RGB的转换,将RGB转换为HSL颜色空间-RGB conversion function for the conversion of RGB color space for HSL
colorspacetransform
- 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.
rgb2hsl
- 该代码完成颜色空间的转换,由RGB颜色空间向HSL颜色空间的转换.-The code completion color space conversion from RGB color space to the HSL color space conversion.
colorspace
- 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
ThreeDimensionColorModel
- 这是 一个三维颜色模型的VC++下面的MFC程序,生成三维的RGB,HSL等模型,还可以进行旋转
1
- 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
101259378luv_rgb_yuv_lab_space
- 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 alte
RGB2HSL-easy
- 色彩空间变换程序;RGB->HSL变换程序。可以借鉴。-Color space conversion process RGB-
ColorSpace
- 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
HSL
- 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
RGBandHLS
- 本实验实现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 R
HSL
- RGB转HSL 本程序将RGB值转换成HSL值。给出了具体的算法和程序源码-RGB to HSL values of the program will convert RGB values into HSL. Given the specific source of the algorithm and procedures
ColorTransform
- RGB色彩表示转换为HSL色彩表示,HSL色彩表示转换为RGB色彩表示-Said color conversion RGB color to HSL said, HSL color that is converted to RGB color that
RGB_HSL
- 颜色格式RGB与HSL之间的相互转换,经过测试,并有项目中有应用。-conversion for RGB and HSL
rgb2hslandreverse
- change rgb to hsl and reverse
colorspace
- 彩色空间模型转换程序RGB到YPbPr,YCbCr,YUV,YUV,YDbDr,JPEGYCbCr,HSV,HSL,XYZ,Lab,Luv,Lch-RGB color space model of the conversion process to YPbPr, YCbCr, YUV, YUV, YDbDr, JPEGYCbCr, HSV, HSL, XYZ, Lab, Luv, Lch
rgb2hsi
- HSI=RGB2HSI(GRB) converts an RGE lmage to HSl.-HSI=RGB2HSI(GRB) converts an RGE lmage to HSl.
colorspace
- 彩色图像的色彩空间转换,rgb ntsc hsv hsl-Color image color space conversion, rgb ntsc hsv hsl
HSL
- 用于RGB到HSL,CMYK转换并调节的SDK函数代码-For RGB to HSL, CMYK conversion and regulation function SDK code
hsl2rgb
- 从hsl颜色空间转到rgb空间,采用matlab代码填写,已封装,可以直接调用该函数(From the HSL color space to the RGB space, using matlab code to fill in, has been encapsulated, you can call the function directly)