You are here: Start » FIL.NET » FIS.MinimumImage_OfLoop Method
FIS.MinimumImage_OfLoop Method
Computes the minimum of images appearing in consecutive iterations pixel by pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MinimumImage_OfLoop ( FilNet.ImageCombinators_OfLoopState ioState, FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, 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. | ||
![]() | outImage | FilNet.Image | Output image. |