Home > ISET > metrics > exposureValue.m

exposureValue

PURPOSE ^

Compute exposure value for current optics and image sensor array

SYNOPSIS ^

function EV = exposureValue(optics,isa);

DESCRIPTION ^

Compute exposure value for current optics and image sensor array 

     EV = exposureValue(optics,isa);

  Exposure value depends on f-number and exposure duration. 

      EV = log_2( (f#)^2 / expT )

  where
   f#   is the f-number of the optics
   expT is the exposure duration in seconds

Example:
   optics = vcGetObject('optics'); ISA = vcGetObject('sensor');
   exposureValue(optics,ISA)

 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