(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 81
下载积分: 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 个回复

  • matlab-roc
    roc 曲线的画法源代码 方便广大初学者应用(PLOTROC Plot receiver operating characteristic)
    2012-05-04 12:42:16下载
    积分:1
  • chaos-simulation-by-matlab
    五维超混沌系统反同步仿真,基于matlab的simulink,实时同步(The anti- synchronization of a five-dimensional hyperchaotic system by matlab)
    2012-07-20 09:46:09下载
    积分:1
  • 计算振动信号各种参数的实验
    本程序是计算振动信号各种参数的实验程序。 主要功能是计算均值、标准差、方差、偏斜度、峭度、峰峰值、方根幅值、平均幅值、峰值、波形指标、峰值指标、脉冲指标、裕度指标。(This procedure is experimental procedure of the calculation of the various parameters of the vibration signal. The main function is to calculate the mean, standard deviation, variance, skewness, kurtosis, peak-to-peak, the square root of the amplitude, average amplitude, peak waveform indicators and peak indicators, pulse indicators, margin index.)
    2020-07-01 04:20:01下载
    积分:1
  • guandao1
    惯性导航误差分析程序可以做误差曲线图像,可以模拟真实系统的误差特性(Inertial navigation error analysis program can make the error curve of the image, you can simulate the real system error characteristic)
    2007-08-29 19:24:04下载
    积分:1
  • MATLABMINGLING
    MATLAB命令大全,非常简单实用的教程。适合初学者使用,()
    2008-04-10 11:03:27下载
    积分:1
  • n-bus-Power-Flow-Solver-2
    DESCRIPTION: This Matlab algorithm performs many tasks associated with power system analysis. First, it has the ability to perform both fully coupled and dc power flow analysis. Second, it has the ability to create measurements (with user-defined error) to be used as input for state estimation. Third, it has the ability to perform state estimation - allowing the user to examine how the placement of measurement devices as well as magnitude of distibution of measurement error affect the discrepency between power flow and state estimation results. In essence, it provides the user with a complete package for the study of both power flow and state estimation in n-bus power systems.
    2013-03-18 22:12:03下载
    积分:1
  • cma
    光纤信道盲均衡CMA算法,MATLAB开发环境,比较通用的一种算法(Fibre Channel CMA blind equalization algorithms, MATLAB development environment, more generic algorithm)
    2014-11-23 08:50:11下载
    积分:1
  • 局部二值模式LBP
    lbp实现图像的特征提取,可得到图像的直方图特征。(LBP realizes the image feature extraction, and can get the histogram features of the image)
    2017-11-20 15:24:05下载
    积分:1
  • PID_Lab
    国外MATLAB中使用PID控制的实验资料,里面包含了实验的所有源码和实验内容说明,非常有助于学习pid 控制的学习和理解(MATLAB abroad PID control of the use of experimental data, which includes all experimental and experimental content source that is very conducive to learning pid control of learning and understanding)
    2009-07-16 04:54:17下载
    积分:1
  • dir2par
    %直接型到并联型的转换 % %[C,B,A]=dir2par(b,a) %C为当b的长度大于a时的多项式部分 %B为包含各bk的K乘2维实系数矩阵 %A为包含各ak的K乘3维实系数矩阵 %b为直接型分子多项式系数 %a为直接型分母多项式系数 % ( Directly to the shunt-type conversion [C, B, A] = dir2par (b, a) C for when the b is greater than the length of a polynomial when part of B to include the bk of the K x 2 Victoria real coefficient matrix A contains the ak for the K x 3-dimensional real coefficient matrix b-type elements for direct polynomial coefficients a direct-type denominator polynomial coefficients)
    2006-11-05 10:32:51下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载