#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.
#232: Update contributors' list on Olena's Web site
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: major | Milestone: Olena 1.1
Component: Web | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
This page :
https://www.lrde.epita.fr/cgi-bin/twiki/view/Olena/Contributors
should be updated with the latest version (e.g., from branch `next`) of
this file :
source:AUTHORS
Better: write a script to automate the conversion, so as to simplify the
process of updating this page down to a copy-and-paste operation.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/232>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
Commission of 5 percent on 200K USD monthly turnover derived
from sales of intellectual property products on the internet
Features required:
- Company ownership
- Timely performance of all tasks
- Continuous availability for Email, Skype and telephone feedback
Considering your interest, please furnish us with the following:
- Full Name
- Age
- Location
- Telephone
- Email
Please reply to: Darcy(a)apple-euro.com
Kind Regards,
Marketing, Liaison and HR Department
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 669186fc274e07ce16851922c744d5c7e15a84ea (commit)
via 96e67f6256e215729bba53609b2cc3c057b09dbb (commit)
via c2c03cdaebcc00a452fbf8c36fabf877caab3767 (commit)
via 074b98c01a843927c4598b9133a4a10c8f6448cf (commit)
via 056a7da3c8daf34dd9c82702f71852271849144d (commit)
via a594568ba144ed50c21effddeb18704c8b3fa446 (commit)
via 508408f7dff9e322755e4cf4cc1f758a77afb4b6 (commit)
via 26bb7741e04430e26581eae579fb2fdd83a2a2d0 (commit)
via d3418e806a546d54fc8b2d48e8993278d12a28e4 (commit)
via 4cdfb68adba71179d1928ce78897cd901f4e400f (commit)
via cd5f19d46dfb82024482d669074983c844493991 (commit)
via cf8f392486675fa382e4b2dd72c1a501882e01dd (commit)
via 129176c3000e67c707a7ed0f858a7d17a3a3a754 (commit)
via fbed673b4e5f2dca40b75ab862de5bc8b7db8a24 (commit)
via 0da19ecf5b9969fbdcd82b9d2cb90ddbc51ac6c5 (commit)
via 96efae2cbedf68ef4239f362a7ecb76ce4aaaa91 (commit)
from 20559be00fdfd2fbdbdd98f076b876657e5bc6a8 (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:
ChangeLog | 17 ++
bootstrap | 6 -
configure.ac | 32 +++
doc/Makefile.am | 27 ++-
milena/ChangeLog | 74 +++++++
milena/apps/morphers/iz.cc | 35 +++-
milena/doc/Doxyfile.in | 4 +
milena/headers.mk | 1 +
milena/mln/algebra/mat.hh | 4 +-
milena/mln/linear/gaussian.hh | 3 +-
milena/mln/registration/icp.hh | 10 +-
milena/mln/value/hsl.hh | 9 +-
milena/mln/value/int_u.hh | 185 ++---------------
milena/mln/value/int_u.hxx | 198 ++++++++++++++++++
milena/mln/value/internal/gray_f.hh | 2 +-
milena/mln/value/qt/rgb32.hh | 78 ++++---
milena/mln/world/binary_2d/subsample.hh | 27 +--
milena/tests/io/magick/load.cc | 2 +-
milena/tests/io/magick/save.cc | 2 +-
milena/tests/world/binary_2d/Makefile.am | 11 +-
.../height.cc => world/binary_2d/subsample.cc} | 19 +-
scribo/ChangeLog | 42 ++++
.../binarization/internal/local_threshold_core.hh | 3 +-
scribo/scribo/core/internal/doc_serializer.hh | 18 +-
scribo/scribo/core/line_info.hh | 6 +-
scribo/scribo/filter/internal/component_aligned.hh | 4 +-
scribo/scribo/filter/internal/compute.hh | 4 +-
.../primitive/link/internal/link_functor_base.hh | 4 +-
scribo/scribo/text/recognition.hh | 212 ++++++++++----------
scribo/scribo/util/init_integral_image.hh | 5 +-
30 files changed, 666 insertions(+), 378 deletions(-)
create mode 100644 milena/mln/value/int_u.hxx
copy milena/tests/{morpho/closing/height.cc => world/binary_2d/subsample.cc} (78%)
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 669186fc274e07ce16851922c744d5c7e15a84ea (commit)
via 96e67f6256e215729bba53609b2cc3c057b09dbb (commit)
from c2c03cdaebcc00a452fbf8c36fabf877caab3767 (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 -----------------------------------------------------------------
669186f Have configure find bib2bib and bibtex2html.
96e67f6 Have configure find rst2html.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 17 +++++++++++++++++
bootstrap | 6 ------
configure.ac | 32 ++++++++++++++++++++++++++++++++
doc/Makefile.am | 27 ++++++++++++++++++---------
4 files changed, 67 insertions(+), 15 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform