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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RgbToBayer(
	AvlNet.Image inRgbImage,
	AvlNet.BayerType inBayerType,
	out AvlNet.Image outBayerImage
)

Parameters

inRgbImage
Type: AvlNet.Image
inBayerType
Type: AvlNet.BayerType
outBayerImage
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 3-channel image at input of RgbToBayer.
DomainError Not supported bayer type value in RgbToBayer.

See also