Home > ISET > vcamera > sensor > sensorImageColorArray.m

sensorImageColorArray

PURPOSE ^

Create an image of the color filter array

SYNOPSIS ^

function [cfaN,cfaMap] = sensorImageColorArray(cfa)

DESCRIPTION ^

Create an image of the color filter array

    [cfaN,cfaMap] = sensorImageColorArray(cfa)
 
 The input is a color filter array filled with characters describing the
 filter position.  This routine returns color filter  numerical values
 (cfaN and a color map (cfaMap) describing the meaning of these number.

 See also:  sensorCheckArray, sensorDetermineCFA, sensorColorOrder

 Example:
   CFAletters = sensorDetermineCFA(vcGetObject('ISA'));
   [CFAnumbers,mp] = sensorImageColorArray(CFAletters);

 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