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

Go to the source code of this file.

Namespaces

 pic
 

Functions

PIC_INLINE double pic::PSNR (Image *ori, Image *cmp, double max_value=-1.0, bool bLargeDifferences=false, METRICS_DOMAIN type=MD_LIN)
 PSNR computes the peak signal to noise ratio (PSNR) between two images. More...