You are here: Start » FIL.NET » Invoke.ImageCorrelationImage
Computes an image of correlation between a pattern and the input image at each possible location.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageCorrelationImage ( Fil.Image inImage, Fil.Image inPatternImage, Optional<Fil.Region> inRoi, Optional<Fil.Region> inPatternRoi, Fil.CorrelationMeasure inCorrelationMeasure, 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. | ||
![]() | inCorrelationMeasure | Fil.CorrelationMeasure | Measure of correlation. | ||
![]() | outImage | Fil.Image | Output image. |