CircleOfConfusion:

Path: Imaging/Optics

% Computes the circle of confusion for an optical system.

 Type CircleOfConfusion for a demo.

--------------------------------------------------------------------------
   Form:
   c = CircleOfConfusion( s1, s2, f, a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s1            (1,:)   Where the camera is focused
   s2            (1,1)   True location
   f             (1,1)   Focal length
   a             (1,1)   Aperture

   -------
   Outputs
   -------
   c		      (1,:)   Circle of confusion
   m             (1,:)   Magnification

--------------------------------------------------------------------------
   References:
   http://en.wikipedia.org/wiki/Circle_of_confusion
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Imaging Module page