DebayeringMethod

Description

Determines what method of decoding a Bayer-encoded image will be used.

Values of this enumeration:

  • Bilinear - Bilinear interpolation in a 3x3 window. This is the fastest and lowest quality method.
  • HQLinear - High quality linear interpolation in a 5x5 window.
  • Gradients - Interpolation with a variable number of gradients in a 5x5 window. This is the slowest and highest quality method.