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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inWeight1 | int | Weight of the first channel. | ||
![]() | inWeight2 | int | Weight of the second channel. | ||
![]() | inWeight3 | int | Weight of the third channel. | ||
![]() | inWeight4 | int | Weight of the fourth channel. | ||
![]() | outImage | FilNet.Image | Output image. |