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

Go to the source code of this file.

Namespaces

 pic
 

Enumerations

enum  pic::MULTI_EXPOSURE_TYPE { pic::MET_HISTOGRAM, pic::MET_MIN_MAX, pic::MET_FROM_INPUT }
 

Functions

PIC_INLINE double pic::mPSNR (Image *ori, Image *cmp, MULTI_EXPOSURE_TYPE type, int minFstop=0, int maxFstop=0)
 mPSNR computes the multiple-exposure peak signal-to-noise ratio (mPSNR) between two images. More...