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 0ee6ca936752310d487231054017dbfe2685dbcf (commit)
via 63a31e89870d37a1cabe9f2185ea37755d40cfa4 (commit)
via 1a5b21fe7b038b69f458c5eff9470cf9a297d062 (commit)
via df0ecc75bbd147bb9bd3733217189879aafe1221 (commit)
via acb3c05ba9f4d806c74604c440533ff5d7db3014 (commit)
via 6b05452c6453e2114d063aef6c53078159c793ff (commit)
via f81a760ac268c88667aa3d9f51f19b968640d308 (commit)
via 61eef32bf34aa5d7b65ce8f27405ae16bed66d30 (commit)
via 027f767ead3b99a0b564cf5723b6acac18dc3716 (commit)
from cbf3fe229ced061e0a6b9aa590593c91fced0d10 (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 -----------------------------------------------------------------
0ee6ca9 Let the user specify conversion functions in K2 immersion.
63a31e8 mln/core/routine/ops.hh: Update comments.
1a5b21f tests/value/interval.cc: Add more tests.
df0ecc7 Introduce level tag.
acb3c05 Fix accu::stat::median_interval.
6b05452 Introduce K2 and Kn spaces.
f81a760 Some fixes.
61eef32 New span accumulator.
027f767 Add functions.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 85 +++++++
milena/mln/accu/math/span.hh | 169 ++++++++++++++
milena/mln/accu/stat/median_interval.hh | 75 +++----
milena/mln/core/routine/ops.hh | 4 +-
milena/mln/fun/vv2v/span.hh | 78 +++++++
milena/mln/fun/vvvv2v/max.hh | 76 +++++++
milena/mln/fun/vvvv2v/mean.hh | 2 +-
milena/mln/fun/vvvv2v/min.hh | 76 +++++++
milena/mln/fun/vvvv2v/span.hh | 82 +++++++
milena/mln/labeling/compute.hh | 2 +-
milena/mln/math/max.hh | 17 ++
milena/mln/math/min.hh | 17 ++
milena/mln/util/level.hh | 128 +++++++++++
milena/mln/value/int_u.hh | 25 ++-
milena/mln/value/interval.hh | 87 +++++++-
milena/mln/world/k1/immerse.hh | 64 +++----
milena/mln/world/k2/converters.hh | 232 ++++++++++++++++++++
milena/mln/world/k2/fill_0_from_1_faces.hh | 114 ++++++++++
milena/mln/world/k2/fill_1_from_2_faces.hh | 118 ++++++++++
.../k2/fill_non_primary_from_primary_faces.hh | 217 ++++++++++++++++++
milena/mln/world/k2/immerse.hh | 127 +++++++++++
milena/mln/world/k2/immerse_with.hh | 173 +++++++++++++++
milena/mln/world/k2/is_non_primary_face.hh | 83 +++++++
milena/mln/world/k2/is_non_primary_face_cross.hh | 88 ++++++++
.../mln/world/k2/is_non_primary_face_horizontal.hh | 83 +++++++
.../mln/world/k2/is_non_primary_face_vertical.hh | 83 +++++++
milena/mln/world/k2/is_primary_face.hh | 82 +++++++
milena/mln/world/k2/neighb2d.hh | 139 ++++++++++++
milena/mln/world/kn/immerse.hh | 163 ++++++++++++++
milena/tests/accu/stat/median_interval.cc | 59 +++++
milena/tests/util/Makefile.am | 4 +-
milena/tests/util/level.cc | 42 ++++
milena/tests/value/interval.cc | 6 +
33 files changed, 2714 insertions(+), 86 deletions(-)
create mode 100644 milena/mln/accu/math/span.hh
create mode 100644 milena/mln/fun/vv2v/span.hh
create mode 100644 milena/mln/fun/vvvv2v/max.hh
create mode 100644 milena/mln/fun/vvvv2v/min.hh
create mode 100644 milena/mln/fun/vvvv2v/span.hh
create mode 100644 milena/mln/util/level.hh
create mode 100644 milena/mln/world/k2/converters.hh
create mode 100644 milena/mln/world/k2/fill_0_from_1_faces.hh
create mode 100644 milena/mln/world/k2/fill_1_from_2_faces.hh
create mode 100644 milena/mln/world/k2/fill_non_primary_from_primary_faces.hh
create mode 100644 milena/mln/world/k2/immerse.hh
create mode 100644 milena/mln/world/k2/immerse_with.hh
create mode 100644 milena/mln/world/k2/is_non_primary_face.hh
create mode 100644 milena/mln/world/k2/is_non_primary_face_cross.hh
create mode 100644 milena/mln/world/k2/is_non_primary_face_horizontal.hh
create mode 100644 milena/mln/world/k2/is_non_primary_face_vertical.hh
create mode 100644 milena/mln/world/k2/is_primary_face.hh
create mode 100644 milena/mln/world/k2/neighb2d.hh
create mode 100644 milena/mln/world/kn/immerse.hh
create mode 100644 milena/tests/util/level.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date