Home > ISET > vcamera > scene > imgtargets > imgMackay.m

imgMackay

PURPOSE ^

Create a MacKay chart spatial pattern.

SYNOPSIS ^

function img = imgMackay(radialFrequency,imSize)

DESCRIPTION ^

 Create a MacKay chart spatial pattern. 

   img  = imgMackay(radialFrequency,imSize)

 The Mackay chart has lines at many angles and increases in spatial
 frequency from periphery to center.  This routine is called in creating
 the Mackay scene (sceneWindw).
  
 Examples
  img =  imgMackay;  imagesc(img); colormap(gray); axis image
  img  = imgMackay(12,256);  imagesc(img); colormap(gray); axis image

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003