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

imgSweep

PURPOSE ^

Create a sweep frequency image as a test pattern.

SYNOPSIS ^

function img = imgSweep(imSize,maxFreq)

DESCRIPTION ^

 Create a sweep frequency image as a test pattern.

     img  = imgSweep(imSize,maxFreq)

 The frequency increases across the columns; the contrast is high at the
 top row and decreases down the rows. Used by sceneWindow. 
  
Example:
  img  = imgSweep(256,16);  imagesc(img); colormap(gray); axis image
  img =  imgSweep;  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