You are here: Start » FIL.NET » FIS.ImageCorrelation Method
FIS.ImageCorrelation Method
Computes the correlation of pattern and image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageCorrelation ( FilNet.Image inImage, FilNet.Image inPatternImage, FilNet.CorrelationMeasure inCorrelationMeasure, out float outCorrelation )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPatternImage | FilNet.Image | Pattern to be compared with input image. | ||
![]() | inCorrelationMeasure | FilNet.CorrelationMeasure | Measure of correlation. | ||
![]() | outCorrelation | float | Value of correlation of pattern and image. |