Home > ISET > vcamera > scene > sceneAdjustLuminance.m

sceneAdjustLuminance

PURPOSE ^

Scale scene mean luminance to meanL

SYNOPSIS ^

function scene = sceneAdjustLuminance(scene,meanL)

DESCRIPTION ^

Scale scene mean luminance to meanL

  scene = sceneAdjustLuminance(scene,meanL)

 The photon level in the scene structure is multiplied so that the  mean
 luminance level is meanL, rather than the current level.   The fields
 scene.data.luminance and scene.data.meanL are updated as well. 

Example:

 scene = vcGetObject('scene');
 scene = sceneAdjustLuminance(scene,100);  % Set to 100 cd/m2.

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003