You are here: Start » AVL.NET » Invoke.BayerToRgb

Invoke.BayerToRgb

Converts a Bayer-encoded color image into RGB color space.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BayerToRgb
(
	Avl.Image inMonoImage,
	Avl.DebayeringMethod inDebayeringMethod,
	Avl.BayerType inBayerType,
	Avl.Image outRgbImage
)

Parameters

Name Type Range Default Description
inMonoImageAvl.Image
inDebayeringMethodAvl.DebayeringMethod
inBayerTypeAvl.BayerType
outRgbImageAvl.Image

See also