You are here: Start » FIL.NET » Invoke.ImageCorrelation

Invoke.ImageCorrelation

Computes the correlation of pattern and image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageCorrelation
(
	Fil.Image inImage,
	Fil.Image inPatternImage,
	Optional<Fil.Region> inRoi,
	Fil.CorrelationMeasure inCorrelationMeasure,
	out float outCorrelation
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inPatternImageFil.ImagePattern to be compared with input image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inCorrelationMeasureFil.CorrelationMeasureMeasure of correlation.
outCorrelationfloatValue of correlation of pattern and image.

See also