OpenImageIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ImageBufAlgo::CompareResults Struct Reference

#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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: