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

This functor implements an element-wise matrix multiplication. More...

#include <OP_Mul.hpp>

Collaboration diagram for visioncpp::OP_Mul:

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

Detailed Description

This functor implements an element-wise matrix multiplication.

Definition at line 26 of file OP_Mul.hpp.

Member Function Documentation

◆ operator()()

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

this functor implements an element-wise matrix multiplication

Parameters
t1- first image
t2- second image
Returns
float - return multiplication of them t1 * t2

Definition at line 32 of file OP_Mul.hpp.


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