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

This functor subtracts 2 images. More...

#include <OP_Sub.hpp>

Collaboration diagram for visioncpp::OP_Sub:

Public Member Functions

template<typename T1 , typename T2 >
float operator() (T1 t1, T2 t2)
 This functor subtracts 2 images. More...
 

Detailed Description

This functor subtracts 2 images.

Definition at line 26 of file OP_Sub.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
float visioncpp::OP_Sub::operator() ( T1  t1,
T2  t2 
)
inline

This functor subtracts 2 images.

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

Definition at line 32 of file OP_Sub.hpp.


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