You are here: Start » AVL.NET » Invoke.ImageCorrelationImage
Computes an image of correlation between a pattern and the input image at each possible location.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ImageCorrelationImage ( Avl.Image inImage, Avl.Image inPatternImage, Optional<Avl.Region> inRoi, Optional<Avl.Region> inPatternRoi, Avl.CorrelationMeasure inCorrelationMeasure, Avl.Image outImage )
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. | ||
![]()  | inPatternRoi | Atl.Optional<Avl.Region> | Range of pixels in the pattern to be processed. Default value: atl::NIL. | ||
![]()  | inCorrelationMeasure | Avl.CorrelationMeasure | Measure of correlation. | ||
![]()  | outImage | Avl.Image | Output image. | 


