You are here: Start » FIL.NET » Invoke.ImageCorrelation
Computes the correlation of pattern and image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageCorrelation ( Fil.Image inImage, Fil.Image inPatternImage, Optional<Fil.Region> inRoi, Fil.CorrelationMeasure inCorrelationMeasure, out float outCorrelation )
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. | ||
![]() | inCorrelationMeasure | Fil.CorrelationMeasure | Measure of correlation. | ||
![]() | outCorrelation | float | Value of correlation of pattern and image. |