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 32b4b85ab922c2384553543763a7eb4989023f6f (commit)
via 1027cb2a0b17123395cfaac47aac7301faff1e5b (commit)
via 21452e4577778474ff58544ca2d41833148691a6 (commit)
via a1722e4c5ae3c46b52e44e7d80bd335796ec1c02 (commit)
via 41f36757c18b5c65faf00f188d38f7421046fa17 (commit)
via 3d9e9edeb70267dedd79a8f3a5a3486b6e9b07e3 (commit)
via d90f5122886ca55eb7083eedd11a1f8a471ab8ff (commit)
via bc3f2b6ab7ddc3c695fb35b3eda1b7d1e2e17eeb (commit)
via 9b5c9ab38c21004353be12bdda08cb8c4e82e97a (commit)
via 62776ae24fd3295a5087dc2750a3bc238efcc2c4 (commit)
via ae863e48a8f38f2b2fc7b852758309fa04ce9baf (commit)
via 034236fbdeca14742b93f53c37774b7f2dcf09bb (commit)
via d466ef31108daf9ddd9ae300c3d1fae96e233126 (commit)
from 397d9adad2d9d3854bb9f6b43fd3b0530af973e3 (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 -----------------------------------------------------------------
32b4b85 Load and save color information.
1027cb2 scribo/text/paragraphs.hh: Remove unused argument.
21452e4 Fix namespace ambiguities.
a1722e4 Improve PDF output.
41f3675 configure.ac: Configure scribo/tests/util.
3d9e9ed Add hexadecimal color conversion routines.
d90f512 Explicitly set vertical or horizontal attribute for separators in XML output.
bc3f2b6 Make use of opacity in PDF output.
9b5c9ab mln/io/magick/save.hh: Add support for opacity.
62776ae Small fixes in Scribo.
ae863e4 Make paragraph extraction work with this branch.
034236f Correction on line spacing
d466ef3 Paragraphs extraction
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
configure.ac | 3 +
milena/ChangeLog | 4 +
milena/mln/io/magick/save.hh | 155 +++-
scribo/ChangeLog | 108 ++
scribo/demo/xml2doc/image_crop.cc | 75 +-
scribo/demo/xml2doc/templates/pdf/line.xsl | 390 ++++----
scribo/demo/xml2doc/templates/pdf/regions.xsl | 17 +-
.../binarization/internal/first_pass_functor.hh | 6 +-
scribo/scribo/binarization/sauvola_ms.hh | 24 +-
scribo/scribo/canvas/integral_browsing.hh | 10 +-
scribo/scribo/convert/to_base64.hh | 4 +-
scribo/scribo/core/document.hh | 4 +-
scribo/scribo/core/line_info.hh | 184 ++++-
scribo/scribo/core/stats.hh | 321 ++++++
scribo/scribo/core/tag/component.hh | 16 +-
scribo/scribo/io/img/internal/debug_img_visitor.hh | 3 +-
scribo/scribo/io/img/internal/full_img_visitor.hh | 3 +-
.../scribo/io/img/internal/non_text_img_visitor.hh | 3 +-
scribo/scribo/io/img/save.hh | 7 +
.../scribo/io/xml/internal/compute_text_colour.hh | 108 ++
.../io/xml/internal/extended_page_xml_visitor.hh | 58 +-
scribo/scribo/io/xml/internal/full_xml_visitor.hh | 56 +-
scribo/scribo/io/xml/internal/page_xml_visitor.hh | 3 +-
scribo/scribo/io/xml/load.hh | 26 +-
scribo/scribo/preprocessing/denoise_bg.hh | 5 +-
scribo/scribo/primitive/extract/alignments.hh | 2 +-
scribo/scribo/text/look_like_text_lines.hh | 16 +
scribo/scribo/text/merging.hh | 307 +++++--
scribo/scribo/text/paragraphs.hh | 1046 ++++++++++++++++++++
.../toolchain/internal/content_in_doc_functor.hh | 178 ++--
scribo/scribo/util/color_to_hex.hh | 78 ++
scribo/scribo/util/hex_to_color.hh | 145 +++
scribo/src/binarization/sauvola_ms_fg.cc | 6 +-
scribo/tests/Makefile.am | 3 +-
scribo/tests/util/Makefile.am | 26 +
scribo/tests/util/color_to_hex.cc | 28 +
scribo/tests/util/hex_to_color.cc | 32 +
38 files changed, 2948 insertions(+), 516 deletions(-)
create mode 100644 scribo/scribo/core/stats.hh
create mode 100644 scribo/scribo/io/xml/internal/compute_text_colour.hh
create mode 100644 scribo/scribo/text/paragraphs.hh
create mode 100644 scribo/scribo/util/color_to_hex.hh
create mode 100644 scribo/scribo/util/hex_to_color.hh
create mode 100644 scribo/tests/util/Makefile.am
create mode 100644 scribo/tests/util/color_to_hex.cc
create mode 100644 scribo/tests/util/hex_to_color.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date