MEPP2 Project
Public Member Functions | Protected Member Functions | List of all members
NWHWD16_Threshold Class Reference

#include <threshold.h>

Inheritance diagram for NWHWD16_Threshold:
Inheritance graph
Collaboration diagram for NWHWD16_Threshold:
Collaboration graph

Public Member Functions

 NWHWD16_Threshold ()
 
 NWHWD16_Threshold (const ParameterType &param)
 
virtual ~NWHWD16_Threshold ()
 
virtual void compute (const InputType &in, OutputType &out) const
 
- Public Member Functions inherited from GenericParametricModel< NWHWD16_Param, Eigen::Vector2d, double >
 GenericParametricModel ()
 
 GenericParametricModel (const ParameterType &param)
 
virtual ~GenericParametricModel ()
 
void setParameters (const ParameterType &param)
 
const ParameterTypeparam () const
 
ParameterTypeparam ()
 
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< NWHWD16_Param, Eigen::Vector2d, double >
typedef NWHWD16_Param ParameterType
 
typedef Eigen::Vector2d InputType
 
typedef double OutputType
 
- Protected Attributes inherited from GenericParametricModel< NWHWD16_Param, Eigen::Vector2d, double >
ParameterType m_param
 

Detailed Description

implements the threshold mode in [ eq. (8) ]: "Just noticeable distortion profile for flat-shaded 3D mesh surfaces." IEEE transactions on visualization and computer graphics 22.11 (2016).

The model takes:

Definition at line 36 of file threshold.h.

Constructor & Destructor Documentation

◆ NWHWD16_Threshold() [1/2]

NWHWD16_Threshold::NWHWD16_Threshold ( )
inline

Definition at line 43 of file threshold.h.

Here is the call graph for this function:

◆ NWHWD16_Threshold() [2/2]

NWHWD16_Threshold::NWHWD16_Threshold ( const ParameterType param)
inline

Definition at line 49 of file threshold.h.

◆ ~NWHWD16_Threshold()

virtual NWHWD16_Threshold::~NWHWD16_Threshold ( )
inlinevirtual

Definition at line 54 of file threshold.h.

Member Function Documentation

◆ compute()

virtual void NWHWD16_Threshold::compute ( const InputType in,
OutputType out 
) const
inlinevirtual

◆ default_params()

virtual void NWHWD16_Threshold::default_params ( )
inlineprotectedvirtual

initialise the default params as in "Just noticeable distortion profile for flat-shaded 3D mesh surfaces." IEEE transactions on visualization and computer graphics 22.11 (2016).

Implements GenericParametricModel< NWHWD16_Param, Eigen::Vector2d, double >.

Definition at line 73 of file threshold.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: