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

macbethSensorValues

PURPOSE ^

Extract the RGB sensor values from a Macbeth sensor image

SYNOPSIS ^

function mRGB = macbethSensorValues(sensor);

DESCRIPTION ^

 Extract the RGB sensor values from a Macbeth sensor image

   mRGB = macbethSensorValues(sensor);

 These sensor RGB values from the  can be transformed into the ideal RGB
 values for the MCC target.  We can find this transform by

   idealLRGB = mRGB L(3x3)

 The transform can be adjusted to minimize different types of errors, such
 as the achromatic series, delta E, or RMSE.  More routines will be
 developed for this purpose.  If we find the transform L in different
 circumstances, say different ambient lighting for the MCC, then we can
 build up a whole set that is appropriate for color balancing.

 See also ieMacbethSelect, macbethCompareIdeal

 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