VisionCpp
0.0.1
|
This functor merges 2 matrices into one matrix of 2 channels. More...
#include <OP_Merge2Chns.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
visioncpp::pixel::F32C2 | operator() (T1 t1, T2 t2) |
Merge 2 matrices into one matrix onf 2 channels. More... | |
This functor merges 2 matrices into one matrix of 2 channels.
Definition at line 25 of file OP_Merge2Chns.hpp.
|
inline |
Merge 2 matrices into one matrix onf 2 channels.
t1 | - One channel float |
t2 | - One channel float |
Definition at line 31 of file OP_Merge2Chns.hpp.