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 table-graph has been updated
via d527a6539a5718adce53ba4b979cd1e38359c6db (commit)
via f3438f86a2db833625a83af044405c5d641babd2 (commit)
via a3d6d79f8f31fe145dc81c2da3b80205e581f9e4 (commit)
via 1ba1a2b54036195d602d77a0f031a2d7651a0ddb (commit)
via 46b77de9cbe449148bdcfb1bce75e1e1574f725b (commit)
via 1f16156dbee5dc565f7b18c11ea13b0806ca702c (commit)
via b261c2b8b09fe5c33cfe50ba6b2d109c430eafd2 (commit)
via 57d6bf81d106c01e70983592d6e35f43af96c909 (commit)
via 1821109e17f4403e987efefca16fd2f801fcf5df (commit)
from 023cbf59ff759cee729101b2fa1a3e859f49d14b (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 -----------------------------------------------------------------
d527a65 Build the set of detected rows during table recognition.
f3438f8 Add support for a scale factor in the table detection application.
a3d6d79 Avoid dynamic allocation in the table detection application.
1ba1a2b Configure scribo/src/contest/table-2013/Makefile.
46b77de Equip scribo/src/contest/table-2013/.
1f16156 Move the ICDAR 2013 table competition code into the `contest' directory.
b261c2b configure.ac: Aesthetic changes.
57d6bf8 scribo/src/contest/Makefile.am: Aesthetic changes.
1821109 Remove references to external directory.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 ++
Makefile.am | 2 +-
configure.ac | 10 +-
scribo/sandbox/icdar_13_table/Makefile | 27 -----
scribo/sandbox/icdar_13_table/README_ROLAND | 18 ---
scribo/src/contest/Makefile.am | 9 +-
.../nepomuk => contest/table-2013}/Makefile.am | 44 ++++----
scribo/src/contest/table-2013/README | 54 +++++++++
.../icdar_13_table => src/contest/table-2013}/TODO | 0
.../originals/competition-entry-region-model.xsd | 0
.../contest/table-2013}/src/disjoint_set.hh | 0
.../contest/table-2013}/src/main.cc | 0
.../contest/table-2013}/src/new.cc | 113 +++++++++++++-------
.../contest/table-2013}/src/xml.cc | 0
.../contest/table-2013}/src/xml.hh | 0
15 files changed, 169 insertions(+), 115 deletions(-)
delete mode 100644 scribo/sandbox/icdar_13_table/Makefile
delete mode 100644 scribo/sandbox/icdar_13_table/README_ROLAND
copy scribo/src/{toolchain/nepomuk => contest/table-2013}/Makefile.am (52%)
create mode 100644 scribo/src/contest/table-2013/README
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/TODO (100%)
rename scribo/{sandbox/icdar_13_table =>
src/contest/table-2013}/originals/competition-entry-region-model.xsd (100%)
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/src/disjoint_set.hh
(100%)
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/src/main.cc (100%)
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/src/new.cc (86%)
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/src/xml.cc (100%)
rename scribo/{sandbox/icdar_13_table => src/contest/table-2013}/src/xml.hh (100%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform