You are here: Start » AVL.NET » AVL.ImageCorrelation(AvlNet.Image, AvlNet.Image, AvlNet.CorrelationMeasure, float)

AVL.ImageCorrelation(AvlNet.Image, AvlNet.Image, AvlNet.CorrelationMeasure, float)

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

inImage
Type: AvlNet.Image
Input image
inPatternImage
Type: AvlNet.Image
Pattern to be compared with input image
inCorrelationMeasure
Type: AvlNet.CorrelationMeasure
Measure of correlation
outCorrelation
Type: System.Single
Value of correlation of pattern and image

See also