Home > ISET > plots > plotDisplayColor.m

plotDisplayColor

PURPOSE ^

Gateway plotting routine for processor window color analysis

SYNOPSIS ^

function plotDisplayColor(vci,dataType)

DESCRIPTION ^

Gateway plotting routine for processor window color analysis

  plotDisplayColor(vci,dataType)

 The user selects a region of a display image.  This routine plot the distribution of
 color values of various types.  

  Current types of data plots

       {'rgb'}               - Digital rgb values
       {'chromaticity'}      - Display chromaticities
       {'luminance'}         - Display luminance
       {'cielab'}            - CIELAB values w.r.t the image white point
       {'cieluv'}            - CIELUV values w.r.t. the image white point.

 The selected values are stored in the userdata area of the plot window,
 that is, get(gcf,'userdata') will return the values.

 If vci is empty, then the currently selected processor data (vci) is
 used.

 Examples:
  vci = vcGetObject('vci');
  plotDisplayColor(vci,'xy'); userData = get(gcf,'UserData');

  plotDisplayColor([],'luminance')
  plotDisplayColor([],'cielab')

 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