Home > ISET > imgproc > vcimageCompute.m

vcimageCompute

PURPOSE ^

Color rendering pipeline from image sensor to virtual camera image

SYNOPSIS ^

function vci = vcimageCompute(vci,isa)

DESCRIPTION ^

 Color rendering pipeline from image sensor to virtual camera image

    vci = vcimageCompute(vci,isa);

 The rendering pipeline converts image sensor array (isa) data into a
 virtual camera image (vci). This routine applies demosaic, color space
 conversion to an internal representation, color balancing and color
 conversion to a display representation (in that order).

 If the sensor is monochrome, the pipeline copies the isa data to the
 display output as a monochrome image.

 We will be writing other rendering pipelines based on different
 architectures in the future.

 This method runs on the assumption that the internal color space is
 three-dimensional.

 The processing chains repeatedly transforms the vci.data.input. Perhaps
 we should be making an array of images, keeping them all, and ultimately
 examining them separately?

 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