MEPP2 Project
Classes | Typedefs
contrastsensitivity.h File Reference
#include <cmath>
#include "genericparametricmodel.h"
Include dependency graph for contrastsensitivity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SarkisonCSF
 
class  BartenCSF
 

Typedefs

typedef Eigen::Matrix< double, 5, 1 > Vector5d
 

Typedef Documentation

◆ Vector5d

typedef Eigen::Matrix< double, 5, 1 > Vector5d

implements the Barten CSF model used in ( eq. (9) ): "Visual contrast sensitivity and discrimination for 3D meshes and their applications." Computer Graphics Forum. Vol. 35. No. 7. 2016.

the model requires 5 parameters and takes 2 inputs : frenquency and luminance

Definition at line 75 of file contrastsensitivity.h.