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 20e5ea192b6d35558375dcdd31105040194a0549 (commit)
via 8111a3b8d02f9172deb3afdbc2de78dba4c9ce11 (commit)
via 1ae66a9420e5bcbb1b803146c2dbe2d832ce338a (commit)
via 40868fc1ed059dba8ac32a197c8ca057119b7fc5 (commit)
via 9f16736e0489a3dd08886d294cfe450455e9017e (commit)
via b1996de47b003770f8216b7e9490caec1f752fb8 (commit)
via 1e0a65a1766eb1f1899fb19028f99d27aa4d6ed2 (commit)
via 91eebc54f3b25f8b45f50f074811901565ebe554 (commit)
via e08e17f5cad0eaf44d5ac35eb59e9953a3aa46d0 (commit)
from 5ee0431581d8905678c4823763e8c929f9cbe1d2 (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 -----------------------------------------------------------------
20e5ea1 Add value::is_degenerated.
8111a3b Small fixes.
1ae66a9 mln/world/kn/debug/println.hh: New.
40868fc Add test for world::kn::border::compute_1_faces.
9f16736 Add kn::is_primary_2_face and kn::is_not_primary_2_face.
b1996de Move kn::internal::face_dim to kn.
1e0a65a Move display_enlarged to kn.
91eebc5 Fix level comparisons.
e08e17f More safe cast overloads.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 98 +++++++++
milena/mln/fun/v2b/compare.hh | 17 +-
milena/mln/fun/v2b/threshold_ge.hh | 22 +-
milena/mln/fun/v2b/threshold_gt.hh | 20 +-
milena/mln/fun/v2b/threshold_le.hh | 21 +-
milena/mln/fun/v2b/threshold_lt.hh | 17 +-
milena/mln/util/hqueue.hh | 32 ++--
milena/mln/value/is_degenerated.hh | 122 ++++++++++++
milena/mln/world/k1/display_enlarged.hh | 154 --------------
.../world/k1/immerse_and_duplicate_2_to_1_faces.hh | 6 +
milena/mln/world/k2/is_non_primary_2_face.hh | 4 +-
milena/mln/world/k2/is_primary_2_face.hh | 7 +-
milena/mln/world/kn/border/compute_1_faces.hh | 3 -
milena/mln/world/kn/compute_tree_of_shapes.hh | 2 +-
milena/mln/world/kn/debug/println.hh | 142 +++++++++++++
milena/mln/world/kn/display_enlarged.hh | 154 ++++++++++++++
milena/mln/world/kn/face_dim.hh | 79 ++++++++
milena/mln/world/kn/internal/display.hh | 6 +-
milena/mln/world/kn/internal/face_dim.hh | 84 --------
milena/mln/world/kn/is_0_face.hh | 4 +-
milena/mln/world/kn/is_0_or_1_face.hh | 4 +-
milena/mln/world/kn/is_1_face.hh | 4 +-
milena/mln/world/kn/is_2_face.hh | 4 +-
milena/mln/world/kn/is_non_primary_2_face.hh | 99 +++++++++
milena/mln/world/kn/is_primary_2_face.hh | 100 ++++++++++
milena/mln/world/kn/level.hh | 15 +-
milena/mln/world/kn/safe_cast.hh | 112 +++++++++--
milena/tests/value/Makefile.am | 4 +-
milena/tests/value/is_degenerated.cc | 43 ++++
milena/tests/world/k1/Makefile.am | 2 -
milena/tests/world/k1/display_enlarged.cc | 98 ---------
milena/tests/world/k1/fill_0_from_1_faces.cc | 49 ++---
milena/tests/world/k1/immerse_with.cc | 11 +-
milena/tests/world/kn/Makefile.am | 4 +
milena/tests/world/kn/border/Makefile.am | 2 +
milena/tests/world/kn/border/compute_1_faces.cc | 66 ++++++
milena/tests/world/kn/display_enlarged.cc | 94 +++++++++
milena/tests/world/kn/level.cc | 9 +-
milena/tests/world/kn/safe_cast.cc | 209 ++++++++++++++++++++
39 files changed, 1437 insertions(+), 486 deletions(-)
create mode 100644 milena/mln/value/is_degenerated.hh
delete mode 100644 milena/mln/world/k1/display_enlarged.hh
create mode 100644 milena/mln/world/kn/debug/println.hh
create mode 100644 milena/mln/world/kn/display_enlarged.hh
create mode 100644 milena/mln/world/kn/face_dim.hh
delete mode 100644 milena/mln/world/kn/internal/face_dim.hh
create mode 100644 milena/mln/world/kn/is_non_primary_2_face.hh
create mode 100644 milena/mln/world/kn/is_primary_2_face.hh
create mode 100644 milena/tests/value/is_degenerated.cc
delete mode 100644 milena/tests/world/k1/display_enlarged.cc
create mode 100644 milena/tests/world/kn/border/compute_1_faces.cc
create mode 100644 milena/tests/world/kn/display_enlarged.cc
create mode 100644 milena/tests/world/kn/safe_cast.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform