You are here: Start » FIL.NET » FIS.BayerToRgb Method

FIS.BayerToRgb Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BayerToRgb
(
	FilNet.Image inMonoImage,
	FilNet.DebayeringMethod inDebayeringMethod,
	FilNet.BayerType inBayerType,
	FilNet.Image outRgbImage
)

Parameters

Name Type Range Default Description
inMonoImageFilNet.Image
inDebayeringMethodFilNet.DebayeringMethod
inBayerTypeFilNet.BayerType
outRgbImageFilNet.Image

See also