Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Assertions » AssertImageEqualTo

AssertImageEqualTo


Module: FoundationLite

Asserts that two images are equal or differ by a small given margin.

Name Type Range Description
Input value inImage Image Input image
Input value inExpectedImage Image
Input value inMaxDifference Real 0.0 - Maximum absolute difference between a specific pixel of the two images
Input value inDescription String
Input value inEpsilon Real 0.0 - Maximum allowed difference, significant. InEpsilon will be multiplied by 10^inEpsilonScale before checking the difference
Input value inEpsilonScale Integer

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 Input images have different pixel formats in AssertImageEqualTo.
DomainError Input images have different sizes in AssertImageEqualTo.

Complexity Level

This filter is available on Advanced Complexity Level.