You are here: Start » FIL.NET » FIS.SplitChannels Method
FIS.SplitChannels Method
Creates several monochromatic images from individual channels of the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitChannels ( FilNet.Image inImage, NullableRef<FilNet.Image> outMonoImage1, NullableRef<FilNet.Image> outMonoImage2, NullableRef<FilNet.Image> outMonoImage3, NullableRef<FilNet.Image> outMonoImage4 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outMonoImage1 | FilNet.NullableRef<FilNet.Image> | Image of the first channel. Can be null to skip this parameter calculation. | ||
![]() | outMonoImage2 | FilNet.NullableRef<FilNet.Image> | Image of the second channel (if exists). Can be null to skip this parameter calculation. | ||
![]() | outMonoImage3 | FilNet.NullableRef<FilNet.Image> | Image of the third channel (if exists). Can be null to skip this parameter calculation. | ||
![]() | outMonoImage4 | FilNet.NullableRef<FilNet.Image> | Image of the fourth channel (if exists). Can be null to skip this parameter calculation. |