![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Functor providing pixel value thresholding. More...
#include <mdsImageFunctional.h>
Public Member Functions | |
| CSingleThresholding (const T &Value) | |
| Default constructor. | |
| void | operator() (T &Value) |
| Operator multiplies a given parameter. | |
Protected Attributes | |
| T | m_Threshold |
| The applied threshold. | |
Functor providing pixel value thresholding.
| mds::img::CSingleThresholding< T >::CSingleThresholding | ( | const T & | Value | ) |
Default constructor.
| void mds::img::CSingleThresholding< T >::operator() | ( | T & | Value | ) |
Operator multiplies a given parameter.
T mds::img::CSingleThresholding< T >::m_Threshold [protected] |
The applied threshold.
1.7.6.1