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