#252: Improve representation of inter-pixel images
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
Currently, inter pixel images use the following representation:
{{{
p|p|p
-.-.-
p|p|p
-.-.-
p|p|p
}}}
We would like the following instead:
{{{
.-.-.-.
|p|p|p|
.-.-.-.
|p|p|p|
.-.-.-.
|p|p|p|
.-.-.-.
}}}
This improvement should not be applied on IGR's branches.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/252>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#248: Scribo-viewer does not warn if fop or xsltproc are missing
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.1
Component: Scribo | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
Scribo-viewer relies on external tools to export the segmentation results
as PDF or HTML. It uses Fop and Xsltproc but it fails silently if they are
not installed.
We should add a warning box at startup and disable export feature if they
are missing.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/248>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#196: Kill Doxygen warnings in Olena 1.0
--------------------+-------------------------------------------------------
Reporter: theo | Owner: Olena Team
Type: task | Status: new
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Keywords: |
--------------------+-------------------------------------------------------
`doxygen` emits warnings for certain documented parts; adjust the
documentation or Doxygen's options to get rid of them.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/196>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#244: Make use of \snippet command with doxygen
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone: Olena 1.2
Component: Milena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Sample codes inserted in the Doxygen documentation are currently extracted
from full source codes using a shell script.
It enables the possibility to check code compilation and give full working
code to the users.
Since version 1.7.5, Doxygen added a new command, \snippet, which has this
functionality of splitting full code examples easily.
We should use it and remove all the current scripts.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/244>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#218: Check for unnecessary includes.
---------------------+------------------------------------------------------
Reporter: lazzara | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: |
---------------------+------------------------------------------------------
Few files may includes unnecessary files.
Write a program and include these files:
#include <mln/core/var.hh>
#include <mln/core/image/image2d.hh>
#include <mln/debug/iota.hh>
#include <mln/debug/println.hh>
#include <mln/pw/image.hh>
You will be able to use p_array and sub_image without including their
related files.
Unnecessary includes slow down compilation and is damaging.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/218>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#90: Ensure dependencies on FreeImagePlus are handled correctly
-------------------------------------+--------------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 1.0
Keywords: freeinage freeimageplus |
-------------------------------------+--------------------------------------
Comment(by lazzara):
Considering the fact that we now support ImageMagick and GraphicsMagick,
is this ticket still relevant ?
--
Ticket URL: <https://trac.lrde.org/olena/ticket/90#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.