PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Functions
mse.hpp File Reference
#include <math.h>
#include "../base.hpp"
#include "../image.hpp"
#include "../metrics/base.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Functions

PIC_INLINE double pic::MSE (Image *ori, Image *cmp, bool bLargeDifferences=false, METRICS_DOMAIN type=MD_LIN)
 MSE computes the mean square error (MSE) between two images. More...
 
PIC_INLINE double pic::MSE (Image *ori, Image *cmp, float gamma=2.2f, float fstop=0.0f, int nBit=8)
 MSE computes the mean square error (MSE) between two HDR images with given exposure and gamma. More...
 
PIC_INLINE double pic::RMSE (Image *ori, Image *cmp, bool bLargeDifferences=false, METRICS_DOMAIN type=MD_LIN)
 RMSE computes the root mean squared error (RMSE) between two images. More...