Image difference information. More...
#include <ImageTools.h>
Public Attributes | |
| Uint32 | NumDiffPixels = 0 |
| The number of pixels that differ. | |
| Uint32 | NumDiffPixelsAboveThreshold = 0 |
| The number of pixels that differ above the threshold. | |
| Uint32 | MaxDiff = 0 |
| The maximum difference between any two pixels. | |
| float | AvgDiff = 0 |
| The average difference between all pixels, not counting pixels that are equal. | |
| float | RmsDiff = 0 |
| The root mean square difference between all pixels, not counting pixels that are equal. | |
Image difference information.