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


