Back to Adaptive Vision Library website
You are here: Start » Function Reference » System » Assertions » AssertImageEqualTo
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Asserts that two images are equal or differ by a small given margin.
Syntax
C++
C#
void avl::AssertImageEqualTo ( const avl::Image& inImage, const avl::Image& inExpectedImage, const float inMaxDifference, const atl::String& inDescription )


