VisionCpp
0.0.1
|
This functor adds two pixels. More...
#include <OP_Add.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
auto | operator() (T1 t1, T2 t2) -> decltype(t1+t2) |
This functor adds two pixels. More... | |
This functor adds two pixels.
Definition at line 25 of file OP_Add.hpp.
|
inline |
This functor adds two pixels.
t1 | - First image |
t2 | - Second image |
Definition at line 31 of file OP_Add.hpp.