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 more-generic-skel has been updated
discards 25950c4401a9d94c8879ff9e9d561272e3055eb4 (commit)
discards c0f02ece8a92571bea34d5b46bdb227094292b48 (commit)
discards 876aaf57aaaf4b4e7b7a5409503b919f89469406 (commit)
discards c9a6f38e521e49267034ffd047ee96882456fe3b (commit)
discards d0945cb873925fb3d20b9853980ee7a020b30157 (commit)
via 8cbc0864835adb146da03fde34e7f3328bc580a8 (commit)
via 086b7d82fff3cea004ec3c1a7ea0b6775df7ab7c (commit)
via c17805cda0f19313b307ac6d31cdd8bdf2ae3a9e (commit)
via 643158a15c5d243a437aaa467efc8234db4f81f3 (commit)
via 0a6d80b5d914e684b642951c0b32c72421e8ceb5 (commit)
via a087bc4d5c23b64db8ca8a3fe40c73387419ec70 (commit)
via ee56e13b49f84c30aaaee1f3c1edfdac61784c52 (commit)
via b4a75638b975b3e0a70d47ab1fa48caff05468f3 (commit)
via a04de22136722fbb9445e9f0eec4b0a474a4393d (commit)
via cb5723f7d881aa291082a67e2a0303456b1b3402 (commit)
via 739f3d21f481e522f8712bbfb5dd891a7886d615 (commit)
via 8b3107da88f52723fe8e170efc6a6f10d4bdc17e (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (25950c4401a9d94c8879ff9e9d561272e3055eb4)
\
N -- N -- N (8cbc0864835adb146da03fde34e7f3328bc580a8)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
8cbc086 Use mln::data::paste to simplify mesh skeleton applications.
086b7d8 Update mesh skeleton applications.
c17805c More generic breadth-first-thinning-based skeleton transformations.
643158a Introduce a helper to build an mln::mutable_extension_ima.
0a6d80b Introduce an extension-by-mutable-image morpher.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 77 +++++++++-
milena/headers.mk | 4 +
milena/mln/topo/detach_cell.hh | 1 -
.../mln/{fun/p2b/chess.hh => topo/detach_point.hh} | 54 +++----
.../estimate.hh => mln/topo/is_not_end_point.hh} | 90 ++++++------
milena/mln/topo/is_simple_point2d.hh | 140 +++++++++++++++++
milena/mln/topo/skeleton/breadth_first_thinning.hh | 10 +-
...rst_thinning.hh => priority_driven_thinning.hh} | 158 ++++++++++----------
milena/tests/topo/skeleton/Makefile.am | 20 +++-
.../skeleton/breadth_first_thinning.cc} | 55 ++++---
.../skeleton/breadth_first_thinning_constrained.cc | 69 +++++----
.../topo/skeleton/priority_driven_thinning.cc | 90 +++++++++++
.../priority_driven_thinning_constrained.cc | 94 ++++++++++++
13 files changed, 636 insertions(+), 226 deletions(-)
copy milena/mln/{fun/p2b/chess.hh => topo/detach_point.hh} (65%)
copy milena/{sandbox/theo/estimate.hh => mln/topo/is_not_end_point.hh} (52%)
create mode 100644 milena/mln/topo/is_simple_point2d.hh
copy milena/mln/topo/skeleton/{breadth_first_thinning.hh =>
priority_driven_thinning.hh} (52%)
copy milena/tests/{labeling/foreground.cc => topo/skeleton/breadth_first_thinning.cc}
(54%)
copy scribo/src/primitive/find/find_pattern_lines.cc =>
milena/tests/topo/skeleton/breadth_first_thinning_constrained.cc (50%)
create mode 100644 milena/tests/topo/skeleton/priority_driven_thinning.cc
create mode 100644 milena/tests/topo/skeleton/priority_driven_thinning_constrained.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date