Milena (Olena)
User documentation 2.0a Id
|
Un-projects an image. More...
#include <unproject_image.hh>
Inherits mln::internal::image_domain_morpher< I, D, unproject_image< I, D, F > >.
Public Member Functions | |
const D & | domain () const |
Give the definition domain. | |
I::rvalue | operator() (const typename D::psite &p) const |
Read-only access to the image value located at point p . | |
internal::morpher_lvalue_< I >::ret | operator() (const typename D::psite &p) |
Read-write access to the image value located at point p . | |
unproject_image () | |
Constructor without argument. | |
unproject_image (I &ima, const D &dom, const F &f) | |
Constructor from an image ima , a domain dom , and a function f . | |
Un-projects an image.
Definition at line 96 of file unproject_image.hh.
|
inline |
Constructor without argument.
Definition at line 182 of file unproject_image.hh.
|
inline |
Constructor from an image ima
, a domain dom
, and a function f
.
Definition at line 188 of file unproject_image.hh.
|
inline |
Give the definition domain.
Definition at line 205 of file unproject_image.hh.
|
inline |
Read-only access to the image value located at point p
.
Definition at line 214 of file unproject_image.hh.
|
inline |
Read-write access to the image value located at point p
.
Definition at line 225 of file unproject_image.hh.