VisionCpp
0.0.1
|
Separable filter for rows. More...
#include <OP_SepFilter.hpp>
Public Member Functions | |
template<typename NeighbourT , typename FilterT > | |
NeighbourT::PixelType | operator() (NeighbourT &nbr, FilterT &fltr) |
Separable filter for rows.
If the number of channel is different in your case feel free to write your own.
Definition at line 28 of file OP_SepFilter.hpp.
|
inline |
nbr | - where NeighbourT is pixel type |
fltr | - filter array |
Definition at line 33 of file OP_SepFilter.hpp.