VisionCpp
0.0.1
|
Applying the general convolution for 1 channel Image. More...
#include <OP_Filter2D.hpp>
Public Member Functions | |
template<typename NeighbourT , typename FilterT > | |
float | operator() (NeighbourT &nbr, FilterT &fltr) |
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.
|
inline |