Home > ISET > vcamera > scene > scenePlotCIE.m

scenePlotCIE

PURPOSE ^

Gateway routine for plotting CIE functions from scene data

SYNOPSIS ^

function [udata, figNum] = scenePlotCIE(scene,dataType)

DESCRIPTION ^

Gateway routine for plotting CIE functions from scene data

       [udata, figNum] = plotSceneCIE(scene,dataType)

   Scene CIE properties are calculated and displayed in a Graph window
   The user is prompted to select a region of the scene for analysis. 

   The analyzed data are stored in the GraphWin.  The user can retrieve
   the values using udata = get(gcf,'userdata'); 

   The types of plots are chromaticity and luminance

        {'xy','chromaticity'}        -- roi of chromaticity values
        {'Y','luminance'}            -- roi of luminance values
        {'hliney','hlineluminance'}  -- luminance across a horizontal line
        {'vliney','vlineluminance'}  -- luminance across a vertical line

 Examples:
    scene = vcGetObject('scene');
    scenePlotCIE(scene,'xy');
    scenePlotCIE(scene,'luminance');

 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