MEPP2 Project
|
#include <threshold.h>
Public Member Functions | |
NWHWD16_Threshold () | |
NWHWD16_Threshold (const ParameterType ¶m) | |
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 ¶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< 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 |
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.
|
inline |
|
inline |
Definition at line 49 of file threshold.h.
|
inlinevirtual |
Definition at line 54 of file threshold.h.
|
inlinevirtual |
Implements GenericParametricModel< NWHWD16_Param, Eigen::Vector2d, double >.
Definition at line 59 of file threshold.h.
|
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.