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
inMonoImageAvlNet.Image
inDebayeringMethodAvlNet.DebayeringMethod
inBayerTypeAvlNet.BayerType
outRgbImageAvlNet.Image

See also