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

Invoke.AverageChannels_Weighted

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AverageChannels_Weighted
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	int inWeight1,
	int inWeight2,
	int inWeight3,
	int inWeight4,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inWeight1intWeight of the first channel.
inWeight2intWeight of the second channel.
inWeight3intWeight of the third channel.
inWeight4intWeight of the fourth channel.
outImageFil.ImageOutput image.

See also