|
MEPP2 Project
|
#include <contrastmasking.h>


Public Member Functions | |
| DalyMasking () | |
| DalyMasking (const ParameterType ¶m) | |
| virtual | ~DalyMasking () |
| virtual void | compute (const InputType &in, OutputType &out) const |
Public Member Functions inherited from GenericParametricModel< Eigen::Vector4d, double, double > | |
| GenericParametricModel () | |
| GenericParametricModel (const ParameterType ¶m) | |
| virtual | ~GenericParametricModel () |
| void | setParameters (const ParameterType ¶m) |
| const ParameterType & | param () const |
| ParameterType & | param () |
| OutputType | compute (const InputType &in) const |
| void | compute (const std::vector< InputType > &in, std::vector< OutputType > &out) const |
| OutputType | operator() (const InputType &in) const |
| void | operator() (const InputType &in, OutputType &out) const |
Protected Member Functions | |
| virtual void | default_params () |
Additional Inherited Members | |
Public Types inherited from GenericParametricModel< Eigen::Vector4d, double, double > | |
| typedef Eigen::Vector4d | ParameterType |
| typedef double | InputType |
| typedef double | OutputType |
Protected Attributes inherited from GenericParametricModel< Eigen::Vector4d, double, double > | |
| ParameterType | m_param |
implements the contrast masking model of Scott Daly "Visible differences predictor: an algorithm for the assessment of image fidelity." Human Vision, Visual Processing, and Digital Display III. Vol.
The model requires 4 parameters, and takes the contrast value as input
Definition at line 28 of file contrastmasking.h.
|
inline |
|
inline |
Definition at line 41 of file contrastmasking.h.
|
inlinevirtual |
Definition at line 46 of file contrastmasking.h.
|
inlinevirtual |
Implements GenericParametricModel< Eigen::Vector4d, double, double >.
Definition at line 51 of file contrastmasking.h.
|
inlineprotectedvirtual |
initialises the daly masking model as described in: "Just noticeable distortion profile for flat-shaded 3D mesh surfaces." IEEE transactions on visualization and computer graphics 22.11 (2016).
Implements GenericParametricModel< Eigen::Vector4d, double, double >.
Definition at line 64 of file contrastmasking.h.
