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 unstable/scribo has been updated
via 23f3b30f300046e11aaf660916a6040c23cf6687 (commit)
via a73499bf5cbbe38c4c36a9fb551df52a43a0b9f9 (commit)
via d346c91aa628ef39691078cff3f52b4c1019faec (commit)
from e5c4946ac2cc04f9d06ec2b959cef592d76b68dd (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 -----------------------------------------------------------------
23f3b30 tests/unit_test/unit-test.mk: Regen.
a73499b configure.ac: Configure scribo/tests/layout directory.
d346c91 Import Julien Marquegnies's implementation of XY-Cut layout analysis
algorithm.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
configure.ac | 1 +
scribo/ChangeLog | 17 +
.../scribo/layout/internal/hist_info.hh | 43 +-
scribo/scribo/layout/internal/node.hh | 156 ++++++++
scribo/scribo/layout/xy_cut.hh | 405 ++++++++++++++++++++
scribo/tests/Makefile.am | 1 +
scribo/tests/{text => layout}/Makefile.am | 5 +-
.../lines_h_pattern.cc => layout/xy_cut.cc} | 32 +-
scribo/tests/unit_test/unit-tests.mk | 3 +
10 files changed, 627 insertions(+), 40 deletions(-)
copy milena/mln/io/abort.hh => scribo/scribo/layout/internal/hist_info.hh (66%)
create mode 100644 scribo/scribo/layout/internal/node.hh
create mode 100644 scribo/scribo/layout/xy_cut.hh
copy scribo/tests/{text => layout}/Makefile.am (87%)
copy scribo/tests/{primitive/extract/lines_h_pattern.cc => layout/xy_cut.cc} (71%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date