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/next-build-ok has been updated
via bcad23e451dd1e759c7d0af2f8706e6e9279f2b6 (commit)
via e313ea201d38347de8f94b7fc0add27ff112b098 (commit)
via 8022d3d0347ebe0cecd98e7d243210ab0880bd81 (commit)
via 66683946f29dd1fc11eb79c8f18829cbc0bed2a8 (commit)
via a280e6bd70b2bade36e7085e021e91f7ab3bcb60 (commit)
via 4cf994ed4b1388b89e8b2c14005a6b6f79c9bd04 (commit)
via e03994db0862f5a246ac8ea4cbe22f3a6af7e478 (commit)
via fb411ccc6182ca371d0d10228e94ba952ca0affe (commit)
via ab11b69bf3320e80d970a92c8cdaf3f0450c0d17 (commit)
via f3d71b3837ab87c355b4cc467aede2ee62e6ee4b (commit)
via bef5b90d379e533ee10ba14bf5988b67e5824720 (commit)
via 2a6106514287e253fe76fb95b7b9a56bdc399faf (commit)
from 2eafecb020b1a4666eb9eeab739f82570ae5adbe (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 -----------------------------------------------------------------
bcad23e Small fixes in Scribo
e313ea2 Add tests for objects filtering routines.
8022d3d Fix objects filtering routines.
6668394 Change return value for background in filtering functions.
a280e6b scribo/toolchain/text_in_doc_preprocess.hh: Add a new overload.
4cf994e mln/labeling/compute.hh: Add a missing overload in dispatch.
e03994d Rename examples.
fb411cc headers.mk: Regen.
ab11b69 Add a preprocessing toolchain.
f3d71b3 Fix namespace ambiguities.
bef5b90 scribo/filter/object_links_bbox_w_ratio.hh: Rename arguments.
2a61065 milena/mln/core/image/vmorph/fun_image.hh: Fix an invalid function call.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 9 +
milena/mln/core/image/vmorph/fun_image.hh | 6 +-
milena/mln/labeling/compute.hh | 14 ++
scribo/ChangeLog | 96 +++++++++++
scribo/headers.mk | 1 +
scribo/scribo/binarization/global_threshold.hh | 5 +
.../scribo/binarization/global_threshold_auto.hh | 2 +-
scribo/scribo/binarization/sauvola_ms.hh | 28 ++--
.../scribo/binarization/sauvola_threshold_image.hh | 6 +-
scribo/scribo/filter/object_links_bbox_w_ratio.hh | 8 +-
scribo/scribo/filter/objects_h_thick.hh | 2 +-
scribo/scribo/filter/objects_h_thin.hh | 2 +-
scribo/scribo/filter/objects_large.hh | 46 +++++
scribo/scribo/filter/objects_size_ratio.hh | 2 +-
scribo/scribo/filter/objects_small.hh | 10 +-
scribo/scribo/filter/objects_thick.hh | 2 +-
scribo/scribo/filter/objects_thin.hh | 2 +-
scribo/scribo/filter/objects_v_thick.hh | 2 +-
scribo/scribo/filter/objects_v_thin.hh | 2 +-
scribo/scribo/fun/v2b/objects_large_filter.hh | 21 ++-
scribo/scribo/fun/v2b/objects_small_filter.hh | 28 +++-
scribo/scribo/preprocessing/deskew.hh | 9 +-
scribo/scribo/subsampling/integral_single_image.hh | 7 +-
scribo/scribo/toolchain/text_in_doc_preprocess.hh | 176 ++++++++++++++++++++
scribo/src/binarization/Makefile.am | 12 +-
.../{ppm_fg_sauvola_ms.cc => ppm_sauvola_ms_fg.cc} | 0
.../{fg_sauvola_ms.cc => sauvola_ms_fg.cc} | 0
scribo/src/preprocessing/preprocess.cc | 9 +-
scribo/src/text_in_doc_preprocess.cc | 39 +----
scribo/tests/filter/Makefile.am | 9 +-
...all_and_large_bboxes.cc => components_large.cc} | 49 ++++--
...all_and_large_bboxes.cc => components_small.cc} | 48 ++++--
32 files changed, 526 insertions(+), 126 deletions(-)
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%)
copy scribo/tests/filter/{small_and_large_bboxes.cc => components_large.cc} (68%)
rename scribo/tests/filter/{small_and_large_bboxes.cc => components_small.cc} (69%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform