You are here: Start » FIL.NET » FIS.ImageDifferenceImage Method
FIS.ImageDifferenceImage Method
Computes an image of differences between a moving pattern and the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageDifferenceImage ( FilNet.Image inImage, FilNet.Image inPatternImage, NullableRef<FilNet.Region> inRoi, NullableRef<FilNet.Region> inPatternRoi, FilNet.DistanceMeasure inDistanceMeasure, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPatternImage | FilNet.Image | Pattern to be compared with input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inPatternRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels in the pattern to be processed. Default value: ftl::NIL. | ||
![]() | inDistanceMeasure | FilNet.DistanceMeasure | Measure of distance. | ||
![]() | outImage | FilNet.Image | Output image. |