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 81fe5b981e588b3dfe533d7763c3aa73372b3780 (commit)
via ab1d771840bf5feb550af4f83fdf17b68aad3cfd (commit)
from abeebe9d18431d7dfb2f0fb711b3ede92a17ab55 (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 -----------------------------------------------------------------
81fe5b9 Add compute_tree_of_shapes algorithm.
ab1d771 Various fixes.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 36 ++
milena/mln/accu/math/span.hh | 43 +-
milena/mln/data/compute_in_inner_border.hh | 6 +-
milena/mln/fun/vv2v/span.hh | 19 +-
milena/mln/fun/vvvv2v/span.hh | 27 +-
milena/mln/inner_border/fill.hh | 4 +-
.../{on_frontiere.hh => is_on_frontiere.hh} | 45 ++-
milena/mln/util/hqueue.hh | 162 +++++++
.../fill.hh => util/tree_of_shapes.hh} | 79 ++--
milena/mln/value/interval.hh | 20 +-
milena/mln/world/k2/is_primary_2_face.hh | 2 +-
milena/mln/world/kn/compute_tree_of_shapes.hh | 500 ++++++++++++++++++++
.../mln/world/kn/fill_0_1_faces_internal_border.hh | 22 +-
milena/mln/world/kn/internal/display.hh | 320 +++++++++++++
.../kn/internal/fill_primary_2_faces_from_input.hh | 3 +-
milena/mln/world/kn/safe_cast.hh | 87 ++--
milena/mln/world/kn/un_immerse.hh | 4 +-
17 files changed, 1207 insertions(+), 172 deletions(-)
rename milena/mln/inner_border/internal/{on_frontiere.hh => is_on_frontiere.hh} (68%)
create mode 100644 milena/mln/util/hqueue.hh
copy milena/mln/{inner_border/fill.hh => util/tree_of_shapes.hh} (56%)
create mode 100644 milena/mln/world/kn/compute_tree_of_shapes.hh
create mode 100644 milena/mln/world/kn/internal/display.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform