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