$extrastylesheet
Functions | |
template<typename S > | |
unsigned | card (const Site_Set< S > &s) |
template<typename A , typename S > | |
A::result | compute (const Accumulator< A > &a, const Site_Set< S > &s) |
template<typename A , typename S > | |
mln::internal::meta_accu_ret_result_helper < A, typename S::site > ::result | compute (const Meta_Accumulator< A > &a, const Site_Set< S > &s) |
template<typename A , typename I > | |
A::result | compute_with_weights (const Accumulator< A > &a, const Image< I > &w) |
template<typename A , typename I , typename L > | |
util::array< typename A::result > | compute_with_weights (const Accumulator< A > &a, const Image< I > &w, const Image< L > &label, const typename L::value &nlabels) |
template<typename A , typename I > | |
mln::internal::meta_accu_ret_result_helper < A, typename I::site > ::result | compute_with_weights (const Meta_Accumulator< A > &a, const Image< I > &w) |
template<typename S > | |
S::site | get (const Site_Set< S > &s, size_t index) |
template<typename S > | |
bool | has (const Site_Set< S > &s, const typename S::site &e) |
Namespace of image processing routines related to pixel sets.
unsigned mln::set::card | ( | const Site_Set< S > & | s | ) |
Compute the cardinality of the site set s
.
A ::result mln::set::compute | ( | const Accumulator< A > & | a, |
const Site_Set< S > & | s | ||
) |
Compute an accumulator onto a site set.
[in] | a | An accumulator. |
[in] | s | A site set. |
mln::internal::meta_accu_ret_result_helper< A , typename S ::site >::result mln::set::compute | ( | const Meta_Accumulator< A > & | a, |
const Site_Set< S > & | s | ||
) |
Compute an accumulator onto a site set.
[in] | a | A meta-accumulator. |
[in] | s | A site set. |
A ::result mln::set::compute_with_weights | ( | const Accumulator< A > & | a, |
const Image< I > & | w | ||
) |
Compute an accumulator on a site set described by an image.
[in] | a | An accumulator. |
[in] | w | An image of weights (a site -> a weight). |
util::array<typename A ::result> mln::set::compute_with_weights | ( | const Accumulator< A > & | a, |
const Image< I > & | w, | ||
const Image< L > & | label, | ||
const typename L::value & | nlabels | ||
) |
Compute an accumulator on every labeled sub-site-sets.
[in] | a | An accumulator. |
[in] | w | An image of weights (a site -> a weight). |
[in] | label | A label image. |
[in] | nlabels | The number of labels in label . |
mln::internal::meta_accu_ret_result_helper< A , typename I ::site >::result mln::set::compute_with_weights | ( | const Meta_Accumulator< A > & | a, |
const Image< I > & | w | ||
) |
Compute an accumulator on a site set described by an image.
[in] | a | A meta-accumulator. |
[in] | w | An image of weights (a site -> a weight). |
S ::site mln::set::get | ( | const Site_Set< S > & | s, |
size_t | index | ||
) |
FIXME.
bool mln::set::has | ( | const Site_Set< S > & | s, |
const typename S::site & | e | ||
) |
FIXME.