OpenImageIO
|
#include <imagebufalgo.h>
Public Attributes | |
double | meanerror |
double | rms_error |
double | PSNR |
double | maxerror |
int | maxx |
int | maxy |
int | maxz |
int | maxc |
imagesize_t | nwarn |
imagesize_t | nfail |
Struct holding all the results computed by ImageBufAlgo::compare(). (maxx,maxy,maxz,maxc) gives the pixel coordintes (x,y,z) and color channel of the pixel that differed maximally between the two images. nwarn and nfail are the number of "warnings" and "failures", respectively.