资源简介

利用matlab,很好的画出了色域,个人自己写出的算法

资源截图

代码片段和文件信息

function [lambda xFcn yFcn zFcn] = colorMatchFcn(formulary)
%colorMatchFcn  Popular color matching functions.
%
%    [LAMBDA XFCN YFCN ZFCN] = colorMatchFcn(FORMULARY) returns the
%    color matching functions XFCN YFCN and ZFCN at each wavelength in
%    the vector LAMBDA.  FORMULARY is a string specifying which set of
%    color matching functions to return.  Supported color matching
%    functions are given below:
%
%    CIE_1931   CIE 1931 2-degree XYZ
%    1931_FULL  CIE 1931 2-degree XYZ  (at 1nm resolution)
%    CIE_1964   CIE 1964 10-degree XYZ
%    1964_FULL  CIE 1964 10-degree XYZ (at 1nm resolution)
%    Judd       CIE 1931 2-degree XYZ modified by Judd (1951)
%    Judd_Vos   CIE 1931 2-degree XYZ modified by Judd (1951) and Vos (1978)
%    Stiles_2 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      98710  2011-04-18 16:06  Color Gamut\colorMatchFcn.m

     文件        776  2011-04-18 16:18  Color Gamut\Convet.m

     目录          0  2011-04-18 16:21  Color Gamut

----------- ---------  ---------- -----  ----

                99486                    3


评论

共有 条评论