![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Functor providing pixel value thresholding. More...
#include <mdsImageFunctional.h>
Public Member Functions | |
| CMinMaxThresholding (const T &Min, const T &Max) | |
| Default constructor. | |
| void | operator() (T &Value) |
| Operator multiplies a given parameter. | |
Protected Attributes | |
| T | m_Max |
| T | m_Min |
| Thresholded interval. | |
Functor providing pixel value thresholding.
| mds::img::CMinMaxThresholding< T >::CMinMaxThresholding | ( | const T & | Min, |
| const T & | Max | ||
| ) |
Default constructor.
| void mds::img::CMinMaxThresholding< T >::operator() | ( | T & | Value | ) |
Operator multiplies a given parameter.
T mds::img::CMinMaxThresholding< T >::m_Max [protected] |
T mds::img::CMinMaxThresholding< T >::m_Min [protected] |
Thresholded interval.
1.7.6.1