You are here: Start » AVL.NET » Invoke.ImageCorrelationImage

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
inImageAvl.ImageInput image.
inPatternImageAvl.ImagePattern to be compared with input image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inPatternRoiAtl.Optional<Avl.Region>Range of pixels in the pattern to be processed. Default value: atl::NIL.
inCorrelationMeasureAvl.CorrelationMeasureMeasure of correlation.
outImageAvl.ImageOutput image.

See also