boost::gil::correlate_pixels_k

1D un‐guarded cross‐correlation with a fixed‐size kernel

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<
    std::size_t Size,
    typename PixelAccum,
    typename SrcIterator,
    typename KernelIterator,
    typename DstIterator>
DstIterator
correlate_pixels_k(
    SrcIterator src_begin,
    SrcIterator src_end,
    KernelIterator kernel_begin,
    DstIterator dst_begin);

Created with MrDocs