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


