Functions

mln::canvas::impl::generic Namespace Reference

Functions

template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_front (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 (const Image< I > &input_, const Neighborhood< N > &nbh_, D max, F &functor)

Function Documentation

template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::impl::generic::distance_front ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
const Weighted_Window< W > &  w_win_,
max,
F &  functor 
)
template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::impl::generic::distance_geodesic ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
max,
F &  functor 
)