Table of Contents

Method ComputeECC

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ComputeECC(InputArray, InputArray, InputArray)

Computes the Enhanced Correlation Coefficient value between two images @cite EP08 .

public static double ComputeECC(InputArray templateImage, InputArray inputImage, InputArray inputMask = default)

Parameters

templateImage InputArray

single-channel template image; CV_8U or CV_32F array.

inputImage InputArray

single-channel input image to be warped to provide an image similar to templateImage, same type as templateImage.

inputMask InputArray

An optional mask to indicate valid values of inputImage.

Returns

double