Home > ISET > vcamera > scene > sceneGridLines.m

sceneGridLines

PURPOSE ^

Create scene comprising an array of grid lines

SYNOPSIS ^

function scene = sceneGridLines(scene,sz,lineSpacing,spectralType)

DESCRIPTION ^

Create scene comprising an array of grid lines 

   scene = sceneGridLines(scene,[sz=128],[lineSpacing=16],[spectralType='d65'])

 The grid line scene is useful for visualizing the geometric distortion of
 a lens. The spectral power distribution of the lines is set to D65 unless
 spectralType is set to 'ee' (equal energy) or 'ep' (equal photons).

 The sz parameter is the scene size and lineSpacing defines the number of
 samples between the lines.

 Examples:
  scene = sceneCreate;
  scene = sceneGridLines(scene);
  scene = sceneGridLines(scene,128,16,'ee');
  scene = sceneGridLines(scene,128,16,'ep');

 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