$extrastylesheet
#include <mln/core/image/vmorph/thru_image.hh>
Public Member Functions | |
| thru_image () | |
| thru_image (I &ima) | |
| thru_image (I &ima, const F &f) | |
| operator thru_image< const I, F > () const | |
Morph image values through a function.
Definition at line 160 of file thru_image.hh.
| mln::thru_image< I, F >::thru_image | ( | ) |
| mln::thru_image< I, F >::thru_image | ( | I & | ima | ) |
| mln::thru_image< I, F >::thru_image | ( | I & | ima, |
| const F & | f | ||
| ) |
| mln::thru_image< I, F >::operator thru_image< const I, F > | ( | ) | const |
Const promotion via conversion.