Functions

mln::morpho::impl::generic Namespace Reference

Namespace of mathematical morphology routines generic implementations. More...

Functions

template<typename Op , typename I , typename W >
mln::trait::concrete< I >::ret general_on_function (const Op &op, const Image< I > &input, const Window< W > &win)
template<typename Op , typename I , typename W >
mln::trait::concrete< I >::ret general_on_set (const Op &op, const Image< I > &input, const Window< W > &win)
template<typename I , typename Wh , typename Wm >
mln::trait::concrete< I >::ret hit_or_miss (const Image< I > &input_, const Window< Wh > &win_hit_, const Window< Wm > &win_miss_)
template<typename I , typename W >
mln::trait::concrete< I >::ret rank_filter (const Image< I > &input_, const Window< W > &win_, unsigned k)
template<typename I , typename N , typename F , typename K , typename R >
mln::trait::ch_value< I, bool >
::ret 
skeleton_constrained (const Image< I > &input_, const Neighborhood< N > &nbh_, const F &is_simple, const Image< K > &constraint_, const Image< R > &priority_)

Detailed Description

Namespace of mathematical morphology routines generic implementations.


Function Documentation

template<typename Op , typename I , typename W >
mln::trait::concrete< I >::ret mln::morpho::impl::generic::general_on_function ( const Op &  op,
const Image< I > &  input,
const Window< W > &  win 
) [inline]
template<typename Op , typename I , typename W >
mln::trait::concrete< I >::ret mln::morpho::impl::generic::general_on_set ( const Op &  op,
const Image< I > &  input,
const Window< W > &  win 
) [inline]
template<typename I , typename Wh , typename Wm >
mln::trait::concrete< I >::ret mln::morpho::impl::generic::hit_or_miss ( const Image< I > &  input_,
const Window< Wh > &  win_hit_,
const Window< Wm > &  win_miss_ 
) [inline]
template<typename I , typename W >
mln::trait::concrete< I >::ret mln::morpho::impl::generic::rank_filter ( const Image< I > &  input_,
const Window< W > &  win_,
unsigned  k 
) [inline]
template<typename I , typename N , typename F , typename K , typename R >
mln::trait::ch_value< I , bool >::ret mln::morpho::impl::generic::skeleton_constrained ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
const F &  is_simple,
const Image< K > &  constraint_,
const Image< R > &  priority_ 
) [inline]