Namespaces | |
namespace | generic |
Functions | |
template<typename I, typename N, typename W, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_front_fastest (const Image< I > &input_, const Neighborhood< N > &nbh_, const Weighted_Window< W > &w_win_, D max, F &functor) |
template<typename I, typename N, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_geodesic_fastest (const Image< I > &input_, const Neighborhood< N > &nbh_, D max, F &functor) |
mln::trait::ch_value< I , D >::ret mln::canvas::impl::distance_front_fastest | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
const Weighted_Window< W > & | w_win_, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 218 of file canvas/distance_front.hh.
References mln::extension::adjust(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::extension::fill(), mln::data::fill(), mln::initialize(), mln::util::array< T >::nelements(), mln::offsets_wrt(), and mln::accu::stat::max< T >::take().
Referenced by mln::canvas::internal::distance_front_dispatch().
mln::trait::ch_value< I , D >::ret mln::canvas::impl::distance_geodesic_fastest | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 180 of file canvas/distance_geodesic.hh.
References mln::extension::adjust(), mln::canvas::internal::distance_geodesic_tests(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::extension::fill(), mln::data::fill(), mln::initialize(), mln::util::array< T >::nelements(), and mln::offsets_wrt().
Referenced by mln::canvas::internal::distance_geodesic_dispatch().