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

Separable filter for cols. More...

#include <OP_SepFilter.hpp>

Collaboration diagram for visioncpp::OP_SepFilterCol:

Public Member Functions

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

Detailed Description

Separable filter for cols.

Definition at line 46 of file OP_SepFilter.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 51 of file OP_SepFilter.hpp.


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