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

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

#include <OP_Filter2D.hpp>

Collaboration diagram for visioncpp::OP_Filter2D:

Public Member Functions

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

Detailed Description

Applying the general convolution for 3 channel Image.

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

Definition at line 28 of file OP_Filter2D.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 33 of file OP_Filter2D.hpp.


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