You are here: Start » AVL.NET » Invoke.ImageCorrelation
Computes the correlation of pattern and image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ImageCorrelation ( Avl.Image inImage, Avl.Image inPatternImage, Optional<Avl.Region> inRoi, Avl.CorrelationMeasure inCorrelationMeasure, out float outCorrelation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inPatternImage | Avl.Image | Pattern to be compared with input image. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | inCorrelationMeasure | Avl.CorrelationMeasure | Measure of correlation. | ||
![]()  | outCorrelation | float | Value of correlation of pattern and image. | 


