Namespace of accumulators.
|
Classes |
struct | center |
| Mass center accumulator. More...
|
struct | convolve |
| Generic convolution accumulator class. More...
|
struct | count_adjacent_vertices |
| Accumulator class counting the number of vertices adjacent to a set of mln::p_edges_psite (i.e., a set of edges). More...
|
struct | count_labels |
| Count the number of different labels in an image. More...
|
struct | count_value |
| Count a given value. More...
|
struct | histo |
| Generic histogram class over a value set with type V . More...
|
struct | label_used |
| References all the labels used. More...
|
struct | maj_h |
| Compute the majority value. More...
|
struct | max_site |
| Define an accumulator that computes the first site with the maximum value in an image. More...
|
struct | nil |
| Define an accumulator that does nothing. More...
|
struct | p |
| Generic p of accumulators. More...
|
struct | pair |
| Generic pair of accumulators. More...
|
struct | rms |
| Generic root mean square accumulator class. More...
|
struct | tuple |
| Generic tuple of accumulators. More...
|
struct | val |
| Generic val of accumulators. More...
|
Namespaces |
namespace | image |
| Namespace of accumulator image routines.
|
namespace | impl |
| Implementation namespace of accumulator namespace.
|
namespace | logic |
| Namespace of logical accumulators.
|
namespace | math |
| Namespace of mathematic accumulators.
|
namespace | shape |
| Namespace of shape accumulators.
|
namespace | stat |
| Namespace of statistical accumulators.
|
Functions |
template<typename A, typename I> |
A::result | compute (const Accumulator< A > &a, const Image< I > &input) |
| Make an accumulator compute the pixels of the image input .
|
template<typename Meta_Accu, unsigned Dir, typename I, typename O> |
void | line (const Image< I > &input, const typename I::site &p_start, unsigned len, unsigned half_length, Image< O > &output) |
template<typename A, typename I> |
| mln_meta_accu_result (A, util::pix< I >) compute(const Meta_Accumulator< A > &a |
| Make an accumulator compute the pixels of the image input .
|
template<typename A, typename I> |
void | take (const Image< I > &input, Accumulator< A > &a) |
| Make an accumulator take the pixels of the image input .
|
Namespace of accumulators.