$extrastylesheet
#include <mln/fun/x2v/linear.hh>
Public Member Functions | |
linear (const I &ima) | |
template<typename C > | |
I::value | operator() (const algebra::vec< 1, C > &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 linear interolation of values from an underlying image.
Definition at line 53 of file x2v/linear.hh.
mln::fun::x2x::linear< I >::linear | ( | const I & | ima | ) |
Constructor with the underlying image.
I ::value mln::fun::x2x::linear< I >::operator() | ( | const algebra::vec< 1, C > & | v | ) | const |
Return the interpolated value in the underlying image at the given 'point' v.
const I& mln::fun::x2x::linear< I >::ima |
Underlying image.
Definition at line 70 of file x2v/linear.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::x2x::linear< I >::result |
Definition at line 58 of file x2v/linear.hh.