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 exp/newdoc has been updated
via c5a51d374b002aaada4860b7d2c6b72efa7f5b13 (commit)
via 9375af1bf8f23d22c0b566c2751026c3ee1c8418 (commit)
via 8c22dda3d43b85f55f4ddf7125464661d8f13a3b (commit)
via 2c7f276871da2240744b864bc953630c28f3174e (commit)
via 3fee889275e51e4a54ddd190fd0a1221e27543f2 (commit)
from f4024c0f648bac243f0cb60c04ae3e895a9e08d3 (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 -----------------------------------------------------------------
c5a51d3 doc/mln/labeling/labeling.dox: Fix auto-link to functions.
9375af1 Do not move classes/functions in their related sections.
8c22dda Add documentation about neighborhood and window iterators.
2c7f276 doc/mainpage.dox: Update demo URL.
3fee889 doc/DoxygenLayout.xml: Update demo URL.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
doc/mainpage.dox | 2 +-
milena/ChangeLog | 42 +++++++++
milena/doc/DoxygenLayout.xml | 2 +-
milena/doc/examples-outputs.mk | 36 +++++++
milena/doc/examples.dox | 20 +++--
milena/doc/examples.mk | 4 +-
milena/doc/examples/neighborhood_iterator.cc | 40 ++++++++
milena/doc/examples/window_iterator.cc | 40 ++++++++
milena/doc/mln/core/neighb.dox | 41 +++++++-
milena/doc/mln/labeling/labeling.dox | 2 +-
milena/doc/mln/win/win.dox | 39 +++++++-
milena/doc/outputs.mk | 4 +-
...instantiation.txt => neighborhood_iterator.txt} | 0
...right-instantiation.txt => window_iterator.txt} | 0
milena/doc/programs-examples.mk | 4 +
milena/mln/core/macros.hh | 42 ++++++---
milena/mln/literal/black.hh | 7 +-
milena/mln/literal/colors.hh | 98 +++++++++++++++++---
milena/mln/literal/identity.hh | 4 +-
milena/mln/literal/max.hh | 3 +-
milena/mln/literal/min.hh | 4 +-
milena/mln/literal/one.hh | 6 +-
milena/mln/literal/origin.hh | 4 +-
milena/mln/literal/white.hh | 7 +-
milena/mln/literal/zero.hh | 9 ++-
26 files changed, 405 insertions(+), 59 deletions(-)
create mode 100644 milena/doc/examples/neighborhood_iterator.cc
create mode 100644 milena/doc/examples/window_iterator.cc
copy milena/doc/outputs/{accu-right-instantiation.txt => neighborhood_iterator.txt}
(100%)
copy milena/doc/outputs/{accu-right-instantiation.txt => window_iterator.txt} (100%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform