TuttleOFX  1
correlate.hpp File Reference
Include dependency graph for correlate.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  terry
namespace  terry::filter

Functions

template<typename PixelAccum , typename SrcIterator , typename KernelIterator , typename Integer , typename DstIterator >
GIL_FORCEINLINE DstIterator terry::filter::correlate_pixels_n (SrcIterator src_begin, SrcIterator src_end, KernelIterator ker_begin, Integer ker_size, DstIterator dst_begin)
 1D un-guarded correlation with a variable-size kernel
template<std::size_t Size, typename PixelAccum , typename SrcIterator , typename KernelIterator , typename DstIterator >
GIL_FORCEINLINE DstIterator terry::filter::correlate_pixels_k (SrcIterator src_begin, SrcIterator src_end, KernelIterator ker_begin, DstIterator dst_begin)
 1D un-guarded correlation with a fixed-size kernel