Home > ISET > human > humanConeMosaic.m

humanConeMosaic

PURPOSE ^

Create a spatial representation of the human cone mosaic

SYNOPSIS ^

function coneMosaic = humanConeMosaic(sz)

DESCRIPTION ^

Create a spatial representation of the human cone mosaic

    coneMosaic = humanConeMosaic(sz)

 This routine creates a spatial array (matrix) to represent cone
 positions.  The entries of 1,2 or 3 to denote L,M or S cone type. 

 The current routine is just a random number generator.  With the new data
 from the Williams lab, however, we will be able to use better models and
 real human data.  These data have been downloaded locally, but they have
 not yet been integrated into the ISET distribution.

Example:
 coneMosaic = humanConeMosaic;
 coneMap = [ 1,0,0 ; 0,1,0; 0,0,1;];
 image(coneMosaic); colormap(coneMap);

 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