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

Functor providing pixel value thresholding. More...

#include <mdsImageFunctional.h>

List of all members.

Public Member Functions

 CMinMaxThresholding (const T &Min, const T &Max)
 Default constructor.
void operator() (T &Value)
 Operator multiplies a given parameter.

Protected Attributes

m_Max
m_Min
 Thresholded interval.

Detailed Description

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

Functor providing pixel value thresholding.


Constructor & Destructor Documentation

template<typename T >
mds::img::CMinMaxThresholding< T >::CMinMaxThresholding ( const T &  Min,
const T &  Max 
)

Default constructor.


Member Function Documentation

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

Operator multiplies a given parameter.


Member Data Documentation

template<typename T >
T mds::img::CMinMaxThresholding< T >::m_Max [protected]
template<typename T >
T mds::img::CMinMaxThresholding< T >::m_Min [protected]

Thresholded interval.


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