DeBayerTransform::setStartPattern Method

Sets the pattern to determine how the algorithm interprets the pixels of the raw image data. It has to match the pattern of the first two pixels of the first line.
Syntax:
void setStartPattern( tStartPattern pat );
Parameter Description
pat

A member of the tStartPattern enumeration.

Remarks:

You have to select the value that matches the layout of the camera's mosaic filter in front of the CCD. In general, this has to be found out by try and error because this information may be hard to find in the camera documentation.

See also: DeBayerTransform, DeBayerTransform::getStartPattern

<< DeBayerTransform