Home > ISET > vcamera > scene > sceneSpatialSupport.m

sceneSpatialSupport

PURPOSE ^

Calculate the spatial positions of the scene sample locations

SYNOPSIS ^

function sSupport = sceneSpatialSupport(scene,units)

DESCRIPTION ^

Calculate the spatial positions of the scene sample locations

     sSupport = sceneSpatialSupport(scene',[units = 'meters'] )

 Determine the spatial positions of the sample positions (spatial support)
 of a scene.  These values correspond to position the scene. The default
 spatial units are returned as part of a structure in x and y positions in
 meters.

 See also: oiSpatialSupport

 Examples:
  sSupportmm = sceneSpatialSupport(scene,'millimeters');
  sSupportum = sceneSpatialSupport(scene,'microns');
  sSupportm  = sceneSpatialSupport(scene);

 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