Home > ISET > imgproc > vcimageSRGB.m

vcimageSRGB

PURPOSE ^

Calculate an sRGB image (vci) of a scene using current oi and sensor

SYNOPSIS ^

function vci = vcimageSRGB(sceneName)

DESCRIPTION ^

 Calculate an sRGB image (vci) of a scene using current oi and sensor

   vci = vcimageSRGB([sceneName = 'macbethD65'])

 The sceneName can be any valid argument to sceneCreate. 
 
 The scene is computed using the current oi and sensor.  If none exist,
 then the default oi and sensor are created and used. The sRGB image is
 created using an image processing step that has the properties:

   'demosaicMethod','Adaptive Laplacian'
   'colorBalanceMethod','Gray World'
   'internalCS','XYZ'
   'colorconversionmethod','MCC Optimized'

 Example:
   vci = vcimageSRGB; vcReplaceObject(vci); vcimageWindow;
   vci = vcimageSRGB('macbethD50'); vcAddAndSelectObject('vcimage',vci); vcimageWindow;
   vci = vcimageSRGB('sweep'); vcAddAndSelectObject('vcimage',vci);
   vcimageWindow;

   resultSRGB = imageGet(vci,'result');

 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