|
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) |
Public Member Functions inherited from spatium::imgproc::IImageFilter | |
| virtual | ~IImageFilter ()=default |
|
inline |
|
default |
|
virtualdefault |
|
inline |
|
inline |
|
default |
|
inline |
Set threshold value.
| [in] | value | Threshold value |
|
inline |
Get threshold value.
1.8.15