boost::gil::correlate_pixels_n
1D un‐guarded cross‐correlation with a variable‐size kernel
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename PixelAccum,
typename SrcIterator,
typename KernelIterator,
typename Size,
typename DstIterator>
DstIterator
correlate_pixels_n(
SrcIterator src_begin,
SrcIterator src_end,
KernelIterator kernel_begin,
Size kernel_size,
DstIterator dst_begin);
Created with MrDocs