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

Downsampling filter using closest technique. More...

#include <OP_DownsampleClosest.hpp>

Collaboration diagram for visioncpp::OP_DownsampleClosest:

Public Member Functions

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

Detailed Description

Downsampling filter using closest technique.

Definition at line 28 of file OP_DownsampleClosest.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 32 of file OP_DownsampleClosest.hpp.


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