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/scribo-z has been updated
via 033b24976414aed9461ea4cb7e60e29fe95ff5b3 (commit)
via ef48505d020f4fd2ba1e89482bf3a2e3a69d2b7c (commit)
via be8a9483d08855d6475aafbcf6d7b99b4c2e7546 (commit)
via 76ed491e0693668ef068eef740ea697eb17e9017 (commit)
via 5d3b9dacc3b50f37a4fb09dd53d45c53dcdd59c4 (commit)
via 5824c18c8dc04d028fac6a873aeaed17ae00ed07 (commit)
via d7850dbc2fb6879dceacc355cf5f37f460e09313 (commit)
via f8b5117d9ebdbb13855bdb4d4dcc1581e7bc82b1 (commit)
via 9f19274a760e12dc9b2cbe7bdf5bfc9c466af5b8 (commit)
from 5ca84d197b8742460dfda8b9435a02a79603ab0a (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 -----------------------------------------------------------------
033b249 Add new tests.
ef48505 configure.ac: Set HAVE_QT correctly.
be8a948 Fix conversion routines towards qimage.
76ed491 bench/fastest.cc: New. Add a bench for the best fastest iteration.
5d3b9da Add algorithms to retrieve white spaces.
5824c18 mln/accu/count_value.hh: Add properties.
d7850db Improve text recognition.
f8b5117 binarization/sauvola_ms.hh: Fix an invalid test.
9f19274 upsampling/eagle.hh: Add a new upsampling algorithm.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
configure.ac | 4 +-
milena/ChangeLog | 23 +
milena/mln/accu/count_value.hh | 26 +-
milena/mln/convert/to_qimage.hh | 53 +-
milena/mln/convert/to_qimage_nocopy.hh | 2 +-
milena/sandbox/ChangeLog | 5 +
milena/sandbox/bench/fastest.cc | 351 ++++++++
milena/tests/convert/Makefile.am | 25 +-
milena/tests/convert/to_qimage.cc | 76 ++
milena/tests/convert/to_qimage_nocopy.cc | 56 ++
milena/tests/subsampling/Makefile.am | 12 +-
milena/tests/subsampling/antialiased.cc | 74 ++
scribo/ChangeLog | 25 +-
scribo/binarization/sauvola_ms.hh | 2 +-
scribo/sandbox/ChangeLog | 9 +
scribo/sandbox/white_spaces/white_spaces.cc | 792 ------------------
scribo/sandbox/z/white_spaces/hom_sep.cc | 133 +++
.../sandbox/z/white_spaces/white_space_closing.cc | 123 +++
scribo/sandbox/z/white_spaces/white_spaces.cc | 842 ++++++++++++++++++++
scribo/text/clean.hh | 3 +-
scribo/text/recognition.hh | 32 +-
scribo/upsampling/eagle.hh | 145 ++++
23 files changed, 1988 insertions(+), 829 deletions(-)
create mode 100644 milena/sandbox/bench/fastest.cc
create mode 100644 milena/tests/convert/to_qimage.cc
create mode 100644 milena/tests/convert/to_qimage_nocopy.cc
create mode 100644 milena/tests/subsampling/antialiased.cc
create mode 100644 scribo/sandbox/ChangeLog
delete mode 100644 scribo/sandbox/white_spaces/white_spaces.cc
create mode 100644 scribo/sandbox/z/white_spaces/hom_sep.cc
create mode 100644 scribo/sandbox/z/white_spaces/white_space_closing.cc
create mode 100644 scribo/sandbox/z/white_spaces/white_spaces.cc
create mode 100644 scribo/upsampling/eagle.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date