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] |
mln::trait::concrete< I >::ret mln::world::binary_2d::internal::enlarge_dispatch | ( | const Image< I > & | input, | |
unsigned | n | |||
) | [inline] |
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] |
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] |