


Compute spatial frequency support for scene in specified units
fSupport = sceneFrequencySupport(scene,units)
Various calculations, such as the OTF, require the range of spatial
frequencies in the scene supported by the sampling density.
This routine, and the company oiFrequencySupport, compute the
spatial frequency support and return it as an array.
See also: unitFrequencyList
Examples:
fSmm = sceneFrequencySupport(oi,'mm'); %cycles/millimeter
fScpd = sceneFrequencySupport(oi,'cycPerDeg');
fScpd = sceneFrequencySupport(oi);
Copyright ImagEval Consultants, LLC, 2003.