Functions | |
template<typename I > | |
mln::trait::concrete< I >::ret | do_enlarge_bool (const I &input, unsigned n) |
template<typename I > | |
mln::trait::ch_value< I, value::int_u8 >::ret | do_enlarge_gl (const I &input, unsigned n) |
image2d< value::int_u8 > | enlargex2 (const image2d< bool > &input) |
FIXME: works only on 2d images. | |
image2d< value::int_u8 > | enlargex2 (const image2d< value::int_u8 > &input) |
mln::trait::concrete< I >::ret mln::world::binary_2d::impl::do_enlarge_bool | ( | const I & | input, | |
unsigned | n | |||
) | [inline] |
References do_enlarge_gl(), and mln::data::transform().
Referenced by mln::world::binary_2d::internal::enlarge_dispatch().
mln::trait::ch_value< I , value::int_u8 >::ret mln::world::binary_2d::impl::do_enlarge_gl | ( | const I & | input, | |
unsigned | n | |||
) | [inline] |
References enlargex2().
Referenced by do_enlarge_bool(), and mln::world::binary_2d::internal::enlarge_dispatch().
image2d<value::int_u8> mln::world::binary_2d::impl::enlargex2 | ( | const image2d< bool > & | input | ) | [inline] |
FIXME: works only on 2d images.
References mln::opt::at(), mln::make::box2d(), mln::world::binary_2d::internal::do_threshold(), mln::internal::image_base< T, S, E >::is_valid(), mln::geom::min_col(), mln::geom::min_row(), mln::image2d< T >::ncols(), mln::image2d< T >::nrows(), and mln::world::binary_2d::internal::val().
Referenced by do_enlarge_gl().
image2d<value::int_u8> mln::world::binary_2d::impl::enlargex2 | ( | const image2d< value::int_u8 > & | input | ) | [inline] |