Namespaces | Functions

mln::canvas::impl Namespace Reference

Implementation namespace of canvas namespace. More...

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)

Detailed Description

Implementation namespace of canvas namespace.


Function Documentation

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