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


