Dear Sir or Madam,
I am searching for layout analysis and I found last year your free software
(OLENA) for layout of analysis.
I already apply some samples to your website to see how the algorithm work
(last year).
But this year I see the link doesnt work.
also I need to run the code on python.
Is it possible to guide me?
I will appreciate if you reply me soon.
Best reagrds
Mahdieh Khalili
Bonjour,
En essayant de compiler Olena avec le composant Scribo, j'ai les erreurs suivantes:
Making all in scribomake[2]: Entering directory '/opt/exe/olena-2.1/_build/scribo'Making all in demomake[3]: Entering directory '/opt/exe/olena-2.1/_build/scribo/demo'Making all in viewermake[4]: Entering directory '/opt/exe/olena-2.1/_build/scribo/demo/viewer'/usr/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. ../../../../scribo/demo/viewer/viewer.hh -o viewer.moc.ccUnknown options: s, y, s, t, e, m, s, y, s, t, e, m, s, y, s, t, e, m, s, y, s, t, e, m.Makefile:1498: recipe for target 'viewer.moc.cc' failedmake[4]: *** [viewer.moc.cc] Error 1make[4]: Leaving directory '/opt/exe/olena-2.1/_build/scribo/demo/viewer'Makefile:379: recipe for target 'all-recursive' failedmake[3]: *** [all-recursive] Error 1make[3]: Leaving directory '/opt/exe/olena-2.1/_build/scribo/demo'Makefile:763: recipe for target 'all-recursive' failedmake[2]: *** [all-recursive] Error 1make[2]: Leaving directory '/opt/exe/olena-2.1/_build/scribo'Makefile:529: recipe for target 'all-recursive' failedmake[1]: *** [all-recursive] Error 1make[1]: Leaving directory '/opt/exe/olena-2.1/_build'Makefile:436: recipe for target 'all' failedmake: *** [all] Error 2
Pourriez vous me dire comment je peux résoudre ce problème svp?
Bien cordialement,
Imen Melki
Bonjour, Etant bientôt dotée d'un diplôme d'ingénieur en génie électroniques industrielles et actuellement étudiante en deuxième année master de recherche Systèmes Intelligents et communicants (option: systèmes embarqués) à l'école nationale d'ingénieurs de Sousse ,ENISo, Tunisie, je vous adresse ce courrier afin de vous faire part de ma candidature spontanée pour effectuer mon stage de recherche au sein de votre laboratoire.Afin que vous puissiez en savoir plus sur mes compétences et mes motivations, je vous joins mon CV et ma lettre de motivation.Je suis à votre disposition pour d’éventuelles informations complémentaires. Best regards,Sarra ROMDHANE +216 25 15 08 11
Bonjour,
Je suis un ancien d'Epitech promo 2013, j'ai rencontré Franck Tetzlaff
(Frichti)
qui m'a parlé de du lab Epita et de votre projet qui pourrait nous aider.
C'est ce qui m'amène à vous contacter aujourd'hui.
Je suis entrain de développer un projet, KOLI <http://koli.fr/>, qui a pour
but de permettre l'envoi de colis sans bouger de chez soi.
Actuellement l'application contient un formulaire qui demande à
l'utilisateur de renseigner la taille de son colis (S, M, ...) en plus de
la photo et d'autres informations utile à la prise en charge du colis.
Votre librairie permet-elle de reconnaitre un objet sur une photo? Par
exemple un meuble, un vase, ...
J'ai regardé dans vos exemples mais je n'ai pas trouvé ce cas de figure.
Si vous souhaitez plus de détail vous pouvez me joindre par téléphone au 06
52 69 37 95, je serai ravi d'en discuter avec vous.
Dans l'attente de votre réponse.
Bien à vous,
Thomas Donninger.
Hello Dear,
I cannot access to the source code of the "region_adjacency_graph" through the available link: (https://trac.lrde.org/olena/browser/milena/demos/graph/region_adjacency_gra…, can you send it for me.
Best regards, GHAZOUANI FethiPhd Student in Computer ScienceRIADI Laboratory, ENSI Manouba, Tunisia
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