Boost GIL


Public Member Functions | List of all members
correlator_k< Size, PixelAccum > Struct Template Reference

Provides functionality for performing 1D correlation between the kernel and a buffer storing row pixels of source image. Kernel size is a template parameter and must be compulsorily specified while using. More...

#include <convolve.hpp>

Public Member Functions

template<typename SrcIterator , typename KernelIterator , typename DstIterator >
void operator() (SrcIterator src_begin, SrcIterator src_end, KernelIterator kernel_begin, DstIterator dst_begin)
 

Detailed Description

template<std::size_t Size, typename PixelAccum>
struct boost::gil::detail::correlator_k< Size, PixelAccum >

Provides functionality for performing 1D correlation between the kernel and a buffer storing row pixels of source image. Kernel size is a template parameter and must be compulsorily specified while using.


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