$extrastylesheet
Functions | |
template<typename I > | |
mln::trait::concrete< I >::ret | enlarge (const Image< I > &input, unsigned n) |
template<typename I > | |
util::couple< image1d< float > , image1d< float > > | projected_histo (const Image< I > &input_, bool value=true) |
image2d< value::int_u8 > | subsample (const image2d< bool > &input, unsigned n) |
mln::trait::concrete< I >::ret mln::world::binary_2d::enlarge | ( | const Image< I > & | input, |
unsigned | n | ||
) |
Enlarge a binary image 2^n times.
[in] | input | A binary image. |
[in] | n | The power of 2 setting up the enlargement. |
n
times larger. util::couple<image1d<float>, image1d<float> > mln::world::binary_2d::projected_histo | ( | const Image< I > & | input_, |
bool | value = true |
||
) |
Definition at line 53 of file projected_histo.hh.
image2d<value::int_u8> mln::world::binary_2d::subsample | ( | const image2d< bool > & | input, |
unsigned | n | ||
) |
Subsample a Boolean image.
[in] | input | A binary image. |
[in] | n | Linear subsampling coefficient. |