You are here: Start » AVL.NET » AVL.BayerToRgb(AvlNet.Image, AvlNet.BayerType, AvlNet.Image)

AVL.BayerToRgb(AvlNet.Image, AvlNet.BayerType, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void BayerToRgb(
	AvlNet.Image inMonoImage,
	AvlNet.BayerType inBayerType,
	out AvlNet.Image outRgbImage
)

Parameters

inMonoImage
Type: AvlNet.Image
inBayerType
Type: AvlNet.BayerType
outRgbImage
Type: AvlNet.Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

Error type Description
DomainError Not a 1-channel image at input of BayerToRgb.
DomainError Not supported bayer type value in BayerToRgb.

See also