|
VisionCpp
0.0.1
|
Implements a binary threshold. More...
#include <OP_Thresh.hpp>
Public Member Functions | |
| template<typename T1 , typename T2 > | |
| visioncpp::pixel::U8C1 | operator() (T1 t1, T2 thresh) |
| This functor implements a binary threshold. More... | |
Implements a binary threshold.
Definition at line 26 of file OP_Thresh.hpp.
|
inline |
This functor implements a binary threshold.
| t1 | - Image |
| thresh | - float threshold value |
Definition at line 33 of file OP_Thresh.hpp.