Back to Aurora Vision Studio website
You are here: Start » Filter Reference » System » Assertions » AssertImageEqualTo
| Module: | FoundationLite |
|---|
Asserts that two images are equal or differ by a small given margin.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inExpectedImage | Image | ||
![]() |
inMaxDifference | Real | 0.0 - ![]() |
Maximum absolute difference between a specific pixel of the two images |
![]() |
inDescription | String | ||
![]() |
inEpsilon | Real | 0.0 - ![]() |
Maximum allowed difference, significant. InEpsilon will be multiplied by 10^inEpsilonScale before checking the difference |
![]() |
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.

Advanced
