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
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inCorrelationMeasureAvlNet.CorrelationMeasureMeasure of correlation.
outCorrelationfloatValue of correlation of pattern and image.

Function Overrides

See also