You are here: Start » AVL.NET » AVL.BayerToRgb
Converts a Bayer-encoded color image into RGB color space.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void BayerToRgb ( AvlNet.Image inMonoImage, AvlNet.BayerType inBayerType, AvlNet.Image outRgbImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMonoImage | AvlNet.Image | |||
![]() | inBayerType | AvlNet.BayerType | |||
![]() | outRgbImage | AvlNet.Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not a 1-channel image at input of BayerToRgb. |
| DomainError | Not supported bayer type value in BayerToRgb. |


