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

Applying the general convolution for 1 channel Image. More...

#include <OP_Filter2D.hpp>

Collaboration diagram for visioncpp::OP_Filter2D_One:

Public Member Functions

template<typename NeighbourT , typename FilterT >
float operator() (NeighbourT &nbr, FilterT &fltr)
 

Detailed Description

Applying the general convolution for 1 channel Image.

If the number of channel is different in your case feel free to write your own.

Definition at line 49 of file OP_Filter2D.hpp.

Member Function Documentation

◆ operator()()

template<typename NeighbourT , typename FilterT >
float visioncpp::OP_Filter2D_One::operator() ( NeighbourT &  nbr,
FilterT &  fltr 
)
inline
Parameters
nbr
fltr
Returns
float

Definition at line 54 of file OP_Filter2D.hpp.


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