


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.