Home > ISET > utility > image > imageDataXYZ.m

imageDataXYZ

PURPOSE ^

Return the XYZ values of display data

SYNOPSIS ^

function dataXYZ = imageDataXYZ(vci,roiLocs)

DESCRIPTION ^

Return the XYZ values of  display data 

    dataXYZ = imageDataXYZ(vci,[roiLocs])

    The data are contained in the result field.  If roiLocs are passed in,
    the data are returned in XW format.  If roiLocs are not passed in, the
    data are returned in RGB (r,c,w)-format .

 Example:
   [val,vci] = vcGetSelectedObject('VCIMAGE');
   xyzRGB = imageDataXYZ(vci);
      
   roiLocs = vcROISelect(vci);
   xyzXW = imageDataXYZ(vci,roiLocs);

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003