Functions |
template<typename I , typename N , typename A > |
mln::trait::concrete< I >::ret | algebraic (const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &accu, const typename A::result &lambda) |
template<typename I , typename N > |
mln::trait::concrete< I >::ret | area (const Image< I > &input, const Neighborhood< N > &nbh, unsigned lambda) |
template<typename P , typename V , typename G , typename N > |
edge_image< P, V, G > | area_on_vertices (const edge_image< P, V, G > &input, const Neighborhood< N > &nbh, unsigned lambda) |
template<typename I , typename N > |
mln::trait::concrete< I >::ret | height (const Image< I > &input, const Neighborhood< N > &nbh, unsigned lambda) |
template<typename I , typename N , typename A > |
mln::trait::concrete< I >::ret | leveling (const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &accu, const typename A::result &lambda) |
template<typename I , typename W > |
mln::trait::concrete< I >::ret | structural (const Image< I > &input, const Window< W > &win) |
template<typename I , typename N > |
mln::trait::concrete< I >::ret | sum (const Image< I > &input, const Neighborhood< N > &nbh, unsigned lambda) |
template<typename I , typename N > |
mln::trait::concrete< I >::ret | volume (const Image< I > &input, const Neighborhood< N > &nbh, unsigned lambda) |