You are here: Start » FIL.NET » FIS.ImageCorrelation Method

FIS.ImageCorrelation Method

Computes the correlation of pattern and image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageCorrelation
(
	FilNet.Image inImage,
	FilNet.Image inPatternImage,
	FilNet.CorrelationMeasure inCorrelationMeasure,
	out float outCorrelation
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPatternImageFilNet.ImagePattern to be compared with input image.
inCorrelationMeasureFilNet.CorrelationMeasureMeasure of correlation.
outCorrelationfloatValue of correlation of pattern and image.

Function Overrides

See also