Functions

mln::world::binary_2d::impl Namespace Reference

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_u8enlargex2 (const image2d< bool > &input)
 FIXME: works only on 2d images.
image2d< value::int_u8enlargex2 (const image2d< value::int_u8 > &input)

Function Documentation

template<typename I >
mln::trait::concrete< I >::ret mln::world::binary_2d::impl::do_enlarge_bool ( const I &  input,
unsigned  n 
) [inline]
template<typename I >
mln::trait::ch_value< I , value::int_u8 >::ret mln::world::binary_2d::impl::do_enlarge_gl ( const I &  input,
unsigned  n 
) [inline]

Definition at line 275 of file enlarge.hh.

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]
image2d<value::int_u8> mln::world::binary_2d::impl::enlargex2 ( const image2d< value::int_u8 > &  input  )  [inline]