VisionCpp
0.0.1
|
This functor implements an element-wise matrix multiplication. More...
#include <OP_Mul.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
auto | operator() (T1 t1, T2 t2) -> decltype(t1 *t2) |
this functor implements an element-wise matrix multiplication More... | |
This functor implements an element-wise matrix multiplication.
Definition at line 26 of file OP_Mul.hpp.
|
inline |
this functor implements an element-wise matrix multiplication
t1 | - first image |
t2 | - second image |
Definition at line 32 of file OP_Mul.hpp.