#147: Write a script to automatically generate file skeletons for Olena
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: trivial | Milestone:
Component: Milena | Version: 1.0
Keywords: generator |
-----------------------+----------------------------------------------------
A Ruby script would be nice, but the language doesn't really matter.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/147>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#238: Have Swilena be compatible with (also) Python 2.6 (and greater)
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Swilena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Swilena does not work with Python 2.6 (and probably greater versions).
Swig seems to generates wrappers correctly, and they compile fine, but
tests fail at run time.
There may have been changes in Python's API between versions 2.5 and 2.6
(perhaps iterators?). Investigate.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/238>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#160: Revamp complexes
----------------------------+-----------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: minor | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Keywords: cleanup rename |
----------------------------+-----------------------------------------------
* Move complexes from `mln/core/` to `mln/topo/`.
* The '''dynamic''' access(es) to the set of ''n''-faces of a complex
(e.g., `mln::complex::nfaces(unsigned)`) has (have) a linear complexity!
We should get rid of that. We could create an index at the creation of
the complex, mapping dynamic dimension numbers to the corresponding
(static) mixin/data. Ask Roland for details.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/160>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#227: List of dependencies out of date in the wiki
--------------------------+-------------------------------------------------
Reporter: jonathan | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone:
Component: Milena | Version: 1.0
Keywords: Dependencies |
--------------------------+-------------------------------------------------
In the download page, [http://www.lrde.epita.fr/cgi-
bin/twiki/view/Olena/Download], the list of dependencies is out of date.
Especially for the git repository version, additional dependencies are
needed to build the documentation. It should be clarified in the wiki or
the building procedure should be improved.
******************
A non exhaustive(?) list of dependencies:
autogen automake1.7 autoconf make g++
libboost-dev
texlive-latex-base
texlive-extra-utils
pgf
HeVeA
latex2html
doxygen
imagemagick
dot2tex
--
Ticket URL: <https://trac.lrde.org/olena/ticket/227>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch sandbox/anthony has been updated
via bc40c1bcd0075922ff6620e7f51397abc0d79c3d (commit)
via 3afeb98c8ca527f142d52eb95ec6b1e37a5d4f5a (commit)
from dd94dbd31e4982a8e33fc948391eaac6c378f754 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
bc40c1b [SIFT] Add keypoint interpolation + Low contrast elimination
3afeb98 [SIFT] Switch OpenCV implementation compilator (clang++ instead of g++)
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/Makefile | 2 +-
milena/sandbox/anthony/opencv/Makefile | 15 +-
milena/sandbox/anthony/src/dog-space.hh | 545 ++++++++++++++++++++-----------
milena/sandbox/anthony/src/keypoint.hh | 2 +
milena/sandbox/anthony/src/main.cc | 9 +-
milena/sandbox/anthony/src/matrix.cc | 50 +++
milena/sandbox/anthony/src/matrix.hh | 2 +
7 files changed, 426 insertions(+), 199 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Environmental enterprise searching for representation internationally
5% commission on 200K cash flow originated from promotion and sales of proprietary research articles
Necessary conditions:
- Own a company
- Be reachable on daily basis through E-mail, phone or Skype
- Proper execution of all planned undertakings
In case if being interested, please provide:
- Name and Surname
- Age
- Telephone number (including country code)
- City and Country
- Email
Please answer to: Rufus(a)googleapps-consult.com
Faithfully yours,
HR dept
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
via 19cf0bfdd73f029d2e92843a587d3d9148c62f6c (commit)
via 215777f7213dc458fc16299b95a05a777a023e48 (commit)
via 28582ba9109d77a6979472f95e6797308e55674f (commit)
via 77cc306a85e350e52ec09390e237e1ff6601760c (commit)
from 45b2fd98e041d1988cbf3112ba96bb1a285ee4fb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 48 ++++++++++++++++++++
scribo/headers.mk | 3 ++
scribo/{src => scribo}/afp/components.hh | 8 ++--
scribo/{src => scribo}/afp/link.hh | 11 +++--
scribo/{src => scribo}/afp/regroup.hh | 9 ++--
scribo/scribo/filter/object_groups_with_holes.hh | 2 +-
.../primitive/regroup/from_single_left_link.hh | 4 +-
.../toolchain/internal/text_in_picture_functor.hh | 44 ++++++++++--------
scribo/src/Makefile.am | 8 +---
scribo/src/text_recognition_in_picture.cc | 4 +-
scribo/tests/unit_test/unit-tests.mk | 3 ++
11 files changed, 103 insertions(+), 41 deletions(-)
rename scribo/{src => scribo}/afp/components.hh (96%)
rename scribo/{src => scribo}/afp/link.hh (94%)
rename scribo/{src => scribo}/afp/regroup.hh (94%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch fixes has been updated
via 19cf0bfdd73f029d2e92843a587d3d9148c62f6c (commit)
from 215777f7213dc458fc16299b95a05a777a023e48 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
19cf0bf Fix the distribution of Scribo.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 7 +++++++
scribo/src/Makefile.am | 8 +-------
2 files changed, 8 insertions(+), 7 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform