Functions

mln::world::binary_2d::internal Namespace Reference

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)

Function Documentation

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().

template<typename I >
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().

template<typename I >
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.

template<typename I >
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().

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