You are here: Start » FIL.NET » FIS.AddImages_OfLoop Method
FIS.AddImages_OfLoop Method
Adds images appearing in consecutive iterations pixel by pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void AddImages_OfLoop ( FilNet.ImageCombinators_OfLoopState ioState, FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inScale, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ImageCombinators_OfLoopState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Default value: 1.0f. | |
![]() | outImage | FilNet.Image | Output image. |