SpatiumLib
|
#include <GlobalThreshold.h>
Public Member Functions | |
GlobalThreshold (T thesholdValue=0) | |
GlobalThreshold (const GlobalThreshold &rhs)=default | |
GlobalThreshold & | operator= (const GlobalThreshold &rhs)=default |
virtual | ~GlobalThreshold ()=default |
T | thresholdValue () const |
Get threshold value. More... | |
void | setThresholdValue (T value) |
Set threshold value. More... | |
template<int N> | |
bool | apply (const Image< T, N > &input, Image< T, 1 > &output) |
bool | apply (Image< T, 1 > &inoutput) |
![]() | |
virtual | ~IImageFilter ()=default |
|
inline |
|
default |
|
virtualdefault |
|
inline |
|
inline |
|
default |
|
inline |
Set threshold value.
[in] | value | Threshold value |
|
inline |
Get threshold value.