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


