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