DeBayerTransform::tDeBayerMode
The
tDeBayerMode
enumeration is used to set the debayering algorithm.
Constant
Description
eNearestColor
Simplest and fastest algorithm, but lesser output image quality.
eBilinear
Algorithm with both acceptable speed and image quality.
eEdgeSensing
This algorithm creates the best image quality, but is rather slow.
<< DeBayerTransform