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

applying the Gaussian blur 3x3 More...

#include <OP_GaussianBlur3x3.hpp>

Collaboration diagram for visioncpp::OP_GaussianBlur3x3:

Public Member Functions

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

Detailed Description

applying the Gaussian blur 3x3

Definition at line 26 of file OP_GaussianBlur3x3.hpp.

Member Function Documentation

◆ operator()()

template<typename NeighbourT >
NeighbourT::PixelType visioncpp::OP_GaussianBlur3x3::operator() ( NeighbourT &  nbr)
inline
Parameters
nbr
Returns
PIXEL

Definition at line 30 of file OP_GaussianBlur3x3.hpp.


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