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

FIS.AverageChannels_Weighted Method

Creates a monochromatic image from weighted averages of the input image channels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AverageChannels_Weighted
(
	FilNet.Image inImage,
	int inWeight1,
	int inWeight2,
	int inWeight3,
	int inWeight4,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inWeight1intWeight of the first channel.
inWeight2intWeight of the second channel.
inWeight3intWeight of the third channel.
inWeight4intWeight of the fourth channel.
outImageFilNet.ImageOutput image.

Function Overrides

See also