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/smearing has been updated
via e64193117ab24a970897b3a02d22716f3255039a (commit)
via 6894b3702ca310f811f33289e80a7e3da671c935 (commit)
via 2b4a5820ba65bfc99e72803eb610eccad0ddedd1 (commit)
via bf4788982c0d1cd562ea806bfeb123cffb5b0900 (commit)
from 1935bc36690804e3ee07a7c2344538c9d80287c8 (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 -----------------------------------------------------------------
e641931 NEWS: Notify new Smearing algorithm.
6894b37 doc/doc.bib: Add a reference for Smearing layout analysis.
2b4a582 Regenerate auto-generated files.
bf47889 Add Smearing layout analysis algorithm.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +
NEWS | 2 +-
doc/doc.bib | 11 +
scribo/ChangeLog | 23 ++
scribo/headers.mk | 6 +
scribo/scribo/layout/internal/smearing/bbox2d.hh | 151 +++++++++
.../layout/internal/smearing/classification.hh | 147 +++++++++
scribo/scribo/layout/internal/smearing/crla.hh | 219 +++++++++++++
.../scribo/layout/internal/smearing/draw_region.hh | 121 +++++++
scribo/scribo/layout/internal/smearing/labeling.hh | 340 ++++++++++++++++++++
scribo/scribo/layout/smearing.hh | 223 +++++++++++++
scribo/tests/layout/Makefile.am | 10 +-
scribo/tests/layout/smearing-nontext.pbm | 5 +
.../alignment_3.pbm => layout/smearing-text.pbm} | Bin 12167 -> 11996 bytes
scribo/tests/layout/{xy_cut.cc => smearing.cc} | 19 +-
scribo/tests/unit_test/unit-tests.mk | 6 +
16 files changed, 1279 insertions(+), 12 deletions(-)
create mode 100644 scribo/scribo/layout/internal/smearing/bbox2d.hh
create mode 100644 scribo/scribo/layout/internal/smearing/classification.hh
create mode 100644 scribo/scribo/layout/internal/smearing/crla.hh
create mode 100644 scribo/scribo/layout/internal/smearing/draw_region.hh
create mode 100644 scribo/scribo/layout/internal/smearing/labeling.hh
create mode 100644 scribo/scribo/layout/smearing.hh
create mode 100644 scribo/tests/layout/smearing-nontext.pbm
copy scribo/tests/{img/alignment_3.pbm => layout/smearing-text.pbm} (95%)
copy scribo/tests/layout/{xy_cut.cc => smearing.cc} (78%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform