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 3157bd264fa50b842046b688faba75b8797bab02 (commit)
via ebdf046605c740bd4db9eb1890eef1b9ffcdf064 (commit)
via 76acb675ac8053658f594bfadff946cb38878cd8 (commit)
via 9f49c8cf17776867fc17d94f5c90f4fd877bca20 (commit)
via 1f4a85076dadf818ab89ee24279c84383d526fe4 (commit)
from 01d0f09fa8c61533f69a32d5346361706ca61413 (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 -----------------------------------------------------------------
3157bd2 Update Olena's NEWS file.
ebdf046 Update Scribo's NEWS file.
76acb67 Add a NEWS file to Swilena.
9f49c8c Add a NEWS file to Milena.
1f4a850 Clean up milena/ChangeLog.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +++++
NEWS | 46 ++++++++++++------------------------
milena/ChangeLog | 12 +++++++---
milena/NEWS | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
scribo/ChangeLog | 6 +++++
scribo/NEWS | 67 +++++++++++++++++++++++++++++++++++------------------
swilena/ChangeLog | 6 +++++
swilena/NEWS | 49 +++++++++++++++++++++++++++++++++++++++
8 files changed, 202 insertions(+), 56 deletions(-)
create mode 100644 milena/NEWS
create mode 100644 swilena/NEWS
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* NEWS: Here.
---
ChangeLog | 6 ++++++
NEWS | 46 +++++++++++++++-------------------------------
2 files changed, 21 insertions(+), 31 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 45dbc13..22b9db4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Update Olena's NEWS file.
+
+ * NEWS: Here.
+
2014-07-01 Roland Levillain <roland(a)lrde.epita.fr>
Update texi2dvi from upstream.
diff --git a/NEWS b/NEWS
index 26ce3c0..b0f8724 100644
--- a/NEWS
+++ b/NEWS
@@ -1,39 +1,23 @@
* Olena 2.0a
- * Olena Platform
+ * Compilation issues with recent versions of GCC (up to
+ version 4.8) and Clang (up to version 3.5) have been
+ addressed.
- * Better documentation.
+ * Improved and more complete documentation.
- * Fix compilation with the latest g++ versions (> 4.5).
+ * General cleanup of the distribution.
- * Several bug fixes.
+ * Simplification of the build system.
- * Milena
+ * Trimesh sources have been removed from Olena. The parts of
+ Trimesh that were actually used have been re-implemented
+ using Milena.
- * Rename 'point_at_index', 'delta_index' and 'index_of_point' to
- 'point_at_offset', 'delta_offset' and 'offset_of_point'.
+ * Automake's silent rules and parallel tests have been
+ enabled.
- * Improve extensibility of convert::from_to.
-
- * Speed up I/O accesses with ImageMagick/GraphicsMagick.
-
- * Scribo
-
- * New logger class.
-
- * Improve text recognition: recognition speed and storage of
- the confidence.
-
- * New binarization algorithms: Wolf's, Otsu's, Niblack's and
- Kim's.
-
- * Speedup Sauvola binarization algorithm.
-
- * Improve OCR result quality and processing time.
-
- * Add support for Tesseract 3.02.
-
- * Add the layout analysis algorithm XY-Cut.
+ * Many bug fixes.
* Olena 2.0 September 16, 2011
@@ -42,7 +26,7 @@
for Document Image Analysis (DIA).
* Add compilation support for g++ 4.5 and some limited support
- for clang.
+ for clang.
* Compilation with multiple files is now possible using the
MLN_WO_GLOBAL_VARS macro.
@@ -473,8 +457,8 @@ End:
----
-Copyright (C) 2001, 2002, 2003, 2004, 2007, 2009 EPITA Research and
-Development Laboratory (LRDE)
+Copyright (C) 2001, 2002, 2003, 2004, 2007, 2009, 2011, 2012, 2013,
+2014 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
--
1.7.10.4
* NEWS: Here.
---
scribo/ChangeLog | 6 +++++
scribo/NEWS | 67 ++++++++++++++++++++++++++++++++++++------------------
2 files changed, 51 insertions(+), 22 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 221ddb9..033dce2 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Update Scribo's NEWS file.
+
+ * NEWS: Here.
+
2012-06-04 Guillaume Lazzara <z(a)lrde.epita.fr>
* demo/xml2doc/Makefile.am: Fix installation of ooconvert.
diff --git a/scribo/NEWS b/scribo/NEWS
index 8d9d9ac..e8418e2 100644
--- a/scribo/NEWS
+++ b/scribo/NEWS
@@ -1,30 +1,52 @@
-* Scribo 0.1
+* Scribo 2.0a
- * 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.
+ * The Scribo distribution now contains a Doxygen
+ documentation.
- * New command line tool providing access document analysis
- toolchains. It includes Page segmentation and text
- extraction in document image, and text detection in
- pictures.
+ * New logger class.
- * 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.
+ * Improve text recognition: recognition speed and storage of
+ the confidence.
- * New multi-scale binarization algorithm based on a Sauvola's
- algorithm. It has been designed for document
- binarization.
+ * New binarization algorithms: Wolf's, Otsu's, Niblack's and
+ Kim's.
- * New graphical tool to compute and display page segmentation
- results.
+ * Speedup Sauvola's binarization algorithm.
- * Include support for PAGE XML outputs. Page segmentation
- results are stored in this format which includes text and
- objects information.
+ * Improve OCR result quality and processing time.
+
+ * Add support for Tesseract 3.02.
+
+ * Add the layout analysis algorithm XY-Cut.
+
+
+* Scribo 2.0 September 16, 2011
+
+ * 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 command line tool providing access document analysis
+ toolchains. It includes Page segmentation and text
+ extraction in document image, and text detection in
+ pictures.
+
+ * 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. Page segmentation
+ results are stored in this format which includes text and
+ objects information.
@@ -36,7 +58,8 @@ End:
----
-Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE)
+Copyright (C) 2010, 2011, 2014 EPITA Research and Development
+Laboratory (LRDE).
This file is part of Olena.
--
1.7.10.4
* NEWS: New.
---
swilena/ChangeLog | 6 ++++++
swilena/NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
create mode 100644 swilena/NEWS
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index ddae73d..aa75870 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add a NEWS file to Swilena.
+
+ * NEWS: New.
+
2014-06-26 Roland Levillain <roland(a)lrde.epita.fr>
Make Swilena more compatible with BSD Make.
diff --git a/swilena/NEWS b/swilena/NEWS
new file mode 100644
index 0000000..7d6e09f
--- /dev/null
+++ b/swilena/NEWS
@@ -0,0 +1,49 @@
+* Swilena 2.0a
+
+ * Improved compatibility with all versions of SWIG 2 and
+ Python 2.
+
+ * New meta-wrappers:
+ - rgb (for mln::value::rgb<n>).
+ - ppm (for mln::io::ppm::load<V>).
+ - complex (for mln::topo::complex<D>).
+
+ * New data structure wrappers:
+ - rgb8.i (for mln::value::rgb8).
+ - image2d_rgb8 (for mln::image2d<mln::value::rgb8>).
+ - image2d_point2d (for mln::image2d<mln::point2d>).
+ - complex (for mln::topo::complex<2>).
+
+ * New routine wrappers:
+ - in morpho: mln::morpho::tree::max<I, N>.
+
+ * New Python examples:
+ - python/max-tree.py (max-tree computation).
+ - python/complex2-misc.py (2D simplicial complex
+ manipulation).
+
+
+
+
+Local Variables:
+mode: outline
+ispell-local-dictionary: "american"
+End:
+
+----
+
+Copyright (C) 2014 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.7.10.4
* NEWS: New.
---
milena/ChangeLog | 6 +++++
milena/NEWS | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
create mode 100644 milena/NEWS
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 3d089e3..be1ca39 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add a NEWS file to Milena.
+
+ * NEWS: New.
+
2014-06-27 Roland Levillain <roland(a)lrde.epita.fr>
Fix the construction of mln::io::pdf::pdf_header.
diff --git a/milena/NEWS b/milena/NEWS
new file mode 100644
index 0000000..b0d4fd8
--- /dev/null
+++ b/milena/NEWS
@@ -0,0 +1,66 @@
+* Milena 2.0a
+
+ * New algorithms:
+ - mln::topo::skeleton::priority_driven_thinning.
+
+ * New routines:
+ - mln::geom::crop,
+ - mln::geom::crop_without_localization (image cropping).
+ - mln::data::compute_in_window (accumulator-based
+ computation using a sliding window).
+ - mln::pw::bind (point-wise function binding).
+
+ * New I/Os functions:
+ - mln::io::pdf::load (Poppler-based implementation).
+ - mln::io::vtk::load, mln::io::vtk::save (preliminary
+ built-in implementations).
+
+ * New tracing mechanism (mln_trace).
+
+ * Improve extensibility of mln::convert::from_to.
+
+ * Speed up I/O accesses with ImageMagick/GraphicsMagick.
+
+ * Minimal support for FFTW 3 (Fast Fourrier Transform).
+
+ * Rename methods 'point_at_index', 'delta_index' and
+ 'index_of_point' as 'point_at_offset', 'delta_offset' and
+ 'offset_of_point'.
+
+ * Completely replace mln::morpho::meyer_wst with
+ morpho::watershed::flooding.
+
+ * Demonstrate various examples of image morphers in
+ milena/apps/morphers.
+
+ * Demonstrate various examples of 2D and 3D skeletonizations
+ (thinnings) in milena/apps/generic-skel.
+
+ * Demonstrate various examples of curvature-based thinnings
+ using 2- and 1-collapses in milena/apps/mesh-segm-skel.
+
+
+
+
+Local Variables:
+mode: outline
+ispell-local-dictionary: "american"
+End:
+
+----
+
+Copyright (C) 2014 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.7.10.4
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/trace has been deleted
was 4b986216fbc85d5f86db7b55a85a28a9d25608f2
-----------------------------------------------------------------------
4b986216fbc85d5f86db7b55a85a28a9d25608f2 Make use of mln_trace_warning in Scribo.
-----------------------------------------------------------------------
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 swilena has been deleted
was 81e04f2a8a3166a165634524c0a73d7e9dc4f952
-----------------------------------------------------------------------
81e04f2a8a3166a165634524c0a73d7e9dc4f952 Stop warning about Python 2.6+ likely incompatible with Swilena.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform