#219: Add \internal in the documentation of internal code
---------------------+------------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: |
---------------------+------------------------------------------------------
Currently, in order to not expose the internal code in the user
documentation, everything in the internal and trait namespaces is ignored
during the doc generation.
The main issue is that inherited members are not shown in the
documentation of the classes exposed to the user.
The only way to ask Doxygen to show inherited members and not to show
internal documentation is to add \internal in the documentation of
internal code.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/219>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#235: Support GraphicsMagick++ and drop support for ImageMagick++
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: proposal | Status: new
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: io external |
-------------------------+--------------------------------------------------
!GraphicsMagick (http://www.graphicsmagick.org/) seems to provide a
framework more modern than !ImageMagick's (http://www.imagemagick.org), in
particular regarding multi-core support.
Moreover Fabien has discovered weird behaviors (#210) and Buildbot has
also recently exhibited run time errors that did not surface before
(https://buildfarm.lrde.org/buildfarm/oln/builders/i486-linux-gnu-
gcc-4.1/builds/539/steps/check/logs/stdio) -- though I don't know who's
the culprit here.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/235>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#239: Have Scribo be compatible with (also) Tesseract 3.0
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Scribo | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Scribo's optional parts requiring Tesseract work well with its version
2.0, but this is no longer true with version 3.0, at least with !MacPorts'
version (`libtesseract_full.a` is missing).
It would be nice to be able to support both versions, since 2.0 is
Debian's default, and 3.0 is !MacPorts' version.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/239>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#229: Have Olena's BuildBot generate GitStats information
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 1.1
Component: other | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Git statistics are generated by my (Roland's) account for a limited set of
branches, each night. It'd be smarter to have one of the buildslave
invoke a script running `gitstats` and uploading the result (as `lrde-
upload.sh` does) prior to building the project. We could even filter
branches (having statistics for all branches might not be relevant).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/229>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#225: Code not displayed in tutorial
---------------------------+------------------------------------------------
Reporter: jonathan | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone:
Component: Milena | Version: 1.0
Keywords: doc, tutorial |
---------------------------+------------------------------------------------
in page, [http://www.lrde.epita.fr/dload/olena/1.0/doc/milena/devel_doc/]
all examples of code are not displayed (all boxes are empty)
--
Ticket URL: <https://trac.lrde.org/olena/ticket/225>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#220: Change the logo of the Trac
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: trivial | Milestone:
Component: Trac | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
Use this one instead:
http://www.lrde.epita.fr/dload/olena/logos/olena_small.jpg.
Unfortunately, we don't have the required permissions on the Trac's
files/dirs to change it.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/220>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#172: Experiment SCOOP 1.5/2 with C++0x concepts
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 2.0
Component: Olena-NG | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
What I call SCOOP 1.5 is the paradigm currently used in Milena 1.0 (as of
Nov. 2008), and SCOOP 2 the paradigm described in the MPOOL'08 paper (used
in Olena-NG).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/172>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
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