Welcome![Sign In][Sign Up]
Location:
Search - LUV

Search list

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

Description: 彩色图像的锐化处理,从RGB转到LUV颜色空间,锐化之后再转回来。-Color image sharpening processing, from RGB to LUV color space, sharpening and then come back later.
Platform: | Size: 258048 | Author: hj zhang | Hits:

[3D GraphicCIEColorTest(1)

Description: cie 颜色模型之间的转换 rbg xyz XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV-cie color model conversion between rbg xyz XYZ to Luv, RGB to XYZ, Lab to the LHC, RGB to HSV
Platform: | Size: 196608 | Author: pachong | Hits:

[Windows Developsample11

Description: and i luv u so much study more
Platform: | Size: 43008 | Author: jojo | Hits:

[Windows Developsample10

Description: and i luv u so much study more
Platform: | Size: 59392 | Author: jojo | Hits:

[Windows Developsample9

Description: and i luv u so much study more
Platform: | Size: 16384 | Author: jojo | Hits:

[Windows Developsample8

Description: and i luv u so much study more
Platform: | Size: 58368 | Author: jojo | Hits:

[Special Effectscolorspace

Description: 彩色空间模型转换程序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
Platform: | Size: 4096 | Author: 彭庆 | Hits:

[Special Effectscolorspacezhuanhuan

Description: RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from color space src to color space dest . Example: B = colorspace( HSV<-RGB ,A) Convert image A from RGB to HSV C = colorspace( YCbCr<-HSV ,B) Convert HSV to YCbCr D = colorspace( RGB<-YCbCr ,C) Convert YCbCr back to RGB
Platform: | Size: 4096 | Author: 李佳航 | Hits:

[Graph programrgb2luv

Description: 实现了图像友RGB空间转换为Luv空间,函数以RGB图像为参数,输出Luv图像-Achieved image Friends of the RGB space is converted to Luv space, function to RGB image as a parameter, the output Luv image
Platform: | Size: 1024 | Author: zhuyong | Hits:

[Special Effects10.1.1.100.6951

Description: 这是一个先把图像空间从RGB转化到LUV,然后在进行运算,使一幅图像的色彩能够传递到另外一幅图像-This is a first image space conversion from RGB to LUV, and then during operation, so that an image of the color image can be transferred to another one
Platform: | Size: 1743872 | Author: Gavin Lao | 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:

[matlabColorSpaceConverter

Description: 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -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) any other color space conversion.
Platform: | Size: 145408 | Author: Matthew | Hits:

[Special Effectsmeanshiftsegmentation

Description: 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
Platform: | Size: 360448 | Author: xiaobo | Hits:

[matlabcolorMomentRGB

Description: 颜色矩的计算 color Moment,图像处理特征提取-color Moment
Platform: | Size: 1024 | Author: ccmch | Hits:

[matlabluv2rgb.m.tar

Description: LUV to RGB function in MATLAB.
Platform: | Size: 1024 | Author: manuel | Hits:

[Special Effectswatershed-segmentation

Description: 分水岭分割算法代码;基于LUV颜色空间;C++语言编写-watershed based image segmentation algorithm
Platform: | Size: 108544 | Author: mili | Hits:

[.netluv

Description: My first project...any comments are welcome
Platform: | Size: 47104 | Author: Jonathan Swanzy | Hits:

[matlabi_lab2luv

Description: Convert from Lab to Luv.
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsColorTransform

Description: 用GDAL写的颜色变换功能 RGB和HIS\LUV\LAB之间的转换-ColorTransform code
Platform: | Size: 4096 | Author: 葛慧斌 | Hits:
« 1 2 34 »

CodeBus www.codebus.net