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.BayerType inBayerType,
	AvlNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inMonoImageAvlNet.Image
inBayerTypeAvlNet.BayerType
outRgbImageAvlNet.Image

See also