#105: Optimize with memory for border::duplicate
--------------------------+------------------------
Reporter: duhamel | Owner: Olena Team
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Milena | Version: 2.0
Resolution: | Keywords:
--------------------------+------------------------
Changes (by levill_r):
* version: 1.0 => 2.0
* type: task => enhancement
* milestone: Olena 2.1 =>
Old description:
> In source:trunk/milena/mln/border/duplicate.hh [[BR]]
>
> Handle memory traits in the enhancement of this algorithm.
New description:
In source:milena/mln/border/duplicate.hh [[BR]]
Handle memory traits in the enhancement of this algorithm.
--
Comment:
This ticket's description is too vague. Which cases should be
specialized?
--
Ticket URL: <https://trac.lrde.org/olena/ticket/105#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#46: Snake forward works only on 2D
--------------------------+-------------------------
Reporter: anonymous | Owner: Olena Team
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Milena | Version: 2.0
Resolution: | Keywords: trait check
--------------------------+-------------------------
Changes (by levill_r):
* version: 1.0 => 2.0
* milestone: Olena 2.1 =>
Old description:
> source:trunk/milena/mln/canvas/browsing/snake_fwd.hh
>
> Now, snake-fwd works only on 2D, but it's not checked !
>
> One could either check that the image is in 2D
> or make the canvas generalized.
New description:
source:milena/mln/canvas/browsing/snake_fwd.hh
Now, snake-fwd works only on 2D, but it's not checked !
One could either check that the image is in 2D
or make the canvas generalized.
--
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/46#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#45: Check if a point belong to an image during forward.
------------------------+------------------------
Reporter: anonymous | Owner: Olena Team
Type: task | Status: closed
Priority: minor | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Resolution: wontfix | Keywords: has
------------------------+------------------------
Changes (by levill_r):
* status: new => closed
* version: 1.0 => 2.0
* resolution: => wontfix
Old description:
> source:trunk/milena/mln/canvas/browsing/
>
> When we do a call of function of a functor, should we test if the point
> belongs to the image ?
New description:
source:milena/mln/canvas/browsing/
When we do a call of function of a functor, should we test if the point
belongs to the image ?
--
Comment:
This ticket's description is too vague; closing.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/45#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#36: Factor the implementation of literals with a singleton
--------------------------+------------------------
Reporter: theo | Owner: Olena Team
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: Milena | Version: 2.0
Resolution: | Keywords:
--------------------------+------------------------
Changes (by levill_r):
* priority: minor => trivial
* version: 1.0 => 2.0
* milestone: Olena 2.1 =>
Old description:
> Add a generic singleton, and use it to factor the code in
> source:trunk/milena/mln/literal.
New description:
Add a generic singleton, and use it to factor the code in
source:milena/mln/literal.
--
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/36#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#297: Stop using mln_VAR in installed libraries
-------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: portability |
-------------------------+------------------------
The `mln_VAR` macro defined in source:milena/mln/core/var.hh relies on the
non-standard `typeof` keyword. It should only be used in client code, not
in library code. Ensure installed headers do not make use of this
feature.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/297>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform
#290: Check Olena with Cppcheck
----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: major | Milestone: Olena 2.1
Component: Olena | Version: 2.0
Keywords: |
----------------------+------------------------
Check the whole code base with Cppcheck (http://cppcheck.sourceforge.net/)
and use the report(s) produced by this tool to make changes to the code if
they are deemed relevant.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/290>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform