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

Separable filter for rows. More...

#include <OP_SepFilter.hpp>

Collaboration diagram for visioncpp::OP_SepFilterRow:

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

◆ operator()()

template<typename NeighbourT , typename FilterT >
NeighbourT::PixelType visioncpp::OP_SepFilterRow::operator() ( NeighbourT &  nbr,
FilterT &  fltr 
)
inline
Parameters
nbr- where NeighbourT is pixel type
fltr- filter array
Returns
NeighbourT::PixelType

Definition at line 33 of file OP_SepFilter.hpp.


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