#288: Pull Request: exp/magick-improvements
--------------------------+-----------------------
Reporter: levill_r | Owner: levill_r
Type: pull-request | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: i/o |
--------------------------+-----------------------
PR sent by Guillaume Lazzara.
This branch adds support for 16-bit value types with !GraphicsMagick as
well as a new routine to read meta-data from an image file before loading
the (whole) actual data.
Be careful, these changes have not been tested on OS X (with
!GraphicsMagick or !ImageMagick from the !MacPorts).
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/288>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#286: Fix the Olena port on MacPorts
----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: critical | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: |
----------------------+------------------------
The `olena` port from the !MacPorts does not compile anymore. I believe
that the required fixes have been applied in the current `master` branch.
There used to be a dependency issue with Tesseract too, but I guess this
has been fixed as well with recent updates to the `tesseract` port.
We should check that the port builds fine with a tarball rolled from
`master` before shopping [milestone:"Olena 2.1" Olena 2.1] (hopefully very
soon). What is the best approach to check !MacPorts candidates locally?
(Maybe setting up a local repository?) I (Roland) would like to get some
advice about this. Thanks in advance!
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/286>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#285: Overhaul the Olena configurations on TeamCity
-------------------------+----------------------
Reporter: levill_r | Owner: levill_r
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Milena | Version: 2.0
Keywords: |
-------------------------+----------------------
* Factor common parts using a template (see HAVM's, MonoBURG's and
Nolimips' configurations).
* Use uniform names/identifiers (likewise).
* We may want to remove some unused or redundant configurations.
* The set of compatible agents for all configurations is relatively
small; try to install missing requirements and/or make the necessary
changes in the project to work around/get rid of these dependencies (e.g.
Swig ≠ 2.0.9).
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/285>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#289: Integrate features developed during the work on the wavelet-based text/non-
text classification
----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: minor | Milestone: Olena 2.2
Component: Milena | Version: 2.0
Keywords: |
----------------------+------------------------
Raphaël Boissel sent the following list of features to me (Roland) :
* Conversion of an image with Cartesian coordinates to an image with
polar ones.
* Addition of a class dedicated to processing signals, providing:
* basic math operations;
* a wavelet transform;
* a Fast Fourier Transform (FFT);
* signal import/export routines for popular formats (Matlab, structSVM,
…).
This ticket is a reminder. We should probably split it to track the
progress made on each feature.
Who wants to work on this? Has any preliminary integration work been
started on the Milena source tree?
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/289>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#199: Stop using recursive Makefiles in tests
-----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Resolution: | Keywords:
-----------------------+------------------------
Comment (by levill_r):
Comment from Akim (http://lists.lrde.epita.fr/pipermail/olena-
bugs/2013-September/000164.html) on this topic:
{{{
Automake 1.14 makes things much easier than before, you should
really have a look at %D% and %C%. You might also want to have
a look at these patches in V2. As you can see, you can make this
incremental: first use %C% and %D%, then remove a Makefile. I
felt safer this way.
commit 949d412f9934b448737d489bce9885b2a3c935c6
Author: Akim Demaille <akim(a)lrde.epita.fr>
Date: Mon Sep 23 17:02:13 2013 +0200
build: remove last recursive Makefile
* tests/Makefile.am: Rename as...
* tests/local.mk: this.
Adjust dependencies.
commit 224ec2280d051bea141c90f9dad1db734f668784
Author: Akim Demaille <akim(a)lrde.epita.fr>
Date: Mon Sep 23 14:48:10 2013 +0200
build: use Automake 1.14's %C% and %D%
* configure.ac: Require 1.14.
* tests/demo/local.mk, tests/rat/local.mk, tests/tafkit/local.mk,
* tests/unit/local.mk: Avoid naming the current directory, using
%D% and %C%.
}}}
--
Ticket URL: <https://trac.lrde.org/olena/ticket/199#comment:4>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#281: Repair the online Document Layout Analysis and Reconstruction demo
-----------------------+---------------------------
Reporter: levill_r | Owner: levill_r
Type: defect | Status: new
Priority: major | Milestone:
Component: Web | Version: 2.0
Resolution: | Keywords: demonstration
-----------------------+---------------------------
Old description:
> Guillaume Lazzara reported an issue with the online Document Layout
> Analysis and Reconstruction demo:
>
> http://lists.lrde.epita.fr/pipermail/olena/2013-August/000550.html
>
> hosted at
>
> http://olena.lrde.epita.fr/demos/document_segmentation.php
>
> The processed ended with this error:
>
> "PDF output : /tmp/web_app147489430652208889c261d3.66045018.pdf"Ooops!
> Something went wrong. Please contact us in order to fix that!
New description:
Guillaume Lazzara reported an issue with the online Document Layout
Analysis and Reconstruction demo:
http://lists.lrde.epita.fr/pipermail/olena/2013-August/000550.html
hosted at
http://olena.lrde.epita.fr/demos/document_segmentation.php
The processed ended with this error:
"PDF output : /tmp/web_app147489430652208889c261d3.66045018.pdf"Ooops!
Something went wrong. Please contact us in order to fix that!
(See also RT ticket [sysadm !#142].)
--
Comment (by levill_r):
Mention RT ticket [sysadm !#142].
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/281#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
Helo epita,
I trying to get running the olena on ubuntu in order to test SauvolaMs
myself,
but by compiling the"3.2 First generic algorithm" from the tutorial
I am always getting the same error :
milena_one.cc:14:25: fatal error: tests/data.hh: No such file or directory
what I am doing wrong ?
best regards
Albert Berman