Home > ISET > vcamera > opticalImage > oiPlotCIE.m

oiPlotCIE

PURPOSE ^

Gateway routine for plotting CIE data from optical image.

SYNOPSIS ^

function [udata, figNum] = oiPlotCIE(oi,dataType)

DESCRIPTION ^

Gateway routine for plotting CIE data from optical image. 

  [udata, figNum] = oiPlotCIE(oi,dataType)

Purpose:
   Graph  optical image properties (Luminance, chromaticity coordinates)
   from an ROI.  The user is prompted to select the ROI in the OI window.

   The plotted values can be obtained from the GraphWin using
           
       udata = get(gcf,'userdata');

 Examples:
   [udata, figNum] = oiPlotCIE(oi,'chromaticity')
   [udata, figNum] = oiPlotCIE(oi,'illuminance')

 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