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 distribute-scribo has been updated
discards dca41a34768ed67ea7a32c51742d3ae502bd12f2 (commit)
discards f75a6a28e9daa1d86f7988449ab8409eb4d2de3a (commit)
discards 947f6e451ca08a9c55e780da8795ae2b50987af1 (commit)
discards 8464d5567563b91c8c58a8a2214f3a8c5a8ab64f (commit)
via 9d6e03f2dc8fc61320aae6d0eca1766b10b3611b (commit)
via 330d20be0d0be1488add27f82a546263b2d191e3 (commit)
via e23121549516d2c6ec01f47c834d93900c332866 (commit)
via 01b0be04ac4abb7739b9ebc415cc95c997a36937 (commit)
via 8d50316b6cef7a40f53cbeee1534f2bc0151a7e5 (commit)
via 86afde11be03ca0f23630b97d9b9797228b6dabd (commit)
via eeb2374b8ab58b8e8ad3edcf745573b96c96dcc6 (commit)
via dce59ecf2488784f4c403f9704f213f2ee25af06 (commit)
via 4a2bb958c2a6159916a7e943a655f3b65184d3d3 (commit)
via 41318782a928e2ff9d3b0fbf46e432658e289d6e (commit)
via 5e6b26dcba53c84a5ccdc8deb719a21647d91e8c (commit)
via 59dededb8e58c6baf67bf1f43a039ffc32840c08 (commit)
via de89d9cc0d3bd2b1bb375e5a9b4bcc439d5cc6ca (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (dca41a34768ed67ea7a32c51742d3ae502bd12f2)
\
N -- N -- N (9d6e03f2dc8fc61320aae6d0eca1766b10b3611b)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
9d6e03f Add scribo-cli script.
330d20b Setup what to install with Scribo.
e231215 Make use of autotroll in demo/review.
01b0be0 Install Scribo headers in include/scribo.
8d50316 tests/Makefile.am (EXTRA_DIST): Fix path to files.
86afde1 tests/Makefile.am (EXTRA_DIST): Add new files.
eeb2374 Re-enable 'table' directory in SUBDIRS.
dce59ec Distribute Scribo.
4a2bb95 mln/labeling/compute.hh: Add a missing overload in dispatch.
4131878 Rename examples.
5e6b26d headers.mk: Regen.
59deded Add a preprocessing toolchain.
de89d9c Fix namespace ambiguities.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 4 +
milena/mln/labeling/compute.hh | 14 ++
scribo/ChangeLog | 83 +++++++++++
scribo/Makefile.am | 4 +-
scribo/demo/review/Makefile.am | 44 +++++-
scribo/demo/review/review.pro | 16 --
scribo/demo/review/src/mainwindow.cc | 7 +-
scribo/demo/review/src/mainwindow.hh | 2 +-
scribo/demo/viewer/Makefile.am | 72 +++++-----
scribo/headers.mk | 7 +-
scribo/scribo.mk | 2 +
scribo/scribo/binarization/sauvola_ms.hh | 28 ++--
.../scribo/binarization/sauvola_threshold_image.hh | 9 +-
scribo/scribo/preprocessing/deskew.hh | 7 +-
scribo/scribo/subsampling/integral_single_image.hh | 7 +-
scribo/scribo/toolchain/text_in_doc_preprocess.hh | 152 ++++++++++++++++++++
scribo/src/Makefile.am | 29 +++-
scribo/src/binarization/Makefile.am | 66 +++++----
.../{ppm_fg_sauvola_ms.cc => ppm_sauvola_ms_fg.cc} | 0
.../{fg_sauvola_ms.cc => sauvola_ms_fg.cc} | 0
scribo/src/contest/hdibco-2010/Makefile.am | 2 +-
scribo/src/debug/Makefile.am | 6 +-
scribo/src/filter/Makefile.am | 5 +-
scribo/src/misc/Makefile.am | 5 +-
scribo/src/postprocessing/Makefile.am | 2 +-
scribo/src/preprocessing/Makefile.am | 61 ++++-----
scribo/src/primitive/extract/Makefile.am | 5 +-
scribo/src/primitive/find/Makefile.am | 5 +-
scribo/src/primitive/group/Makefile.am | 2 +-
scribo/src/scribo-cli.in | 135 +++++++++++++++++
scribo/src/table/Makefile.am | 7 +-
scribo/src/text/Makefile.am | 9 +-
scribo/src/text_in_doc_preprocess.cc | 41 ++----
33 files changed, 625 insertions(+), 213 deletions(-)
delete mode 100644 scribo/demo/review/review.pro
create mode 100644 scribo/scribo/toolchain/text_in_doc_preprocess.hh
rename scribo/src/binarization/{ppm_fg_sauvola_ms.cc => ppm_sauvola_ms_fg.cc} (100%)
rename scribo/src/binarization/{fg_sauvola_ms.cc => sauvola_ms_fg.cc} (100%)
create mode 100755 scribo/src/scribo-cli.in
hooks/post-receive
--
Olena, a generic and efficient image processing platform