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/khalimsky has been updated
via 79013f593d29d76f1cedd81e2b82b592456bb16e (commit)
via f8e75ed57ad6a572e0b4840f6308e4579f3a5fdc (commit)
via bf7a3ece9d5dcba15c4dd028df9a2d1195e7817f (commit)
via e4b6a470fe55600ead95980046bfb96a29e01ca9 (commit)
via be9340afeac8315e35e9a92a2b264342e5e1fe1d (commit)
via 1c7f750c08192f7f837f2b7e1c5244851642c9fb (commit)
via efea70de81a2ac0c3a940016a22acb11adcb8670 (commit)
from 42e50d9744a45238055e9a2723b257382100e738 (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 -----------------------------------------------------------------
79013f5 Various fixes.
f8e75ed Handle border effects while computing 1-faces values.
bf7a3ec Improve interface of hqueues.
e4b6a47 Add missing typedef in functions.
be9340a Add sum functions.
1c7f750 Add kn::border routines working on 2-faces.
efea70d configure.ac: Configure milena/tests/world/kn/border/Makefile.am.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
configure.ac | 1 +
milena/ChangeLog | 74 ++++++++++
milena/mln/fun/vv2v/sum.hh | 75 ++++++++++
milena/mln/fun/vvvv2v/max.hh | 7 +-
milena/mln/fun/vvvv2v/mean.hh | 7 +-
milena/mln/fun/vvvv2v/median.hh | 6 +-
milena/mln/fun/vvvv2v/min.hh | 7 +-
milena/mln/fun/vvvv2v/sum.hh | 76 ++++++++++
milena/mln/util/hqueue.hh | 28 ++--
milena/mln/world/k1/fill_1_from_2_faces.hh | 13 +-
milena/mln/world/k1/immerse_with.hh | 40 ++++++
.../k2/fill_non_primary_from_primary_2_faces.hh | 10 +-
.../world/kn/border/adjust_duplicate_2_faces.hh | 95 +++++++++++++
milena/mln/world/kn/border/duplicate_2_faces.hh | 144 ++++++++++++++++++++
milena/mln/world/kn/compute_tree_of_shapes.hh | 14 +-
milena/mln/world/kn/fill_1_from_2_faces.hh | 33 ++++-
milena/mln/world/kn/fill_1_from_aux_2_faces.hh | 15 ++-
.../kn/internal/fill_primary_2_faces_from_input.hh | 3 +
.../mln/world/kn/internal/get_background_label.hh | 13 +-
milena/tests/world/k1/fill_1_from_2_faces.cc | 82 ++++++------
milena/tests/world/k1/immerse_with.cc | 25 ++--
.../k2/fill_non_primary_from_primary_2_faces.cc | 37 +-----
milena/tests/world/kn/Makefile.am | 4 +-
milena/tests/world/kn/accu/max_interval.cc | 13 +-
milena/tests/world/kn/accu/min_interval.cc | 13 +-
milena/tests/world/kn/border/Makefile.am | 26 ++++
.../world/kn/border/adjust_duplicate_2_faces.cc | 68 +++++++++
milena/tests/world/kn/border/duplicate_2_faces.cc | 66 +++++++++
milena/tests/world/kn/fill_1_from_2_faces.cc | 59 ++++-----
milena/tests/world/kn/fill_1_from_aux_2_faces.cc | 61 ++++-----
31 files changed, 893 insertions(+), 226 deletions(-)
create mode 100644 milena/mln/fun/vv2v/sum.hh
create mode 100644 milena/mln/fun/vvvv2v/sum.hh
create mode 100644 milena/mln/world/kn/border/adjust_duplicate_2_faces.hh
create mode 100644 milena/mln/world/kn/border/duplicate_2_faces.hh
create mode 100644 milena/tests/world/kn/border/Makefile.am
create mode 100644 milena/tests/world/kn/border/adjust_duplicate_2_faces.cc
create mode 100644 milena/tests/world/kn/border/duplicate_2_faces.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform