Accumulators working on image values. More...
Classes | |
struct | mln::accu::convolve< T1, T2, R > |
Generic convolution accumulator class. More... | |
struct | mln::accu::count_labels< L > |
Count the number of different labels in an image. More... | |
struct | mln::accu::count_value< V > |
Count a given value. More... | |
struct | mln::accu::histo< V > |
Generic histogram class over a value set with type V . More... | |
struct | mln::accu::label_used< L > |
References all the labels used. More... | |
struct | mln::accu::logic::land |
"Logical-and" accumulator. More... | |
struct | mln::accu::logic::land_basic |
"Logical-and" accumulator. More... | |
struct | mln::accu::logic::lor |
"Logical-or" accumulator. More... | |
struct | mln::accu::logic::lor_basic |
"Logical-or" accumulator class. More... | |
struct | mln::accu::maj_h< T > |
Compute the majority value. More... | |
struct | mln::accu::math::inf< T > |
Generic inf accumulator class. More... | |
struct | mln::accu::math::sum< T, S > |
Generic sum accumulator class. More... | |
struct | mln::accu::math::sup< T > |
Generic sup accumulator class. More... | |
struct | mln::accu::rms< T, V > |
Generic root mean square accumulator class. More... | |
struct | mln::accu::stat::deviation< T, S, M > |
Generic standard deviation accumulator class. More... | |
struct | mln::accu::stat::max< T > |
Generic max accumulator class. More... | |
struct | mln::accu::stat::max_h< V > |
Generic max function based on histogram over a value set with type V . More... | |
struct | mln::accu::stat::mean< T, S, M > |
Generic mean accumulator class. More... | |
struct | mln::accu::stat::median_alt< S > |
Generic median_alt function based on histogram over a value set with type S . More... | |
struct | mln::accu::stat::median_h< V > |
Generic median function based on histogram over a value set with type V . More... | |
struct | mln::accu::stat::min< T > |
Generic min accumulator class. More... | |
struct | mln::accu::stat::min_h< V > |
Generic min function based on histogram over a value set with type V . More... | |
struct | mln::accu::stat::min_max< V > |
Generic min and max accumulator class. More... | |
struct | mln::accu::stat::rank< T > |
Generic rank accumulator class. More... | |
struct | mln::accu::stat::rank< bool > |
rank accumulator class for Boolean. More... | |
struct | mln::accu::stat::rank_high_quant< T > |
Generic rank accumulator class. More... | |
struct | mln::accu::stat::var< T > |
Var accumulator class. More... | |
struct | mln::accu::stat::variance< T, S, R > |
Variance accumulator class. More... |
Accumulators working on image values.