proto-1.0 441: Clean up olena/ChangeLog.

https://svn.lrde.epita.fr/svn/oln/prototypes/proto-1.0 Please wrap lines longer than 80 columns whenever possible! TIA. Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> * olena/ChangeLog: Clean up. ChangeLog | 73 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 30 deletions(-) Index: olena/ChangeLog --- olena/ChangeLog (revision 440) +++ olena/ChangeLog (working copy) @@ -1,9 +1,15 @@ +2005-08-29 Roland Levillain <roland@lrde.epita.fr> + + * oln/morpho/shortest_path_watershed.hh + (shortest_path_watershed_): Fix comment. + 2006-03-09 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> - Watersnakes : add reconstruction by erosion with tarjan union-find. + Watersnakes: add reconstruction by erosion with Tarjan's + union-find. - * oln/morpho/watersnakes.hh: Add reconstruction by erosion with tarjan - union-find (quicker). + * oln/morpho/watersnakes.hh: Add reconstruction by erosion with + Tarjan's union-find (quicker). 2006-03-09 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> @@ -25,33 +31,36 @@ Implementation of Image Inpainting algorithm in Olena 0.10. * oln/convolution/laplacian_olena_0_10.hh: New. Laplacian 2d. - * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic diffusion - from Perona Malik. - * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological gradient. - * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image inpainting - algorithm from Bertalmio. + * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic + diffusion from Perona Malik. + * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological + gradient. + * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image + inpainting algorithm from Bertalmio. 2006-02-15 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> Implementation of image inpainting algorithm in Olena 0.10. * oln/convolution/laplacian_olena_0_10.hh: New. Laplacian 2d. - * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic diffusion - from Perona Malik. - * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological gradiant. - * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image inpainting - from Bertalmio. + * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic + diffusion from Perona Malik. + * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological + gradiant. + * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image + inpainting from Bertalmio. 2006-02-15 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> Implementation of image inpainting algorithm in Olena 0.10. * oln/convolution/laplacian_olena_0_10.hh: New. Laplacian 2d. - * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic diffusion - from Perona Malik. - * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological gradiant. - * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image inpainting - from Bertalmio. + * oln/level/anisotropic_diffusion_olena_0_10.hh: New. Anisotropic + diffusion from Perona Malik. + * oln/morpho/gradient_morpho_olena_0_10.hh: New. Morphological + gradiant. + * oln/appli/inpainting/image_inpainting_olena_0_10.hh: New. Image + inpainting from Bertalmio. 2006-02-13 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> @@ -62,7 +71,8 @@ 2006-02-12 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> - Util function : set outsides boundaries at the same value of image boundaries. + Util function : set outsides boundaries at the same value of image + boundaries. * oln/utils/clean_boundaries.hh: New. To clean image boundaries. @@ -70,7 +80,8 @@ Add Image Inpainting algorithm. - * oln/appli/inpainting/image_inpainting.hh: New. Based on Bertalmio algorithm. + * oln/appli/inpainting/image_inpainting.hh: New. Based on + Bertalmio algorithm. 2006-02-10 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> @@ -82,7 +93,8 @@ Add anisotropic diffusion. - * oln/level/anisotropic_diffusion.hh: New. Anisotropic diffusion algorithm. + * oln/level/anisotropic_diffusion.hh: New. Anisotropic diffusion + algorithm. * oln/makefile.src: Add anisotropic_diffusion.hh to the makefile. 2006-02-09 Nicolas Widynski <nicolas.widynski@lrde.epita.fr> @@ -106,12 +118,13 @@ Update laplacian convolution. - * oln/convolution/laplacian.hh: Update laplacian convolution for first and - second derivatives. + * oln/convolution/laplacian.hh: Update laplacian convolution for + first and second derivatives. 2005-10-11 Damien Thivolle <damien@lrde.epita.fr> - Add grey level self-dual reconstruction and clean reconstruction classes. + Add grey level self-dual reconstruction and clean reconstruction + classes. * tests/morpho/tests/reconstruction: Remove. Split into two files (binary and grey level). @@ -133,16 +146,16 @@ * tests/morpho/tests/reconstruction: Now use builtin types. * oln/funobj/invert.hh: Add bool and unsigned char inversion. - * oln/core/abstract/image_typeness.hh: Add rules (unsigned char, char and - ntg::real_value) for greylevel_image. + * oln/core/abstract/image_typeness.hh: Add rules (unsigned char, + char and ntg::real_value) for greylevel_image. * oln/morpho/reconstruction.hh: Now support grey level images. * oln/morpho/local.hh: Add new functions for handling neighborhood. - * oln/morpho/reconstruction_by_dilation.hh: Add grey level specialization - and use new functions from local.hh. + * oln/morpho/reconstruction_by_dilation.hh: Add grey level + specialization and use new functions from local.hh. * oln/morpho/reconstruction_selfdual.hh: Likewise. * oln/morpho/reconstruction_by_erosion.hh: Likewise. - * oln/canvas/reconstruction.hh: Now use mlc::is_a to check if the input - images have a neighborhood. A bit of cleaning. + * oln/canvas/reconstruction.hh: Now use mlc::is_a to check if the + input images have a neighborhood. A bit of cleaning. 2005-09-14 Thierry GERAUD <theo@lrde.epita.fr>
participants (1)
-
Roland Levillain