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 397d9adad2d9d3854bb9f6b43fd3b0530af973e3 (commit)
via 25b4393efeaebd453f6c6f55616763076f145472 (commit)
via ff536c853e0777eec9610e8031c26ccfbf5dd791 (commit)
via 6404315b5301e09986e725b6cf33c5a15b62b887 (commit)
via 2fbfae871ca040fa80ac1470913c478fd59e6ad0 (commit)
via 41e20558341e32084c0c45a3590bcb75e91b6c6f (commit)
via 3f50eb758a0ec55dc4a498d10142906db32e4fe9 (commit)
via 7e736d6b5cd3431452a7814d9fb8d1d60f05584e (commit)
via 3ac6dd8d266f0303fd64775d59d37bd6fbf0cdc7 (commit)
via 1bcc1751c88f6a6e1e9850a5cbc0ef0650beff9c (commit)
via 78b802085aa8549923238090b701aa1654425ba9 (commit)
via d82fdf6b2d0142333ee5b365f6fba6cc47923f2e (commit)
via 52a1107eac0fb8d75c28dc12cb5ed9ee798d2ad0 (commit)
via 5b660b4e73e89805ebf3452c7257990922ce3a06 (commit)
via 52f8110a5258a88e6fb0d88ca4e97e24054a0270 (commit)
from f5a185dfd59d5ed9f804d92262899f0cada75631 (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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 190 +++++++++
scribo/scribo/core/component_features_data.hh | 24 +
scribo/scribo/core/component_info.hh | 17 +
scribo/scribo/core/component_set.hh | 36 +-
scribo/scribo/core/document.hh | 68 +++-
scribo/scribo/core/group_info.hh | 184 ++++++++
scribo/scribo/core/internal/sort_comp_ids.hh | 77 ++++
scribo/scribo/core/line_info.hh | 168 +++++---
scribo/scribo/core/line_links.hh | 12 +
scribo/scribo/core/line_set.hh | 66 ++--
scribo/scribo/core/object_groups.hh | 228 ++++++++---
scribo/scribo/core/object_links.hh | 81 +++-
scribo/scribo/core/paragraph_info.hh | 46 ++
scribo/scribo/core/paragraph_set.hh | 21 +
scribo/scribo/debug/bboxes_image.hh | 18 +-
scribo/scribo/debug/decision_image.hh | 8 +-
scribo/scribo/draw/bounding_box_links.hh | 16 +-
scribo/scribo/estim/object_groups_mean_width.hh | 99 +++++
scribo/scribo/estim/object_groups_v_thickness.hh | 106 -----
scribo/scribo/filter/object_groups_mean_width.hh | 99 +++++
scribo/scribo/filter/object_groups_size_ratio.hh | 24 +-
scribo/scribo/filter/object_groups_small.hh | 36 +--
scribo/scribo/filter/object_groups_v_thickness.hh | 99 -----
scribo/scribo/filter/object_groups_with_holes.hh | 2 +-
scribo/scribo/filter/object_links_bbox_overlap.hh | 6 +-
scribo/scribo/filter/object_links_bbox_ratio.hh | 10 +-
scribo/scribo/filter/object_links_left_aligned.hh | 19 +-
.../filter/object_links_non_aligned_simple.hh | 6 +-
scribo/scribo/filter/object_links_right_aligned.hh | 19 +-
scribo/scribo/io/xml/internal/full_xml_visitor.hh | 118 ++++--
scribo/scribo/io/xml/internal/save_image_to_xml.hh | 106 +++++
scribo/scribo/io/xml/load.hh | 164 +++++++-
scribo/scribo/make/text_components_image.hh | 8 +-
scribo/scribo/preprocessing/rotate_90.hh | 8 +-
scribo/scribo/primitive/extract/alignments.hh | 445 ++++++++++----------
.../primitive/extract/separators_nonvisible.hh | 229 +++--------
.../scribo/primitive/group/from_double_link_any.hh | 57 ++-
scribo/scribo/primitive/group/from_single_link.hh | 13 -
scribo/scribo/primitive/internal/is_link_valid.hh | 12 +-
.../primitive/link/internal/link_functor_base.hh | 2 +-
.../link/internal/link_several_dmax_base.hh | 10 +-
scribo/scribo/primitive/link/merge_double_link.hh | 17 +-
.../link/merge_double_link_closest_aligned.hh | 6 +-
.../toolchain/internal/content_in_doc_functor.hh | 54 ++--
scribo/scribo/toolchain/text_in_picture.hh | 10 +-
scribo/src/debug/show_paragraph_blocks.cc | 2 +
scribo/src/preprocessing/split_bg_fg.cc | 6 +-
scribo/tests/Makefile.am | 5 +
scribo/tests/binarization/Makefile.am | 13 +-
scribo/tests/binarization/sauvola.cc | 52 +++
scribo/tests/binarization/sauvola.ref.pbm | Bin 0 -> 32884 bytes
scribo/tests/binarization/sauvola_ms.cc | 53 +++
scribo/tests/binarization/sauvola_ms.ref.pbm | Bin 0 -> 32884 bytes
scribo/tests/core/Makefile.am | 8 +-
scribo/tests/core/object_groups.cc | 103 +++++
scribo/tests/data.hh.in | 3 +
scribo/tests/filter/Makefile.am | 28 ++-
scribo/tests/filter/object_groups_mean_width.cc | 73 ++++
scribo/tests/filter/object_groups_size_ratio.cc | 73 ++++
scribo/tests/filter/object_groups_small.cc | 79 ++++
scribo/tests/filter/object_groups_with_holes.cc | 73 ++++
scribo/tests/filter/object_links_bbox_h_ratio.cc | 69 +++
scribo/tests/filter/object_links_bbox_overlap.cc | 69 +++
scribo/tests/filter/object_links_bbox_w_ratio.cc | 69 +++
scribo/tests/filter/object_links_bottom_aligned.cc | 69 +++
scribo/tests/filter/object_links_center_aligned.cc | 70 +++
scribo/tests/filter/object_links_left_aligned.cc | 69 +++
scribo/tests/filter/object_links_right_aligned.cc | 69 +++
scribo/tests/filter/object_links_top_aligned.cc | 69 +++
scribo/tests/img/alignment_1.pbm | Bin 0 -> 12167 bytes
scribo/tests/img/alignment_1.png | Bin 3145 -> 0 bytes
scribo/tests/img/alignment_2.pbm | Bin 0 -> 12167 bytes
scribo/tests/img/alignment_2.png | Bin 3147 -> 0 bytes
scribo/tests/img/alignment_3.pbm | Bin 0 -> 12167 bytes
scribo/tests/img/alignment_3.png | Bin 3145 -> 0 bytes
scribo/tests/img/alignment_4.pbm | Bin 0 -> 12167 bytes
scribo/tests/img/alignment_4.png | Bin 3155 -> 0 bytes
scribo/tests/img/the_valleys.pbm | Bin 0 -> 1724 bytes
scribo/tests/primitive/extract/Makefile.am | 6 +
scribo/tests/primitive/extract/alignments.cc | 3 +-
scribo/tests/unit_test/cond_tests_qt | 1 +
scribo/tests/unit_test/unit-tests.mk | 16 +-
82 files changed, 3151 insertions(+), 1043 deletions(-)
create mode 100644 scribo/scribo/core/group_info.hh
create mode 100644 scribo/scribo/core/internal/sort_comp_ids.hh
create mode 100644 scribo/scribo/estim/object_groups_mean_width.hh
delete mode 100644 scribo/scribo/estim/object_groups_v_thickness.hh
create mode 100644 scribo/scribo/filter/object_groups_mean_width.hh
delete mode 100644 scribo/scribo/filter/object_groups_v_thickness.hh
create mode 100644 scribo/scribo/io/xml/internal/save_image_to_xml.hh
create mode 100644 scribo/tests/binarization/sauvola.cc
create mode 100644 scribo/tests/binarization/sauvola.ref.pbm
create mode 100644 scribo/tests/binarization/sauvola_ms.cc
create mode 100644 scribo/tests/binarization/sauvola_ms.ref.pbm
create mode 100644 scribo/tests/core/object_groups.cc
create mode 100644 scribo/tests/filter/object_groups_mean_width.cc
create mode 100644 scribo/tests/filter/object_groups_size_ratio.cc
create mode 100644 scribo/tests/filter/object_groups_small.cc
create mode 100644 scribo/tests/filter/object_groups_with_holes.cc
create mode 100644 scribo/tests/filter/object_links_bbox_h_ratio.cc
create mode 100644 scribo/tests/filter/object_links_bbox_overlap.cc
create mode 100644 scribo/tests/filter/object_links_bbox_w_ratio.cc
create mode 100644 scribo/tests/filter/object_links_bottom_aligned.cc
create mode 100644 scribo/tests/filter/object_links_center_aligned.cc
create mode 100644 scribo/tests/filter/object_links_left_aligned.cc
create mode 100644 scribo/tests/filter/object_links_right_aligned.cc
create mode 100644 scribo/tests/filter/object_links_top_aligned.cc
create mode 100644 scribo/tests/img/alignment_1.pbm
delete mode 100644 scribo/tests/img/alignment_1.png
create mode 100644 scribo/tests/img/alignment_2.pbm
delete mode 100644 scribo/tests/img/alignment_2.png
create mode 100644 scribo/tests/img/alignment_3.pbm
delete mode 100644 scribo/tests/img/alignment_3.png
create mode 100644 scribo/tests/img/alignment_4.pbm
delete mode 100644 scribo/tests/img/alignment_4.png
create mode 100644 scribo/tests/img/the_valleys.pbm
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date