You are here: Start » AVL.NET » AVS.ImageCorrelationImage Method

AVS.ImageCorrelationImage Method

Computes an image of correlation between a pattern and the input image at each possible location.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageCorrelationImage
(
	AvlNet.Image inImage,
	AvlNet.Image inPatternImage,
	AvlNet.CorrelationMeasure inCorrelationMeasure,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inCorrelationMeasureAvlNet.CorrelationMeasureMeasure of correlation.
outImageAvlNet.ImageOutput image.

Function Overrides

See also