MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions | Protected Attributes
mds::img::CSingleThresholding< T > Class Template Reference

Functor providing pixel value thresholding. More...

#include <mdsImageFunctional.h>

List of all members.

Public Member Functions

 CSingleThresholding (const T &Value)
 Default constructor.
void operator() (T &Value)
 Operator multiplies a given parameter.

Protected Attributes

m_Threshold
 The applied threshold.

Detailed Description

template<typename T>
class mds::img::CSingleThresholding< T >

Functor providing pixel value thresholding.


Constructor & Destructor Documentation

template<typename T >
mds::img::CSingleThresholding< T >::CSingleThresholding ( const T &  Value)

Default constructor.


Member Function Documentation

template<typename T >
void mds::img::CSingleThresholding< T >::operator() ( T &  Value)

Operator multiplies a given parameter.


Member Data Documentation

template<typename T >
T mds::img::CSingleThresholding< T >::m_Threshold [protected]

The applied threshold.


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