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 next has been updated
via 2f44565f67f0ef414e59ad84967397cce6167bfd (commit)
via ba06191be781af162bcb24ca39daa16c7ed1a904 (commit)
from db3466e6f12fca8d9c92ae661ae0b5d053b8e4ba (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 -----------------------------------------------------------------
2f44565 Ensure non implemented reconstructions on sets abort at run time.
ba06191 Clean up ChangeLogs.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 26 +++++++++++++++++++-
.../reconstruction/by_dilation/union_find.hh | 17 ++++++++++++-
.../morpho/reconstruction/by_erosion/union_find.hh | 17 ++++++++++++-
.../morpho/reconstruction/by_dilation/Makefile.am | 14 ++++++----
.../{union_find.cc => union_find_on_functions.cc} | 1 +
.../{union_find.cc => union_find_on_sets.cc} | 12 ++++----
.../morpho/reconstruction/by_erosion/Makefile.am | 14 ++++++----
.../{union_find.cc => union_find_on_functions.cc} | 1 +
.../{union_find.cc => union_find_on_sets.cc} | 10 ++++----
scribo/ChangeLog | 6 ++--
10 files changed, 89 insertions(+), 29 deletions(-)
copy milena/tests/morpho/reconstruction/by_dilation/{union_find.cc => union_find_on_functions.cc} (97%)
rename milena/tests/morpho/reconstruction/by_dilation/{union_find.cc => union_find_on_sets.cc} (87%)
copy milena/tests/morpho/reconstruction/by_erosion/{union_find.cc => union_find_on_functions.cc} (97%)
rename milena/tests/morpho/reconstruction/by_erosion/{union_find.cc => union_find_on_sets.cc} (87%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 next-build-test has been updated
via 5eee987669ff37153cb1de4faf3e56e39a93b102 (commit)
from 378d637a99683c6cb54fdbf369ebf1e65e434dce (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 -----------------------------------------------------------------
5eee987 Add new files in EXTRA_DIST.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 9 ++++++
scribo/demo/review/Makefile.am | 19 ++++++++++---
scribo/demo/viewer/Makefile.am | 31 ++++++++++++++++++---
scribo/demo/viewer/{viewer.hxx => demodir.hh.in} | 15 ++++------
4 files changed, 56 insertions(+), 18 deletions(-)
copy scribo/demo/viewer/{viewer.hxx => demodir.hh.in} (85%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 next-build-test has been updated
via 378d637a99683c6cb54fdbf369ebf1e65e434dce (commit)
from 77bcfbc0e9efef58c478643f49743fd7d0aa04bb (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 -----------------------------------------------------------------
378d637 demo/review/Makefile.am: Do not distribute generated files.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 4 ++++
scribo/demo/review/Makefile.am | 14 ++++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 next-build-test has been updated
via 77bcfbc0e9efef58c478643f49743fd7d0aa04bb (commit)
from 749568da2bf4d68cb4f19363e30dd19951246419 (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 -----------------------------------------------------------------
77bcfbc NEWS: First draft of Scribo NEWS file.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 4 ++++
scribo/NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 scribo/NEWS
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
scribo/ChangeLog | 4 ++++
scribo/NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 scribo/NEWS
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 9f50cc9..8097faf 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2010-12-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * NEWS: First draft of Scribo NEWS file.
+
+2010-12-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Regen generated .mk files.
* headers.mk,
diff --git a/scribo/NEWS b/scribo/NEWS
new file mode 100644
index 0000000..66e9caf
--- /dev/null
+++ b/scribo/NEWS
@@ -0,0 +1,49 @@
+* Scribo 0.1
+
+ * Initial release of Scribo, an Olena module for page
+ segmentation and text extraction in images. It is composed
+ of a set of functions and data structures and allows to
+ build dedicated page segmentation toolchains.
+
+ * New page segmentation toolchain. Process a document image
+ and produce an XML file (PAGE format) containing text and
+ other objects information.
+
+ * New tool to rebuild a document from an XML file to PDF,
+ HTML, SVG and Open Document. This tool preserves the layout
+ and extract photos and non text objects from the input
+ document image.
+
+ * New multi-scale binarization algorithm based on a Sauvola's
+ algorithm. It has been designed for document
+ binarization.
+
+ * New graphical tool to compute and display page segmentation
+ results.
+
+ * Include support for PAGE XML outputs.
+
+
+
+Local Variables:
+mode: outline
+ispell-local-dictionary: "american"
+End:
+
+----
+
+Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE)
+
+This file is part of Olena.
+
+Olena is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation, version 2 of the License.
+
+Olena is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with Olena. If not, see <http://www.gnu.org/licenses/>.
--
1.5.6.5
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 next-build-test has been updated
via 749568da2bf4d68cb4f19363e30dd19951246419 (commit)
from 1ee88c22deb72bd4a481d53f0932358b7d491072 (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 -----------------------------------------------------------------
749568d Regen generated .mk files.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 7 +++++++
scribo/headers.mk | 4 ++++
scribo/tests/unit_test/unit-tests.mk | 12 ++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform