Home > ISET > vcamera > scene > Macbeth > macbethColorError.m

macbethColorError

PURPOSE ^

Analyze color error of a MCC in the image processor window

SYNOPSIS ^

function [macbethLAB, macbethXYZ, deltaE] = macbethColorError(vci,illName)

DESCRIPTION ^

 Analyze color error of a MCC in the image processor window

   [macbethLAB, macbethXYZ, deltaE] = macbethColorError(vci)

 The user interactively identifies the position of the MCC in the image
 processor window. This routine performs several analyses of the RGB MCC
 data and plots them.  These are an analysis of the CIELAB values, the
 chromaticity (xy) values, and the L* values in the chromaticity series.
 A histogram of delta E values is also plotted.

 Example:
   vci = vcGetObject('vcimage');
   [macbethLAB, macbethXYZ] = vcimageMCCLAB(vci);

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

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