Home > ISET > vcamera > scene > scenePad.m

scenePad

PURPOSE ^

Pad the data in an optical image with zeros, usually prior to applying OTF

SYNOPSIS ^

function oi = scenePad(oi,padSize)

DESCRIPTION ^

Pad the data in an optical image with zeros, usually prior to applying OTF

     oi = scenePad(oi,padSize)

 For optics calculations we need to pad the size (to avoid edge wrapping).
 Here we pad the spatial dimensions and adjust the horizontal field of
 view accordingly.

 Yes, I know, this should be called oiPad.  Will change some day.
   
 Example:
   oi = scenePad(oi,[8,8,0]);

 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