Functions | |
template<typename I, typename N, typename W, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_front_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor) |
template<typename I, typename N, typename W, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_front_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor) |
template<typename I, typename N, typename W, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_front_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor) |
template<typename I, typename N, typename W, typename D, typename F> | |
void | distance_front_tests (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_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor) |
template<typename I, typename N, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_geodesic_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor) |
template<typename I, typename N, typename D, typename F> | |
mln::trait::ch_value< I, D >::ret | distance_geodesic_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor) |
template<typename I, typename N, typename D, typename F> | |
void | distance_geodesic_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, D max, F &functor) |
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch | ( | const Image< I > & | input, | |
const Neighborhood< N > & | nbh, | |||
const Weighted_Window< W > & | w_win, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch | ( | metal::true_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
const Weighted_Window< W > & | w_win, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 356 of file canvas/distance_front.hh.
References mln::canvas::impl::distance_front_fastest().
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch | ( | metal::false_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
const Weighted_Window< W > & | w_win, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 343 of file canvas/distance_front.hh.
References mln::canvas::impl::generic::distance_front().
Referenced by mln::canvas::distance_front(), and distance_front_dispatch().
void mln::canvas::internal::distance_front_tests | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
const Weighted_Window< W > & | w_win_, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 71 of file canvas/distance_front.hh.
References mln::exact().
Referenced by mln::canvas::distance_front().
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch | ( | const Image< I > & | input, | |
const Neighborhood< N > & | nbh, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 295 of file canvas/distance_geodesic.hh.
References distance_geodesic_dispatch().
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch | ( | metal::true_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 281 of file canvas/distance_geodesic.hh.
References mln::canvas::impl::distance_geodesic_fastest().
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch | ( | metal::false_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 268 of file canvas/distance_geodesic.hh.
References mln::canvas::impl::generic::distance_geodesic().
Referenced by mln::canvas::distance_geodesic(), and distance_geodesic_dispatch().
void mln::canvas::internal::distance_geodesic_tests | ( | const Image< I > & | input_, | |
const Neighborhood< N > & | nbh_, | |||
D | max, | |||
F & | functor | |||
) | [inline] |
Definition at line 71 of file canvas/distance_geodesic.hh.
References mln::exact().
Referenced by mln::canvas::distance_geodesic(), mln::canvas::impl::generic::distance_geodesic(), and mln::canvas::impl::distance_geodesic_fastest().