


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.