You are here: Start » FIL.NET » Invoke.BayerToRgb
Converts a Bayer-encoded color image into RGB color space.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void BayerToRgb ( Fil.Image inMonoImage, Fil.DebayeringMethod inDebayeringMethod, Fil.BayerType inBayerType, Fil.Image outRgbImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage | Fil.Image | |||
![]() | inDebayeringMethod | Fil.DebayeringMethod | |||
![]() | inBayerType | Fil.BayerType | |||
![]() | outRgbImage | Fil.Image |