$extrastylesheet
#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 |
Represent a bilinear interolation of values from an underlying image.
Definition at line 52 of file bilinear.hh.
mln::fun::x2v::bilinear< I >::bilinear | ( | const I & | ima | ) |
I ::value mln::fun::x2v::bilinear< I >::operator() | ( | const algebra::vec< 2, T > & | v | ) | const |
Bilinear filtering on 2d images.
I ::value mln::fun::x2v::bilinear< I >::operator() | ( | const algebra::vec< 3, T > & | v | ) | const |
Bilinear filtering on 3d images. Work on slices.
const I& mln::fun::x2v::bilinear< I >::ima |
Definition at line 71 of file bilinear.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef I ::value mln::fun::x2v::bilinear< I >::result |
Definition at line 57 of file bilinear.hh.