#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.
Show replies by date
#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: |
-------------------------+--------------------------------------------------
Comment(by lazzara):
This code is about to be deprecated.
Some work has been started in branch exp/khalimsky.
mln::world::inter_pixel is going to be replaced by mln::world::kn,
mln::world::k1 and mln::world::k2.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/252#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#252: Improve representation of inter-pixel images
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.x
Component: Milena | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
Changes (by lazzara):
* milestone: Olena 2.1 => Olena 2.x
--
Ticket URL: <https://trac.lrde.org/olena/ticket/252#comment:2>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#252: Improve representation of inter-pixel images
-------------------------+--------------------------------------------------
Reporter: lazzara | Owner: lazzara
Type: enhancement | Status: assigned
Priority: major | Milestone: Olena 2.x
Component: Milena | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
Changes (by lazzara):
* status: new => assigned
--
Ticket URL: <https://trac.lrde.org/olena/ticket/252#comment:3>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.