Functions | |
| 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 > | |
| 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 > | |
| 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::false_, 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 > | |
| void | distance_geodesic_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, D max, F &functor) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_sorted_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_sorted_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_sorted_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor, bool increasing) |
| template<typename I , typename N , typename L , typename F > | |
| void | labeling_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, const L &nlabels, const F &f) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_video_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_video_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
| template<typename I , typename N , typename L , typename F > | |
| mln::trait::ch_value< I, L >::ret | labeling_video_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, L &nlabels, F &functor) |
| 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] |
References mln::canvas::distance_front().
Referenced by mln::canvas::distance_front(), and distance_front_dispatch().
| 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] |
References distance_front_dispatch().
| 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] |
References mln::canvas::impl::distance_front_fastest().
| 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 | |||
| ) |
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] |
References distance_geodesic_dispatch().
| 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] |
References mln::canvas::distance_geodesic().
Referenced by mln::canvas::distance_geodesic(), and 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] |
References mln::canvas::impl::distance_geodesic_fastest().
| void mln::canvas::internal::distance_geodesic_tests | ( | const Image< I > & | input_, | |
| const Neighborhood< N > & | nbh_, | |||
| D | max, | |||
| F & | functor | |||
| ) |
References mln::exact().
Referenced by mln::canvas::distance_geodesic(), mln::canvas::impl::generic::distance_geodesic(), and mln::canvas::impl::distance_geodesic_fastest().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_sorted_dispatch | ( | metal::false_ | , | |
| const Image< I > & | input, | |||
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor, | |||
| bool | increasing | |||
| ) | [inline] |
References mln::canvas::impl::generic::labeling(), mln::data::sort_psites_decreasing(), and mln::data::sort_psites_increasing().
Referenced by mln::canvas::labeling_sorted(), and labeling_sorted_dispatch().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_sorted_dispatch | ( | const Image< I > & | input, | |
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor, | |||
| bool | increasing | |||
| ) | [inline] |
References labeling_sorted_dispatch().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_sorted_dispatch | ( | metal::true_ | , | |
| const Image< I > & | input, | |||
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor, | |||
| bool | increasing | |||
| ) | [inline] |
| void mln::canvas::internal::labeling_tests | ( | const Image< I > & | input_, | |
| const Neighborhood< N > & | nbh_, | |||
| const L & | nlabels, | |||
| const F & | f | |||
| ) |
References mln::exact().
Referenced by mln::canvas::labeling_sorted(), and mln::canvas::labeling_video().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_video_dispatch | ( | metal::true_ | , | |
| const Image< I > & | input, | |||
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor | |||
| ) | [inline] |
References mln::canvas::impl::labeling_video_fastest().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_video_dispatch | ( | metal::false_ | , | |
| const Image< I > & | input, | |||
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor | |||
| ) | [inline] |
References mln::exact(), and mln::canvas::impl::generic::labeling().
Referenced by mln::canvas::labeling_video(), and labeling_video_dispatch().
| mln::trait::ch_value< I , L >::ret mln::canvas::internal::labeling_video_dispatch | ( | const Image< I > & | input, | |
| const Neighborhood< N > & | nbh, | |||
| L & | nlabels, | |||
| F & | functor | |||
| ) | [inline] |
References labeling_video_dispatch().
1.7.1