Home > ISET > imgproc > vcImageCreate.m

vcImageCreate

PURPOSE ^

Create a virtual camera image (vci) structure with various default fields.

SYNOPSIS ^

function vci = vcImageCreate(vciName,sensor,displaySPD)

DESCRIPTION ^

Create a virtual camera image (vci) structure with various default fields.

   vci = vcImageCreate(vciName,sensor,[displaySPD])
    
 The values of several of these fields are drawn from the image sensor
 array (sensor).  The display model is initiated as an sRGB colorimetry.

 The displaySPD data must match the wavelength sampling of the sensor, or
 the default spectrum if there is no sensor.

 Example:
  vci = vcImageCreate;
  vci = vcImageCreate('sRGB');

 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