Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Motion Analysis and Object Tracking » cvComputeECC

cvComputeECC


Module: OpenCV

Computes the Enhanced Correlation Coefficient value between two images.

Name Type Description
Input value inTemplateImage Image
Input value inImage Image Input image
Input value inMask Region*
Output value outResult Double

Requirements

For input inImage only pixel formats are supported: 1⨯uint8, 1⨯real.

Read more about pixel formats in Image documentation.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in AvsFilter_cvComputeECC. Supported formats: 1xUInt8, 1xReal.

Complexity Level

This filter is available on Basic Complexity Level.