$extrastylesheet
Namespaces | |
| namespace | logic |
| namespace | math |
| namespace | shape |
| namespace | stat |
Classes | |
| struct | and_not |
| Meta accumulator for and_not. More... | |
| struct | center |
| Meta accumulator for center. More... | |
| struct | count_adjacent_vertices |
| Meta accumulator for count_adjacent_vertices. More... | |
| struct | count_labels |
| Meta accumulator for count_labels. More... | |
| struct | count_value |
| FIXME: How to write a meta accumulator with a constructor taking a generic argument? Meta accumulator for count_value. More... | |
| struct | histo |
| Meta accumulator for histo. More... | |
| struct | label_used |
| Meta accumulator for label_used. More... | |
| struct | maj_h |
| Meta accumulator for maj_h. More... | |
| struct | max_site |
| Meta accumulator for max_site. More... | |
| struct | minus |
| Meta accumulator for minus. More... | |
| struct | nil |
| Meta accumulator for nil. More... | |
| struct | p |
| Meta accumulator for p. More... | |
| struct | pair |
| Meta accumulator for pair. More... | |
| struct | rms |
| Meta accumulator for rms. More... | |
| struct | tuple |
| Meta accumulator for tuple. More... | |
| struct | val |
| Meta accumulator for val. More... | |
Typedefs | |
| typedef and_not < meta::logic::lor_basic, meta::logic::land_basic > | lor_basic_minus_land_basic |
| typedef meta::and_not < meta::logic::lor, meta::logic::land > | lor_minus_land |
| typedef meta::minus < meta::stat::max_h, meta::stat::min_h > | max_h_minus_min_h |
| typedef minus< meta::stat::max, meta::stat::min > | max_minus_min |
| typedef and_not<meta::logic::lor_basic, meta::logic::land_basic> mln::accu::meta::lor_basic_minus_land_basic |
Accumulator for morphological gradient on sets.
Definition at line 248 of file gradient-spe-lena.cc.
Incremental accumulator for morphological gradient on sets.
Definition at line 253 of file gradient-spe-lena.cc.
Incremental accumulator for morphological gradient on functions.
Definition at line 255 of file gradient-spe-lena.cc.
Accumulator for morphological gradient on functions.
Definition at line 250 of file gradient-spe-lena.cc.