Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::fun::x2v::bilinear< I > Struct Template Reference

Represent a bilinear interolation of values from an underlying image. More...

#include <bilinear.hh>

Inheritance diagram for mln::fun::x2v::bilinear< I >:
Inheritance graph

Public Member Functions

template<typename T >
I::value operator() (const algebra::vec< 2, T > &v) const
 Bilinear filtering on 2d images.
 
template<typename T >
I::value operator() (const algebra::vec< 3, T > &v) const
 Bilinear filtering on 3d images. Work on slices.
 

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.

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.

Definition at line 86 of file bilinear.hh.

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.

Definition at line 132 of file bilinear.hh.