(Convertacolorimagebetweencolorrepresentations.B=COLORSPACE(S,A)convertsthecolorrepresentationofimageAwhereSisastringspecifyingtheconversion.Stellsthesourceanddestinationcolorspaces,S='dest<-src',oralternatively,S='src->dest'.Supportedcolorspacesare'RGB'R'G'B'RedGreenBlue(ITU-RBT.709gamma-corrected)'YPbPr'Luma(ITU-RBT.601)+Chroma'YCbCr'/'YCC'Luma+Chroma("digitized"versionofY'PbPr)'YUV'NTSCPALY'UVLuma+Chroma'YIQ'NTSCY'IQLuma+Chroma'YDbDr'SECAMY'DbDrLuma+Chroma'JPEGYCbCr'JPEG-Y'CbCrLuma+Chroma'HSV'/'HSB'HueSaturationValue/Brightness'HSL'/'HLS'/'HSI'HueSaturationLuminance/Intensity'XYZ'CIEXYZ'Lab'CIEL*a*b*(CIELAB)'Luv'CIEL*u*v*(CIELUV)'Lch'CIEL*ch(CIE) - IMDN开发者社群-imdn.cn">
登录
首页 » matlab » 101259378luv_rgb_yuv_lab_space_convert(2)

101259378luv_rgb_yuv_lab_space_convert(2)

于 2009-04-13 发布 文件大小:4KB
0 173
下载积分: 1 下载次数: 84

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ARmatlab
    AR算法的matlab程序代码,自己写的,比较实用,欢迎批评指正(AR matlab codes wrote by myself)
    2009-12-02 02:31:54下载
    积分:1
  • main
    这个代码实现了白噪声下的不同的调制和解调的性能比较(This code implements a different white noise under the Performance Comparison of modulation and demodulation。)
    2010-06-17 15:30:53下载
    积分:1
  • curve
    various curve using matlab
    2014-11-25 10:00:30下载
    积分:1
  • MATLAB_ANN_30
    30个例程,非常好用,带有bp,GA,PSO等多种常见算法和模型,别看小,保证是全的(30 routines, very easy to use, with bp, GA, PSO and other common algorithms and models, do not look small, guaranteed to be full of)
    2021-02-05 19:29:56下载
    积分:1
  • bubble-grey
    自己编写求取细通道内气泡长度信息,先转化为灰度图,再求取长度(I have written to strike a fine bubbles channel length information, first converted to grayscale, and then calculate the length of the)
    2013-11-14 16:16:55下载
    积分:1
  • Circuit_Analysis_I_with_MATLAB
    Circuit Analysis I with MATLAB
    2009-05-01 20:43:14下载
    积分:1
  • lpcfit
    提取语音信号的lpc参数可调用lpcfit.m 程序(voice signal from the lpc parameters of available procedures lpcfit.m)
    2007-04-22 16:01:52下载
    积分:1
  • cofactor
    this function used to calculate COFACTOR
    2012-10-03 22:29:56下载
    积分:1
  • chap
    ex9_1 脉冲信号调制 ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图 ex9_3 产生7位巴克码编码的二相码 ex9_4 产生7位巴克码和线性调频的混合调制信号 ex9_5 瑞利分布实现程序 ex9_6 瑞利分布+杂波 ex9_7 相关对数正态分布杂波 ex9_8 相关weibull分布杂波 ex9_9 相干相关K分布杂波 ex9_10 线性调频信号的数字化正交解调 ex9_11 雷达脉冲压缩处理 ex9_12 二相编码信号的脉压处理 ex9_13 用FFT和FIR方法实现MTD处理 ex9_14 雷达的恒虚警处理(CFAR) ex9_15 比较相参积累和非相参积累(Two-phase pulse ex9_12 shrinking treatment coded signal processing using FFT and FIR ex9_13 MTD processing methods to achieve ex9_14 radar CFAR (CFAR) ex9_15 relatively coherent and non-coherent integration accumulation)
    2014-01-12 20:47:32下载
    积分:1
  • HHT-DPS-WhitePaper
    Hilbert-Huang变换-DPS-WhitePaper,(Hilbert-Huang Transform-DPS-WhitePaper,)
    2009-01-13 10:24:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载