| Functions | |
| int | do_threshold (float value) | 
| template<typename I > | |
| mln::trait::concrete< I >::ret | enlarge_dispatch (const Image< I > &input, unsigned n) | 
| template<typename I > | |
| mln::trait::concrete< I >::ret | enlarge_dispatch (const I &input, const typename I::value &, unsigned n) | 
| template<typename I > | |
| mln::trait::concrete< I >::ret | enlarge_dispatch (const I &input, const value::int_u8 &, unsigned n) | 
| template<typename I > | |
| mln::trait::concrete< I >::ret | enlarge_dispatch (const I &input, const bool &, unsigned n) | 
| float | val (bool b) | 
| int mln::world::binary_2d::internal::do_threshold | ( | float | value | ) |  [inline] | 
Definition at line 96 of file enlarge.hh.
Referenced by mln::world::binary_2d::impl::enlargex2().
| mln::trait::concrete< I >::ret mln::world::binary_2d::internal::enlarge_dispatch | ( | const Image< I > & | input, | |
| unsigned | n | |||
| ) |  [inline] | 
Definition at line 338 of file enlarge.hh.
References enlarge_dispatch(), and mln::exact().
| mln::trait::concrete< I >::ret mln::world::binary_2d::internal::enlarge_dispatch | ( | const I & | input, | |
| const typename I::value & | , | |||
| unsigned | n | |||
| ) |  [inline] | 
Definition at line 329 of file enlarge.hh.
| mln::trait::concrete< I >::ret mln::world::binary_2d::internal::enlarge_dispatch | ( | const I & | input, | |
| const value::int_u8 & | , | |||
| unsigned | n | |||
| ) |  [inline] | 
Definition at line 321 of file enlarge.hh.
References mln::world::binary_2d::impl::do_enlarge_gl().
| mln::trait::concrete< I >::ret mln::world::binary_2d::internal::enlarge_dispatch | ( | const I & | input, | |
| const bool & | , | |||
| unsigned | n | |||
| ) |  [inline] | 
Definition at line 313 of file enlarge.hh.
References mln::world::binary_2d::impl::do_enlarge_bool().
Referenced by mln::world::binary_2d::enlarge(), and enlarge_dispatch().
| float mln::world::binary_2d::internal::val | ( | bool | b | ) |  [inline] | 
Definition at line 89 of file enlarge.hh.
Referenced by mln::world::binary_2d::impl::enlargex2().
 1.7.1
 1.7.1