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 features/maxtree has been updated
via 81466eb3026e78a9f6c89a9555028a6ff1488b14 (commit)
via 42d1898c6190f04d9e01631ba024582fbe1614a6 (commit)
via f9fd9217dd2c5e64f401a3ebad15b60baa8a8ee9 (commit)
from e2a0e25ddd6d6ae71fd0a1a1b10ae3e9c2e66f6d (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 -----------------------------------------------------------------
81466eb 2-steps maxtree algorithm with Salembier topological sort and
42d1898 Salembier algorithm working on edges.
f9fd921 Minor fixes.
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/ChangeLog | 26 +++
milena/sandbox/edwin/MaxTree/Makefile | 13 +
milena/sandbox/edwin/MaxTree/cplx2d.hh | 113 ++++++++++
milena/sandbox/edwin/MaxTree/salembier_edge.cc | 30 +++
milena/sandbox/edwin/MaxTree/salembier_edge.hh | 191 ++++++++++++++++
.../sandbox/edwin/MaxTree/salembier_two_steps.cc | 231 ++++++++++++++++++++
milena/sandbox/edwin/TreeAlgorithmsComp/Makefile | 1 +
milena/sandbox/edwin/TreeAlgorithmsComp/bench.hh | 24 +-
8 files changed, 618 insertions(+), 11 deletions(-)
create mode 100644 milena/sandbox/edwin/MaxTree/Makefile
create mode 100644 milena/sandbox/edwin/MaxTree/cplx2d.hh
create mode 100644 milena/sandbox/edwin/MaxTree/salembier_edge.cc
create mode 100644 milena/sandbox/edwin/MaxTree/salembier_edge.hh
create mode 100644 milena/sandbox/edwin/MaxTree/salembier_two_steps.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date