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