Functions | |
template<typename I , typename N , typename A > | |
mln::trait::concrete< I >::ret | attribute_filter_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing) |
template<typename I , typename N , typename A > | |
mln::trait::concrete< I >::ret | attribute_filter_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing) |
template<typename I , typename N , typename A > | |
mln::trait::concrete< I >::ret | attribute_filter_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, const Accumulator< A > &a, const typename A::result &lambda, bool increasing) |
template<typename I > | |
I::psite | find_root (I &parent, const typename I::psite &x) |
template<typename I > | |
unsigned | find_root_fastest (I &parent, unsigned x) |
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch | ( | metal::false_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
const Accumulator< A > & | a, | |||
const typename A::result & | lambda, | |||
bool | increasing | |||
) | [inline] |
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch | ( | metal::true_ | , | |
const Image< I > & | input, | |||
const Neighborhood< N > & | nbh, | |||
const Accumulator< A > & | a, | |||
const typename A::result & | lambda, | |||
bool | increasing | |||
) | [inline] |
mln::trait::concrete< I >::ret mln::canvas::morpho::internal::attribute_filter_dispatch | ( | const Image< I > & | input, | |
const Neighborhood< N > & | nbh, | |||
const Accumulator< A > & | a, | |||
const typename A::result & | lambda, | |||
bool | increasing | |||
) | [inline] |
References attribute_filter_dispatch().
I::psite mln::canvas::morpho::internal::find_root | ( | I & | parent, | |
const typename I::psite & | x | |||
) | [inline] |
unsigned mln::canvas::morpho::internal::find_root_fastest | ( | I & | parent, | |
unsigned | x | |||
) | [inline] |