$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::x2v::bilinear< I > Struct Template Reference

#include <mln/fun/x2v/bilinear.hh>

Public Member Functions

 bilinear (const I &ima)
template<typename T >
I::value operator() (const algebra::vec< 2, T > &v) const
template<typename T >
I::value operator() (const algebra::vec< 3, T > &v) const

Public Attributes

const I & ima

Public Types

typedef Function_v2v< void > category
typedef E exact_t
typedef void mutable_result
typedef I::value result

Detailed Description

template<typename I>
struct mln::fun::x2v::bilinear< I >

Represent a bilinear interolation of values from an underlying image.

Definition at line 52 of file bilinear.hh.

Constructor & Destructor Documentation

template<typename I >
mln::fun::x2v::bilinear< I >::bilinear ( const I &  ima)

Member Function Documentation

template<typename I >
template<typename T >
I ::value mln::fun::x2v::bilinear< I >::operator() ( const algebra::vec< 2, T > &  v) const

Bilinear filtering on 2d images.

template<typename I >
template<typename T >
I ::value mln::fun::x2v::bilinear< I >::operator() ( const algebra::vec< 3, T > &  v) const

Bilinear filtering on 3d images. Work on slices.

Member Data Documentation

template<typename I >
const I& mln::fun::x2v::bilinear< I >::ima

Definition at line 71 of file bilinear.hh.

Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category
inherited

Definition at line 134 of file function.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.

template<typename E>
typedef void mln::Function_v2v< E >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename I >
typedef I ::value mln::fun::x2v::bilinear< I >::result

Definition at line 57 of file bilinear.hh.