Index: doc/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
* dev/thanks.texi: Update thanks.
Index: doc/dev/thanks.texi
--- doc/dev/thanks.texi Thu, 07 Aug 2003 20:10:12 +0200 burrus_n (oln/p/40_thanks.tex 1.6 600)
+++ doc/dev/thanks.texi Thu, 15 Apr 2004 17:28:13 +0200 palma_g (oln/p/40_thanks.tex 1.6 600)
@@ -45,7 +45,17 @@
@end itemize
@item Astrid Wang
-for her work on static arrays.
+@itemize @minus
+@item for her work on new documentation system,
+@item for her work on static arrays.
+@end itemize
+
+@item Damien Thivolle
+@itemize @minus
+@item for his contributions to document the code,
+@item for his work on generic morphers,
+@item for his work on the configuration system.
+@end itemize
@item David Lesage
@itemize @minus
@@ -64,7 +74,13 @@
@end itemize
@item Giovanni Palma
+@itemize @minus
+@item for his work on color conversion,
+@item for his work on attribute opening and closing algorithms,
+@item for his work on new documentation system,
+@item for his contributions to document the code,
@item for his contributions to cleanup the sources.
+@end itemize
@item Heru Xue
for his work on the color system.
@@ -107,6 +123,14 @@
@item for his work on the source tree.
@end itemize
+@item Niels van Vliet
+@itemize @minus
+@item for his work on color conversion,
+@item for his work on attribute opening and closing algorithms,
+@item for his contributions to document the code,
+@item for his work on histograms.
+@end itemize
+
@item Pierre-Yves Strub
@itemize @minus
@item for his work on Olena morpho,
@@ -134,6 +158,12 @@
@item Renaud Fran@,cois
for his bibliographic research.
+@item Simon Odou
+@itemize @minus
+@item for his contributions to document the code,
+@item for his work on generic morphers.
+@end itemize
+
@item Sylvain Berlemont
@itemize @minus
@item for his work on combinatorial maps,
--
Giovanni Palma
EPITA - promo 2005 - membre d'EpX - LRDE
Mob. : +33 (0)6 60 97 31 74
Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* NEWS: Update the file.
+2004-04-14 Damien Thivolle <damien(a)lrde.epita.fr>
+
* config/oln.m4: Correct the message that appears when doxygen is not
enough up to date.
Index: doc/ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* dev/abstract.texi: Update the file.
* dev/biblio.texi: Update the file.
Index: NEWS
--- NEWS Mon, 08 Mar 2004 08:12:15 +0100 palma_g (oln/0_NEWS 1.21 600)
+++ NEWS Thu, 15 Apr 2004 18:07:12 +0200 thivol_d (oln/0_NEWS 1.21 600)
@@ -1,4 +1,4 @@
-Olena 0.10 Not yet
+Olena 0.10 April 15, 2004
* New documentaion system.
Now any comment should use doxygen style (i.e. /*! ... */).
@@ -31,6 +31,15 @@
directly into any other color system.
- Conversion between 2 color systems should pass by the RGB one.
+ * Generic and concrete morphers are now implemented in Olena.
+ - Five morphers are included in this release:
+ Color morpher
+ Sub quantifying morpher
+ Piece morpher
+ Iter morpher
+ Slicing morpher
+ - These morphers can be manipulated as if they were normal images.
+
Olena 0.9 August 8, 2003
* New static hierarchy paradigm
Index: doc/dev/biblio.texi
--- doc/dev/biblio.texi Wed, 20 Aug 2003 16:58:54 +0200 astrid (oln/p/39_biblio.tex 1.4 600)
+++ doc/dev/biblio.texi Thu, 15 Apr 2004 17:32:37 +0200 thivol_d (oln/p/39_biblio.tex 1.4 600)
@@ -48,6 +48,12 @@
Jérôme Darbon, Thierry Géraud, and Alexandre Duret-Lutz,
submitted to International Symposium On Mathematical Morphology VI
(ISMM 2002), April 3-5, 2002, Sydney, Australia.
+
+@item
+ @cite{Static C++ Object-Oriented Programming (SCOOP)}
+ Nicolas Burrus, Alexandre Duret-Lutz, Thierry Geraud, David Lesage,
+ and Raphaël Poss. In the Proceedings of the Workshop on Multiple
+ Paradigm with OO Languages (MPOOL'03) Anaheim, CA Oct. 2003.
@end itemize
You can download these papers and related materials from
Index: doc/dev/abstract.texi
--- doc/dev/abstract.texi Sat, 23 Aug 2003 13:44:03 +0200 burrus_n (oln/p/41_abstract.t 1.7.1.2 600)
+++ doc/dev/abstract.texi Thu, 15 Apr 2004 17:27:33 +0200 thivol_d (oln/p/41_abstract.t 1.7.1.2 600)
@@ -14,18 +14,13 @@
prototypes and throwaway experiments before settling into the kind of
programming paradigm which is finally here.
-This version of Olena is quite young. In fact most of the operators
-have been translated from the sources of Milena, an image processing
-library which works only on 2D images (Milena stands for "mini-Olena")
-and which is not publicly available.
-
-We haven't written a real documentation yet. In the @file{doc/}
-directory you will find the start of a reference manual which presently
-documents only the morphological operators, together with a developer's
-guide to the use of Olena from user projects. In the @file{doc/demo/}
-directory lie a few sample programs. The file @file{doc/demo/tour.cc}
-attempts to introduce you to the basics of Olena. For the rest, we're
-afraid you will have to dig the code or e-mail us.
+The documentation does not cover the whole project. In the @file{doc/}
+directory you will find the first draft of a reference manual. It
+only documents the image hierarchy and image processing algorithms.
+In the @file{doc/demo/} directory lie a few sample programs.
+The file @file{doc/demo/tour.cc} attempts to introduce you to the basics
+of Olena.
+For the rest, we're afraid you will have to dig the code or e-mail us.
Please direct any question or comments to @email{olena@@lrde.epita.fr},
or @email{olena-bugs@@lrde.epita.fr}.
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr