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,
	NullableRef<AvlNet.Region> inRoi,
	NullableRef<AvlNet.Region> inPatternRoi,
	AvlNet.CorrelationMeasure inCorrelationMeasure,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inPatternRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels in the pattern to be processed. Default value: atl::NIL.
inCorrelationMeasureAvlNet.CorrelationMeasureMeasure of correlation.
outImageAvlNet.ImageOutput image.

Function Overrides

See also