TuttleOFX  1
kernel.hpp File Reference

Definitions of 1D fixed-size and variable-size kernels and related operations /. More...

#include <boost/gil/gil_config.hpp>
#include <boost/gil/utilities.hpp>
#include <boost/array.hpp>
#include <boost/mpl/bool.hpp>
#include <cstddef>
#include <cassert>
#include <algorithm>
#include <vector>
#include <memory>
Include dependency graph for kernel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  terry::filter::detail::kernel_1d_adaptor< Core >
 kernel adaptor for one-dimensional cores Core needs to provide size(),begin(),end(),operator[], value_type,iterator,const_iterator,reference,const_reference More...
class  terry::filter::kernel_1d< T, Alloc >
 variable-size kernel More...
class  terry::filter::kernel_1d_fixed< T, Size >
 static-size kernel More...

Namespaces

namespace  terry
namespace  terry::filter
namespace  terry::filter::detail

Functions

template<typename Kernel >
Kernel terry::filter::reverse_kernel (const Kernel &kernel)
 reverse a kernel

Detailed Description

Definitions of 1D fixed-size and variable-size kernels and related operations /.

/ /

Author:
Hailin Jin and Lubomir Bourdev
/ Adobe Systems Incorporated /
Date:
2005-2007
Last updated on September 26, 2006

Definition in file kernel.hpp.