Home > ISET > imgproc > vcimageMCCLAB.m

vcimageMCCLAB

PURPOSE ^

Estimate MCC LAB values from image processor data

SYNOPSIS ^

function [macbethLAB, macbethXYZ] = vcimageMCCLAB(vci)

DESCRIPTION ^

Estimate MCC LAB values from image processor data

  [macbethLAB, macbethXYZ] = vcimageMCCLAB(vci)

 The white patch is treated as the image white point.  The model display
 attached to the vci is used to calculate the calibrated display image
 values. 

 Examples:
  [macbethLAB, macbethXYZ] = vcimageMCCLAB(vci);
  clf; plot3(macbethLAB(:,1),macbethLAB(:,2),macbethLAB(:,3),'o')
  xy = chromaticity(macbethXYZ);
  clf; plot(xy(:,1),xy(:,2),'o'); hold on; plotSpectrumLocus; grid on
  plot(macbethLAB(:,2), macbethLAB(:,3),'o'); xlabel('a'); ylabel('b')

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003