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

Invoke.BayerToRgb

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageFil.Image
inDebayeringMethodFil.DebayeringMethod
inBayerTypeFil.BayerType
outRgbImageFil.Image

See also