VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_AbsSub Struct Reference

this functor uses the sycl::fabs to return the difference More...

#include <OP_AbsSub.hpp>

Collaboration diagram for visioncpp::OP_AbsSub:

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...
 

Detailed Description

this functor uses the sycl::fabs to return the difference

Definition at line 25 of file OP_AbsSub.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
auto visioncpp::OP_AbsSub::operator() ( T1  t1,
T2  t2 
) -> decltype(t1 - t2)
inline

this functor uses the sycl::fabs to return the difference

Parameters
t1- First image
t2- Second image
Returns
float - Return the difference (t1 - t2)

Definition at line 31 of file OP_AbsSub.hpp.


The documentation for this struct was generated from the following file: