Home > ISET > vcamera > sensor > sensorCreate.m

sensorCreate

PURPOSE ^

Create an image sensor array structure

SYNOPSIS ^

function ISA = sensorCreate(isaName, PIXEL)

DESCRIPTION ^

Create an image sensor array structure

      ISA = sensorCreate(isaName, [PIXEL])

 The sensor array uses a pixel definition that can be specified in the
 parameter PIXEL. If this is not passed in, a default PIXEL is created
 and returned.  

 Types of sensors

      {'bayer (grbg)'}
      {'bayer (rggb)'}
      {'bayer (ycmy)'}
      {'bayer (cyym)'}
      {'fourcolor-grbc'}
      {'monochrome'}
      {'human'}
         
 See also:  sensorCreateIdeal

 Examples
  ISA = sensorCreate;
  ISA = sensorCreate('bayer (ycmy)');
  ISA = sensorCreate('bayer (rggb)');
  ISA = sensorCreate('default');
  ISA = sensorCreate('Monochrome');
  cone = pixelCreate('humancone'); ISA = sensorCreate('Monochrome',cone);
  ISA = sensorCreate('human');
  ISA = sensorCreate('fourColor');

 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