|
TuttleOFX
1
|
#include "detail/inner_product.hpp"#include <terry/numeric/operations.hpp>#include <terry/numeric/assign.hpp>#include <terry/numeric/init.hpp>#include <terry/pixel_proxy.hpp>

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 | |