VisionCpp
0.0.1
|
this functor uses the sycl::fabs to return the difference More...
#include <OP_AbsSub.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
auto | operator() (T1 t1, T2 t2) -> decltype(t1 - t2) |
this functor uses the sycl::fabs to return the difference More... | |
this functor uses the sycl::fabs to return the difference
Definition at line 25 of file OP_AbsSub.hpp.
|
inline |
this functor uses the sycl::fabs to return the difference
t1 | - First image |
t2 | - Second image |
Definition at line 31 of file OP_AbsSub.hpp.