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/newdoc has been created
at 77f1a73c35522b7ca5f244cd22875407a369ae33 (commit)
- Log -----------------------------------------------------------------
77f1a73 Fix copyright section name
5f8d131 Regen auto-generated makefiles
69c3a36 Cleanup Makefiles
d821327 Move logo
695a1f2 Add more information in binarization algorithms documentation.
81cd3b6 Add an image for illustrating Milena's possibilities.
cb12f69 Improve General documentation menu
967af63 Improve binarization related documentation.
e0093d8 Improve Milena doc directory structure.
a09c009 Improve Olena presentation.
0949555 Add more content in general documentation.
899e2b8 Update general documentation.
ef717c9 doc/Doxyfile.in: Do not warn about undocumented code.
20ec3f3 Fix and improve documentation in Scribo.
c3282fa Add support for bibliography generation and Improve scribo doc rendering.
dc00c29 Introduce bib files.
81ff577 Add support for bib files in Milena's doc.
d88afde First draft of unified doc.
769726b Move Otsu's threshold computation in a separate routine.
e300aac Add Niblack's binarization algorithm.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
#43: Fix the initialization of all global constants.
------------------------+---------------------------------------------------
Reporter: garrigues | Owner: Olena Team
Type: defect | Status: closed
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 1.0
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by lazzara):
* status: reopened => closed
* resolution: => fixed
Comment:
Several patches included in Olena 2.0 improved the initialization of
global constants and fixed compilation issues with multiple files.
MLN_WO_GLOBAL_VARS macro solved most of the compilation issues.
Ticket #243 is also related to global constant initialization and refers
to changes made about that.
Patch 1f0b6046717272eac676f1f9212ce1f6ab00eba0 adds missing 'inline'
keywords and re-enables the test checking compilation with multiple files.
The test is now valid and passes.
This ticket is considered as resolved.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/43#comment:7>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
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 a20c0650f91295e50e8913ecd9f8bf0516747318 (commit)
via 4f0a66f09045818f9b9bb16dc315ca7691e30c03 (commit)
via d5207270e354bb9317c6339ab1ada1bc7e88f701 (commit)
via 1f0b6046717272eac676f1f9212ce1f6ab00eba0 (commit)
via 7876a2ce362a03e89fc494def140d0bb0c6d654f (commit)
via ae6f6e5e98ec7c589cadc60ac8547639c36e45d8 (commit)
via 6c73505ca244e78dfc6557fe69387381d2e81916 (commit)
via 876593557f34e3a78366a5aa9322fec0afae8af3 (commit)
via 861239963254a72f51b25bfd8323a12ff4a58b82 (commit)
via 31125795c939e4f5a1175022dc534025ad8ed179 (commit)
via 7dbcef7b638f3e0a133551a7b5a0c81b8326e979 (commit)
from 54defbbea0f22afc1413698b007cd6457d245f40 (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 -----------------------------------------------------------------
a20c065 Merge branch 'next' into unstable/scribo
4f0a66f Do not compile scribo-viewer if Tesseract is not present.
d520727 Make recognition faster and store recognition confidence.
ae6f6e5 mln/io/dicom/load.hh: Update comments.
8765935 Improve io::dump tests with floating values.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 16 +++
distrib/macports/Portfile.in | 2 +-
lrde-scmstats.sh | 20 ++-
milena/ChangeLog | 44 +++++++
milena/mln/debug/slices_2d.hh | 2 +
milena/mln/fun/v2v/rgb_to_hsl.hh | 2 +-
milena/mln/io/dicom/load.hh | 2 +-
milena/mln/io/dump/get_header.hh | 4 +-
milena/mln/io/fld/header.hh | 7 +-
milena/mln/io/fld/load.hh | 3 +-
milena/mln/io/fld/load_header.hh | 5 +-
milena/mln/io/off/load.hh | 12 ++
milena/mln/io/off/save.hh | 8 ++
milena/mln/math/jacobi.hh | 4 +-
milena/mln/morpho/hit_or_miss.hh | 7 +-
milena/mln/value/builtin/floatings.hh | 14 ++-
milena/mln/world/binary_2d/subsample.hh | 4 +-
milena/tests/Makefile.am | 2 +
milena/tests/global_vars1.cc | 6 +-
milena/tests/global_vars2.cc | 10 +-
milena/tests/io/dump/Makefile.am | 4 +-
milena/tests/io/dump/dump.cc | 20 +++-
milena/tests/value/builtin/floatings.cc | 34 ++++--
scribo/ChangeLog | 13 ++
scribo/demo/Makefile.am | 8 +-
scribo/scribo/core/line_info.hh | 11 ++-
scribo/scribo/text/recognition.hh | 189 ++++++++++++++++++++++++------
27 files changed, 375 insertions(+), 78 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 fix-globals has been deleted
was 1f0b6046717272eac676f1f9212ce1f6ab00eba0
-----------------------------------------------------------------------
1f0b6046717272eac676f1f9212ce1f6ab00eba0 Fix the initialization of all global constants (ticket #43)
-----------------------------------------------------------------------
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 has been updated
via 1f0b6046717272eac676f1f9212ce1f6ab00eba0 (commit)
from 7876a2ce362a03e89fc494def140d0bb0c6d654f (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:
milena/ChangeLog | 21 +++++++++++++++++++++
milena/mln/debug/slices_2d.hh | 2 ++
milena/mln/io/dump/get_header.hh | 4 +++-
milena/mln/io/fld/header.hh | 7 +++++--
milena/mln/io/fld/load.hh | 3 ++-
milena/mln/io/fld/load_header.hh | 5 ++++-
milena/mln/io/off/load.hh | 15 ++++++++++++++-
milena/mln/io/off/save.hh | 11 ++++++++++-
milena/mln/math/jacobi.hh | 4 +++-
milena/mln/morpho/hit_or_miss.hh | 7 ++++++-
milena/mln/world/binary_2d/subsample.hh | 4 +++-
milena/tests/Makefile.am | 2 ++
milena/tests/global_vars1.cc | 6 +++++-
milena/tests/global_vars2.cc | 10 +++++++---
14 files changed, 87 insertions(+), 14 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
#250: Improve iteration over elements in high-level data structures
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: critical | Milestone:
Component: Scribo | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Currently, accessing information about an element in a document using data
structures is error prone.
For instance, iterating over a component_set and accessing current
component information look like this:
{{{
component_set<L> compset;
for_all_comps(comp, compset)
compset(comp).is_valid();
}}}
Here, ''comp'' is an ID, not the component itself. Moreover, it is error
prone since several methods exists both in the container and in element
structure:
{{{
component_set<L> compset;
for_all_comps(comp, compset)
compset.is_valid();
}}}
This code would also work and may not lead to the expected result...
We want iterators to write the following code:
{{{
component_set<L> compset;
scribo_citer(component_set<L>) comp(compset);
for_all(comp)
comp.is_valid();
}}}
Iterators would also make the code more 'Milena style'.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/250>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#249: Add export to OpenDocument
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Scribo | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
Scribo-viewer can only export segmentation results to XML, PDF or HTML. We
would like to export to editable documents like OpenDocument.
We could use the following library: http://docs.lpod-project.org/
--
Ticket URL: <https://trac.lrde.org/olena/ticket/249>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.