Image Processing Toolbox User's Guide |
Return values of standard illuminants
Syntax
Description
xyz = whitepoint(string)
returns xyz
, a three-element row vector of values scaled so that Y = 1
. string
specifies the white reference illuminant. The following table lists all the possible values for string
. The default value is enclosed in braces ({}
).
xyz = whitepoint
is the same as xyz = whitepoint('icc')
.
Class Support
string
is a character array. xyz
is of class double
.
Example
This example returns the XYZ color space representation of the default white reference illuminant 'icc'
.
See also
applycform
, lab2double
, lab2uint8
, lab2uint16
, makecform
, xyz2double
, xyz2uint16
For a full list of the toolbox color space conversion functions, see Color Space Conversions.
watershed | wiener2 |
© 1994-2005 The MathWorks, Inc.