This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
via 92344248afe3b83428d1db46b156e745451e5ce5 (commit)
via ce97be8f1743324174f965410d1249994eba3e8d (commit)
via 289bcac105fb22c53d37d73a32c1f1402bc5c358 (commit)
via 83d9bff14f8b49b346c6342855d612a37c58cfd0 (commit)
via aa8db8d1be7bdf624312762a1630355d3fec543a (commit)
via e2f4e925bc23a4698abe15108d0ec754bbf67c29 (commit)
via 07333d2c000f65cfabcc4702b704b5abf4126278 (commit)
via 1a302adfd37c3aebe33a477d64cb0304150e37c9 (commit)
via b0051dcaccff406bf3176e17f4abfb95a71822dd (commit)
via 13b61491d6933f69e26cb421e1448f094351cae9 (commit)
via 77d7b3a938fe16dc7216117a80158007706e1236 (commit)
via 9cf87e52f51dbc3344e7aca36a884b8ae0892bed (commit)
via ce8691742261a97e214f5e99024e319cc9e761e2 (commit)
via 9df9980fe8d9d1b2e7cd68ef41aa6bad00f261c0 (commit)
via 002e0e957be01c8a22605d884b9b1dd591e1ee5b (commit)
via 592a16814171acc776241e80db25673125619bda (commit)
from 979d54b458e41fc3bac8f347742d6a42a03df2a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
9234424 doc/mln/convert.dox: Fix from_to_ module name.
ce97be8 scribo/core/object_links.hh: Always initialize links in non-default constructors.
289bcac scribo/core/component_set.hh: Adjust memory pre-allocation size.
83d9bff Enhance documentation in scribo.
aa8db8d scribo/core/component_set.hh: Hide internal API.
e2f4e92 Move documentation of component_set in its corresponding header.
07333d2 doc/Doxyfile.in: Expand more macros.
1a302ad doc/Doxyfile.in: Exclude internal symbols from documentation.
b0051dc doc/Doxyflile.in: Fix include paths in documentation.
13b6149 Move internal code to namespace internal.
77d7b3a mln/win/rectangle2d.hh: Hide internal API.
9cf87e5 Add labeling module in documentation.
ce86917 Add documentation for mln_concrete and mln_ch_value.
9df9980 Add explanations on compilation with multiple files.
002e0e9 doc/Doxyfile.in: Expand more macros.
592a168 doc/Doxyfile.in: Expand more macros.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 69 ++++++++++++++++++
milena/doc/Doxyfile.in | 31 ++++----
milena/doc/examples/multi_files_f1.cc.raw | 6 ++
milena/doc/examples/multi_files_f2.cc.raw | 6 ++
milena/doc/examples/multi_files_main.cc.raw | 16 ++++
milena/doc/examples/multiple_def.cc.raw | 9 +++
milena/doc/examples/typenametemplate.cc.raw | 1 +
milena/doc/examples/undef_global_vars.cc.raw | 1 +
milena/doc/examples/wrongvaluetype.cc.raw | 2 +
milena/doc/mln/convert.dox | 4 +-
milena/doc/mln/labeling/labeling.dox | 6 ++
milena/doc/ref-guide.tex | 69 +++++++++++++++---
milena/mln/labeling/background.hh | 4 +-
milena/mln/labeling/colorize.hh | 42 +++++++----
milena/mln/labeling/compute.hh | 100 ++++++++++++++------------
milena/mln/labeling/compute_image.hh | 74 +++++++++++---------
milena/mln/labeling/flat_zones.hh | 18 +++--
milena/mln/labeling/foreground.hh | 8 ++-
milena/mln/labeling/mean_values.hh | 11 +++-
milena/mln/labeling/n_max.hh | 77 +++++++++++---------
milena/mln/labeling/pack.hh | 34 ++++++---
milena/mln/labeling/regional_maxima.hh | 19 +++---
milena/mln/labeling/regional_minima.hh | 19 +++---
milena/mln/labeling/relabel.hh | 71 +++++++++++--------
milena/mln/labeling/superpose.hh | 5 +-
milena/mln/labeling/value.hh | 24 ++++---
milena/mln/labeling/value_and_compute.hh | 22 +++---
milena/mln/labeling/wrap.hh | 35 ++++++----
milena/mln/trait/ch_value.hh | 66 +++++++++++++++++-
milena/mln/trait/concrete.hh | 65 ++++++++++++++++-
milena/mln/win/rectangle2d.hh | 13 ++--
milena/tests/labeling/n_max.cc | 5 +-
scribo/ChangeLog | 42 +++++++++++
scribo/doc/Doxyfile.in | 16 +++--
scribo/doc/scribo/core/component_set.dox | 90 -----------------------
scribo/scribo/core/component_set.hh | 100 +++++++++++++++++++++++++-
scribo/scribo/core/object_links.hh | 53 +++++++++++---
scribo/scribo/debug/logger.hh | 2 +-
38 files changed, 849 insertions(+), 386 deletions(-)
create mode 100644 milena/doc/examples/multi_files_f1.cc.raw
create mode 100644 milena/doc/examples/multi_files_f2.cc.raw
create mode 100644 milena/doc/examples/multi_files_main.cc.raw
create mode 100644 milena/doc/examples/multiple_def.cc.raw
create mode 100644 milena/doc/examples/typenametemplate.cc.raw
create mode 100644 milena/doc/examples/undef_global_vars.cc.raw
create mode 100644 milena/doc/examples/wrongvaluetype.cc.raw
create mode 100644 milena/doc/mln/labeling/labeling.dox
delete mode 100644 scribo/doc/scribo/core/component_set.dox
hooks/post-receive
--
Olena, a generic and efficient image processing platform