The Olena Team is proud to announce the release of Olena 2.1.
Olena is a platform dedicated to image processing and pattern
recognition. Its core component is a generic and efficient C++
library called Milena. Milena provides a framework to implement
simple, fast, safe, reusable and extensible image processing tool
chains. The library provides many ready-to-use image data structures
(regular 1D, 2D, 3D images, graph-based images, etc.) and algorithms.
Milena's algorithms are built upon classical entities from the image
processing field (images, points/sites, domains, neighborhoods, etc.).
This design allows image processing developers and practitioners to
easily understand, modify, develop and extend new algorithms while
retaining the core traits of Milena: genericity and efficiency.
On top of Milena, the Olena platform also features optional modules
such as Swilena, a component exposing Milena to other languages thanks
to the Simplified Wrapper and Interface Generator (SWIG); and the
Scribo module for Document Image Analysis (see below).
The Olena platform is Free Software. It is distributed under the
conditions of the GNU General Public License (GPL) version 2. See the
file COPYING shipped with the Olena distribution.
Release notes are available at:
http://olena.lrde.epita.fr/Olena210
You can download packages of the Olena 2.1 distribution here:
http://www.lrde.epita.fr/dload/olena/2.1/olena-2.1.tar.gz (50 MB)
http://www.lrde.epita.fr/dload/olena/2.1/olena-2.1.tar.bz2 (37 MB)
The SHA1 digests of theses packages are:
bae986faa08c908bd0e167e96c168033a53b5b47 olena-2.1.tar.gz
54f756b033a45d4c2fe1233c10fc43f99f9f552f olena-2.1.tar.bz2
This version is mostly a ``fix-up'' release of Olena 2.0, containing
many corrections and improvements since the previous release.
Here is a list of major changes since Olena 2.0:
* New and improved algorithms (binarization, skeletonization, layout
analysis) and I/O routines (PDF, VTK).
* Minimal support for FFTW 3 (Fast Fourier Transform).
* The Scribo distribution now contains a Doxygen
documentation.
* Support for modern toolchains and especially recent C++ compilers
(GCC 4.8, Clang 3.5).
The file NEWS, milena/NEWS, scribo/NEWS and swilena/NEWS, included in
the archive, contain a more complete list of user-visible changes.
Please report any problem by e-mail to <olena-bugs(a)lrde.epita.fr>.
--
Roland Levillain
EPITA Research and Development Laboratory (LRDE)
14-16, rue Voltaire - FR-94276 Le Kremlin-Bicêtre Cedex - France
Phone: +33 1 53 14 59 45 - Fax: +33 1 53 14 59 22 - www.lrde.epita.fr
Hello Sangheeta.
Le jour 2014-03-08 à 19h28, Sangheeta Roy a écrit :
> I am one researcher from Tata Consultancy services.
> Could you please let me know how to run binarization code available in
> Olena software package.
We work at the same lab where OLENA is developed, but Alfred and I are
not part of that team. I've taken the liberty of Cc'ing the appropriate
mailing list in this response of mine; I'm sure the people there will be
happy to address your concerns.
Best regards,
--
Luca Saiu
Télécom ParisTech
Personal home page: http://ageinghacker.net
It seems that you recently updated the theme of the LRDE website.
It is quite nice, unfortunately it broke the formatting on the following
page:
https://www.lrde.epita.fr/wiki/Olena/Download
Not a proper bug per se, but it's unfortunate.
--
Fabien Freling
☛ http://www.ffreling.com
☎ +33 6 21 54 47 23
Hello,
I was trying to build Olena/Scribo from Git source, on Ubuntu 13.10. I made
sure to install all requirements in
https://www.lrde.epita.fr/wiki/Olena/Download#Getting_the_source_from_the_d…
well as couple of other requirements that showed up during building.
Configure, Make, Make install all run flawlessly, scribo-cli command seems
to is installed to /usr/local/bin/. However, all internal
executables/script are not installed in /usr/local/libexec/.
Attempting to run command will yield this output:
$ scribo-cli pic-ocr
/usr/local/bin/scribo-cli: line 122:
/usr/local/libexec/scribo/text_recognition_in_picture: No such file or
directory
It's my first time using the source from Git. I've previously built olena
from dist package olena-2.0a and it worked correctly on Mac OSX.
Please advise and let me know shall you need more details.
Thanks in advance.
Cheers,
Remon
--
Remon Nashid | Drupal Architect
+1 514 583 9240
skype: remon.georgy
Thanks for your reply!
I'm going to check it out and let you know the result.
Best regards,
Remon
On Oct 30, 2013, at 3:44 PM, olena-request(a)lrde.epita.fr wrote:
> Send Olena mailing list submissions to
> olena(a)lrde.epita.fr
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.lrde.epita.fr/listinfo/olena
> or, via email, send a message with subject or body 'help' to
> olena-request(a)lrde.epita.fr
>
> You can reach the person managing the list at
> olena-owner(a)lrde.epita.fr
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Olena digest..."
>
>
> Today's Topics:
>
> 1. Re: Possible memory leak in scribo :: content_in_doc
> (Roland Levillain)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 30 Oct 2013 14:44:30 +0100
> From: Roland Levillain <roland(a)lrde.epita.fr>
> To: Remon Georgy <remon.sherin(a)gmail.com>
> Cc: olena(a)lrde.epita.fr
> Subject: Re: [Olena] Possible memory leak in scribo :: content_in_doc
> Message-ID: <52710D3E.6060607(a)lrde.epita.fr>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On 27/10/2013 09:45, Remon Georgy wrote:
>
>> Hello there,
>
> Hello,
>
>> I was trying Scribo module with multiple pictures, using either cli or
>> viewer version, I admit
>> it generates very good results!
>
> Thanks!
>
>> However, I'm experiencing a memory leak with a /certain/ image. It
>> happens in content_in_doc binary when I run scribo-cli as follows:
>>
>> scribo-cli doc-dia input.png out.xml
>>
>> Strangely enough I found that the command populates out.xml correctly!
>> but it never returns and it keeps on chewing memory VERY fast, like
>> reaching couple GB in few seconds.
>>
>> I tried to disable optional toggles one by one to narrow down the
>> suspect. I found out that the leak doesn't happen if I add the
>> option --disable-find-seps.
>>
>> Please find attached the single image that causes this leak as well as
>> xml output.
>>
>> I'll try to trace it as much as a I can, any clues would be great, though.
>
> Thank you for your report. I have processed your input image with the
> latest (not yet released) version of `scribo-cli' from the `master'
> branch of Olena's Git repository and it worked correctly. I've obtained
> a different XML output though (see the attached document).
>
> I you want to try the development version of Scribo, you can get it from
> our Git repository, compile it and install it, by following the
> instructions of this page:
>
> https://olena.lrde.epita.fr/Download#Getting_the_source_from_the_deve
>
> Or you can wait for the next release of the Olena platform.
>
>
> Thank you for your interest in the Olena project!
>
> --
> Roland Levillain
> EPITA Research and Development Laboratory (LRDE)
> 14-16, rue Voltaire - FR-94276 Le Kremlin-Bic?tre Cedex - France
> Phone: +33 1 53 14 59 45 - Fax: +33 1 53 14 59 22 - www.lrde.epita.fr
>
>
Hello there,
I was trying Scribo module with multiple pictures, using either cli or
viewer version, I admit
it generates very good results!
However, I'm experiencing a memory leak with a *certain* image. It happens
in content_in_doc binary when I run scribo-cli as follows:
scribo-cli doc-dia input.png out.xml
Strangely enough I found that the command populates out.xml correctly! but
it never returns and it keeps on chewing memory VERY fast, like reaching
couple GB in few seconds.
I tried to disable optional toggles one by one to narrow down the suspect.
I found out that the leak doesn't happen if I add the option
--disable-find-seps.
Please find attached the single image that causes this leak as well as xml
output.
I'll try to trace it as much as a I can, any clues would be great, though.
Best regards,
Remon
Hi,
I like the look of olena and want to check it out. But I'm asked for a login for the sample code. e.g. neighborhood.cc
Any help appreciated
G
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Garry Jolley-Rogers
1 Whalan Place
Kaleen ACT 2617
e: garry(a)jolley-rogers.id.au
e: garry.jolleyrogers(a)gmail.com
e: gjolleyrogers(a)me.com
Mobile/cell phone: + 61 (0) 415 113101
Home: + 61 (0) 2 61614632
Skype garryjolley-rogers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello,
I recently updated my system, and
g++ (Debian 4.8.1-10) 4.8.1
came in with.
With this new version, I got the following bug resolved:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
But it causes a lot of warning for my code using milena.
I propose the following patch that suppress the warnings from user code.
--
Armand Leclercq
EPITA 2013 Assistant C/Unix
Hi,
I really admire Olena framework, specially Scribo module!
I've been using Tesseract for a while now, and layout analysis is not it's strongest feature.
Using Scribo to anaylze pictures and passing text regions to tesseract makes a lot of sense.
I want to get started with using Scribo in my C++ code, however, It would be grateful if their is
any kind of API docs to consult or some example programs that uses scribe API. I'd really appreciate
any pointers.
Keep up the excellent work!
Thanks in advance.
Remon