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_) |
Morphological hit-or-miss. | |
template<typename I, typename W> | |
mln::trait::concrete< I >::ret | rank_filter (const Image< I > &input_, const Window< W > &win_, unsigned k) |
Morphological rank_filter. |
mln::trait::concrete< I >::ret mln::morpho::impl::generic::general_on_function | ( | const Op & | op, | |
const Image< I > & | input, | |||
const Window< W > & | win | |||
) | [inline] |
Definition at line 124 of file general.hh.
References mln::extension::adjust_fill(), mln::trace::entering(), mln::trace::exiting(), mln::morpho::internal::general_tests(), and mln::accu::transform().
mln::trait::concrete< I >::ret mln::morpho::impl::generic::general_on_set | ( | const Op & | op, | |
const Image< I > & | input, | |||
const Window< W > & | win | |||
) | [inline] |
Definition at line 143 of file general.hh.
References mln::extension::adjust_fill(), mln::trace::entering(), mln::trace::exiting(), mln::morpho::internal::general_tests(), and mln::accu::transform_stop().
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] |
Morphological hit-or-miss.
This operator is HMT_(Bh,Bm) = e_Bh /\ (e_Bm o C).
Definition at line 167 of file hit_or_miss.hh.
References mln::morpho::constrained_hit_or_miss, mln::pw::cst(), mln::morpho::dilation(), mln::trace::entering(), mln::morpho::erosion(), mln::exact(), mln::trace::exiting(), mln::data::fill(), mln::morpho::internal::hit_or_miss_dispatch(), mln::morpho::internal::hit_or_miss_tests(), mln::initialize(), mln::fun::p2v::ternary(), mln::pw::value(), and mln::literal::zero.
Referenced by mln::morpho::internal::hit_or_miss_dispatch(), mln::morpho::thickening(), and mln::morpho::thinning().
mln::trait::concrete< I >::ret mln::morpho::impl::generic::rank_filter | ( | const Image< I > & | input_, | |
const Window< W > & | win_, | |||
unsigned | k | |||
) | [inline] |
Morphological rank_filter.
Definition at line 93 of file rank_filter.hh.
References mln::extension::adjust_fill(), mln::geom::delta(), mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::accu::stat::rank< T >::init(), mln::initialize(), mln::morpho::internal::rank_filter_dispatch(), mln::morpho::internal::rank_filter_tests(), and mln::accu::stat::rank< T >::take().
Referenced by mln::morpho::internal::rank_filter_dispatch().