Boost GIL


Public Member Functions | List of all members
correlator_n< PixelAccum > Class Template Reference

Provides functionality for performing 1D correlation between the kernel and a buffer storing row pixels of source image. Kernel size is to be provided through constructor for all instances. More...

#include <convolve.hpp>

Public Member Functions

 correlator_n (std::size_t size)
 
template<typename SrcIterator , typename KernelIterator , typename DstIterator >
void operator() (SrcIterator src_begin, SrcIterator src_end, KernelIterator kernel_begin, DstIterator dst_begin)
 

Detailed Description

template<typename PixelAccum>
class boost::gil::detail::correlator_n< PixelAccum >

Provides functionality for performing 1D correlation between the kernel and a buffer storing row pixels of source image. Kernel size is to be provided through constructor for all instances.


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