---
ChangeLog | 249 -----------------------------------
milena/ChangeLog | 322 +++++++++++++++++++++++++++++++++++++++-------
milena/sandbox/ChangeLog | 14 ++
3 files changed, 291 insertions(+), 294 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7faee30..a94185c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,3 @@
-2008-10-16 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
-
- Fix some morpho operators.
-
- * milena/tests/morpho/erosion.cc: Fix typo.
- * milena/mln/core/routine/ops.hh (todo): New.
- * milena/mln/morpho/erosion.spe.hh (octagon2d): Fix.
- (hline2d, vline2d): Fix dispatch.
-
2008-10-15 Roland Levillain <roland(a)lrde.epita.fr>
* configure.ac: Configure milena/tests/io/off/Makefile.
@@ -19,246 +10,6 @@
Fix compilation error. It could not resolve the correct namespace
path.
-2008-16-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Update tutorial.
- * milena/doc/tutorial/samples/ima2d-1.tex,
- * milena/doc/tutorial/samples/ima2d-3.tex,
- * milena/doc/tutorial/samples/paste-call-1.tex,
- * milena/doc/tutorial/samples/point-1.tex:
- Add new sample code.
-
- * milena/doc/tutorial/tutorial.tex:
- Mainly update image chapter.
- Cleanup source.
-
-2008-15-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- * milena/mln/doc/tutorial/samples/box2d-1.tex,
- * milena/mln/doc/tutorial/samples/box2d-2.tex,
- * milena/mln/doc/tutorial/samples/domain-display-1.tex,
- * milena/mln/doc/tutorial/samples/domain-display-out-1.tex,
- * milena/mln/doc/tutorial/samples/fill-call-1.tex,
- * milena/mln/doc/tutorial/samples/fill-part-1.tex,
- * milena/mln/doc/tutorial/samples/fill-part-2.tex,
- * milena/mln/doc/tutorial/samples/fill-part-3.tex,
- * milena/mln/doc/tutorial/samples/fill.tex,
- * milena/mln/doc/tutorial/samples/forall-piter-1.tex,
- * milena/mln/doc/tutorial/samples/fun-p2b-1.tex,
- * milena/mln/doc/tutorial/samples/fun-p2v-1.tex,
- * milena/mln/doc/tutorial/samples/graph-output-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-2.tex,
- * milena/mln/doc/tutorial/samples/ima2d-3.tex,
- * milena/mln/doc/tutorial/samples/ima2d-4.tex,
- * milena/mln/doc/tutorial/samples/ima2d-5.tex,
- * milena/mln/doc/tutorial/samples/ima2d-6-clone.tex,
- * milena/mln/doc/tutorial/samples/ima2d-decl-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-decl-2.tex,
- * milena/mln/doc/tutorial/samples/ima2d-display-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-display-2.tex,
- * milena/mln/doc/tutorial/samples/ima2d-display-output-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-display-output-2.tex,
- * milena/mln/doc/tutorial/samples/ima2d-restricted-1.tex,
- * milena/mln/doc/tutorial/samples/ima2d-restricted-2.tex,
- * milena/mln/doc/tutorial/samples/ima2d-restricted-3.tex,
- * milena/mln/doc/tutorial/samples/ima2d-restricted-display-1.tex,
- * milena/mln/doc/tutorial/samples/mln_var-1.tex,
- * milena/mln/doc/tutorial/samples/mln_var-2.tex,
- * milena/mln/doc/tutorial/samples/mln_var-3.tex,
- * milena/mln/doc/tutorial/samples/parray-append.tex,
- * milena/mln/doc/tutorial/samples/parray-display-1.tex,
- * milena/mln/doc/tutorial/samples/paste-call-1.tex,
- * milena/mln/doc/tutorial/samples/paste.tex,
- * milena/mln/doc/tutorial/samples/point-1.tex,
- * milena/mln/doc/tutorial/samples/predicate-1.tex:
- Move sample code from the tutorial to these files.
-
- * milena/mln/doc/tutorial/tutorial.tex: various update.
-
-
-2008-15-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Update the prototype of labeling::compute().
- * milena/mln/labeling/compute.hh: change the return type to an
- util::array.
-
- * milena/sandbox/scribo/demat.hh,
- * milena/tests/labeling/compute.cc: update according the new
- prototype.
-
-2008-15-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Remove the useless '_' postfix in all the accumulators.
- * milena/doc/examples/tuto_bis.cc,
- * milena/doc/tutorial/examples/accu.cc,
- * milena/mln/accu/bbox.hh,
- * milena/mln/accu/count.hh,
- * milena/mln/accu/count_adjacent_vertices.hh,
- * milena/mln/accu/height.hh,
- * milena/mln/accu/histo.hh,
- * milena/mln/accu/max_h.hh,
- * milena/mln/accu/mean.hh,
- * milena/mln/accu/median_alt.hh,
- * milena/mln/accu/median_h.hh,
- * milena/mln/accu/nil.hh,
- * milena/mln/accu/p.hh,
- * milena/mln/accu/rank.hh,
- * milena/mln/accu/rank_bool.hh,
- * milena/mln/accu/rank_high_quant.hh,
- * milena/mln/accu/sum.hh,
- * milena/mln/accu/tuple.hh,
- * milena/mln/accu/v.hh,
- * milena/mln/accu/volume.hh,
- * milena/mln/canvas/morpho/algebraic_union_find.hh,
- * milena/mln/estim/mean.hh,
- * milena/mln/estim/sum.hh,
- * milena/mln/make/voronoi.hh,
- * milena/mln/morpho/closing_area.hh,
- * milena/mln/morpho/closing_area_on_vertices.hh,
- * milena/mln/morpho/closing_height.hh,
- * milena/mln/morpho/closing_volume.hh,
- * milena/mln/morpho/erosion.spe.hh,
- * milena/mln/morpho/opening_area.hh,
- * milena/mln/morpho/opening_area_on_vertices.hh,
- * milena/mln/morpho/opening_height.hh,
- * milena/mln/morpho/opening_volume.hh,
- * milena/mln/morpho/rank_filter.hh,
- * milena/tests/accu/all_accus.cc,
- * milena/tests/accu/count.cc,
- * milena/tests/accu/nil.cc,
- * milena/tests/accu/pair.cc,
- * milena/tests/accu/rank.cc,
- * milena/tests/accu/tuple.cc,
- * milena/tests/labeling/compute.cc:
- Update.
-
-
-2008-15-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Update accus to make them work with the new q_result typedef.
- * milena/mln/accu/bbox.hh,
- * milena/mln/accu/histo.hh,
- * milena/mln/accu/max.hh,
- * milena/mln/accu/max_h.hh,
- * milena/mln/accu/mean.hh,
- * milena/mln/accu/median_alt.hh,
- * milena/mln/accu/median_h.hh,
- * milena/mln/accu/min_h.hh,
- * milena/mln/accu/nil.hh,
- * milena/mln/accu/p.hh,
- * milena/mln/accu/rank.hh,
- * milena/mln/accu/rank_bool.hh,
- * milena/mln/accu/rank_high_quant.hh,
- * milena/mln/accu/sum.hh,
- * milena/mln/accu/tuple.hh,
- * milena/mln/accu/v.hh:
- Remove "result" typedef.
- Pass the qualified type as parameter to internal::base<>.
-
-2008-13-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- * milena/sandbox/scribo/remove_tables.cc:
- New small example to remove table borders in a document such as a
- bill.
-
-2008-10-07 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Fix most of the doxygen warnings.
- * milena/mln/arith/min.hh,
- * milena/mln/arith/plus.hh,
- * milena/mln/core/concept/doc/point_iterator.hh,
- * milena/mln/core/concept/point_site.hh,
- * milena/mln/core/dpsites_piter.hh,
- * milena/mln/core/faces_psite.hh,
- * milena/mln/core/image/bgraph_image.hh,
- * milena/mln/core/image/bgraph_psite.hh,
- * milena/mln/core/image/complex_higher_neighborhood.hh,
- * milena/mln/core/image/complex_higher_window_p.hh,
- * milena/mln/core/image/complex_image.hh,
- * milena/mln/core/image/complex_lower_higher_neighborhood.hh,
- * milena/mln/core/image/complex_lower_higher_window_p.hh,
- * milena/mln/core/image/complex_lower_neighborhood.hh,
- * milena/mln/core/image/complex_lower_window_p.hh,
- * milena/mln/core/image/decorated_image.hh,
- * milena/mln/core/image/graph_image.hh,
- * milena/mln/core/image/graph_psite.hh,
- * milena/mln/core/image/line_graph_image.hh,
- * milena/mln/core/image/line_graph_psite.hh,
- * milena/mln/core/image/obased_rle_image.hh,
- * milena/mln/core/image/value_enc_image.hh,
- * milena/mln/core/routine/clone.hh,
- * milena/mln/core/site_set/attic/p_complex_faces_piter.hh,
- * milena/mln/core/site_set/attic/p_faces_piter.hh,
- * milena/mln/core/site_set/complex_psite.hh,
- * milena/mln/core/site_set/p_bgraph.hh,
- * milena/mln/core/site_set/p_bgraph_piter.hh,
- * milena/mln/core/site_set/p_complex.hh,
- * milena/mln/core/site_set/p_faces.hh,
- * milena/mln/core/site_set/p_graph.hh,
- * milena/mln/core/site_set/p_line_graph.hh,
- * milena/mln/core/window.hh,
- * milena/mln/display/color_pretty.hh,
- * milena/mln/fun/c.hh,
- * milena/mln/fun/x2x/geom/composed.hh,
- * milena/mln/fun/x2x/geom/rotation.hh,
- * milena/mln/fun/x2x/geom/translation.hh,
- * milena/mln/geom/resize.hh,
- * milena/mln/geom/seeds2tiling.hh,
- * milena/mln/geom/seeds2tiling_roundness.hh,
- * milena/mln/level/fill_with_image.hh,
- * milena/mln/level/fill_with_value.hh,
- * milena/mln/level/paste.hh,
- * milena/mln/linear/sobel.hh,
- * milena/mln/neighb/image.hh,
- * milena/mln/pw/image.hh,
- * milena/mln/topo/attic/faces_iter.hh,
- * milena/mln/topo/complex.hh,
- * milena/mln/topo/complex_iterators.hh,
- * milena/mln/topo/internal/complex_relative_iterator_base.hh,
- * milena/mln/topo/internal/complex_relative_iterator_sequence.hh,
- * milena/mln/topo/internal/complex_set_iterator_base.hh,
- * milena/mln/topo/n_faces_set.hh,
- * milena/mln/util/branch_iter.hh,
- * milena/mln/util/branch_iter_ind.hh,
- * milena/mln/util/greater_point.hh,
- * milena/mln/util/greater_psite.hh,
- * milena/mln/util/internal/boost_graph.hh,
- * milena/mln/util/internal/graph_edge.hh,
- * milena/mln/util/internal/graph_edge_impl.hh,
- * milena/mln/util/internal/graph_edge_psite.hh,
- * milena/mln/util/internal/graph_vertex_impl.hh,
- * milena/mln/win/cuboid3d.hh,
- * milena/mln/win/multiple.hh,
- * milena/tests/core/site_set/p_vertices.cc,
- * milena/tests/extension/fill.cc,
- * milena/tests/morpho/complex_image_morpho.cc:
- Cleanup up doxygen comments.
-
- * milena/doc/Doxyfile.in:
- Add new predefined macros.
-
-
-2008-10-03 Guillaume Lazzara <z(a)lrde.epita.fr>
-
- Various small fixes.
- * milena/mln/algebra/vec.hh: add missing header.
-
- * milena/mln/core/image/obased_rle_image.hh,
- * milena/mln/core/image/rle_image.hh: Use pruns.
-
- * milena/mln/core/image/obased_rle_image.hh,
- * milena/mln/core/image/t_image.hh: add missing init_ function.
-
- * milena/mln/core/image/tr_image.hh,
- * milena/tests/core/alias/point1d.cc,
- * milena/tests/core/alias/point2d.cc: cleanup.
-
- * milena/tests/core/image/Makefile.am: Disable known broken test
- such as graph related tests.
-
- * milena/tests/core/image/tr_image.cc: make it compile.
-
2008-09-24 Roland Levillain <roland(a)lrde.epita.fr>
* configure.ac: Configure milena/tests/topo/Makefile.
diff --git a/milena/ChangeLog b/milena/ChangeLog
index cc3b10a..09d633d 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -28,6 +28,15 @@
* mln/core/internal/complex_neighborhood_base.hh: New.
+2008-10-16 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
+
+ Fix some morpho operators.
+
+ * tests/morpho/erosion.cc: Fix typo.
+ * mln/core/routine/ops.hh (todo): New.
+ * mln/morpho/erosion.spe.hh (octagon2d): Fix.
+ (hline2d, vline2d): Fix dispatch.
+
2008-10-16 Roland Levillain <roland(a)lrde.epita.fr>
Exercise mln::io::load on OFF file (with no color data).
@@ -207,6 +216,73 @@
* mln/core/def/coordf.hh: New.
+2008-16-07 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Update tutorial.
+ * doc/tutorial/samples/ima2d-1.tex,
+ * doc/tutorial/samples/ima2d-3.tex,
+ * doc/tutorial/samples/paste-call-1.tex,
+ * doc/tutorial/samples/point-1.tex:
+ Add new sample code.
+
+ * doc/tutorial/tutorial.tex:
+ Mainly update image chapter.
+ Cleanup source.
+
+2008-15-07 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * mln/doc/tutorial/samples/box2d-1.tex,
+ * mln/doc/tutorial/samples/box2d-2.tex,
+ * mln/doc/tutorial/samples/domain-display-1.tex,
+ * mln/doc/tutorial/samples/domain-display-out-1.tex,
+ * mln/doc/tutorial/samples/fill-call-1.tex,
+ * mln/doc/tutorial/samples/fill-part-1.tex,
+ * mln/doc/tutorial/samples/fill-part-2.tex,
+ * mln/doc/tutorial/samples/fill-part-3.tex,
+ * mln/doc/tutorial/samples/fill.tex,
+ * mln/doc/tutorial/samples/forall-piter-1.tex,
+ * mln/doc/tutorial/samples/fun-p2b-1.tex,
+ * mln/doc/tutorial/samples/fun-p2v-1.tex,
+ * mln/doc/tutorial/samples/graph-output-1.tex,
+ * mln/doc/tutorial/samples/ima2d-1.tex,
+ * mln/doc/tutorial/samples/ima2d-2.tex,
+ * mln/doc/tutorial/samples/ima2d-3.tex,
+ * mln/doc/tutorial/samples/ima2d-4.tex,
+ * mln/doc/tutorial/samples/ima2d-5.tex,
+ * mln/doc/tutorial/samples/ima2d-6-clone.tex,
+ * mln/doc/tutorial/samples/ima2d-decl-1.tex,
+ * mln/doc/tutorial/samples/ima2d-decl-2.tex,
+ * mln/doc/tutorial/samples/ima2d-display-1.tex,
+ * mln/doc/tutorial/samples/ima2d-display-2.tex,
+ * mln/doc/tutorial/samples/ima2d-display-output-1.tex,
+ * mln/doc/tutorial/samples/ima2d-display-output-2.tex,
+ * mln/doc/tutorial/samples/ima2d-restricted-1.tex,
+ * mln/doc/tutorial/samples/ima2d-restricted-2.tex,
+ * mln/doc/tutorial/samples/ima2d-restricted-3.tex,
+ * mln/doc/tutorial/samples/ima2d-restricted-display-1.tex,
+ * mln/doc/tutorial/samples/mln_var-1.tex,
+ * mln/doc/tutorial/samples/mln_var-2.tex,
+ * mln/doc/tutorial/samples/mln_var-3.tex,
+ * mln/doc/tutorial/samples/parray-append.tex,
+ * mln/doc/tutorial/samples/parray-display-1.tex,
+ * mln/doc/tutorial/samples/paste-call-1.tex,
+ * mln/doc/tutorial/samples/paste.tex,
+ * mln/doc/tutorial/samples/point-1.tex,
+ * mln/doc/tutorial/samples/predicate-1.tex:
+ Move sample code from the tutorial to these files.
+
+ * mln/doc/tutorial/tutorial.tex: various update.
+
+2008-10-15 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Update the prototype of labeling::compute().
+ * mln/labeling/compute.hh: change the return type to an
+ util::array.
+
+ * sandbox/scribo/demat.hh,
+ * tests/labeling/compute.cc: update according the new
+ prototype.
+
2008-10-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Make morpho meyer_wst practicable.
@@ -227,6 +303,52 @@
* mln/convert/to_image.hh: Replace suspicous use of size_t by T.
Now return an image1d<T> instead of image1d<std::size_t>
+2008-10-15 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Remove the useless '_' postfix in all the accumulators.
+ * doc/examples/tuto_bis.cc,
+ * doc/tutorial/examples/accu.cc,
+ * mln/accu/bbox.hh,
+ * mln/accu/count.hh,
+ * mln/accu/count_adjacent_vertices.hh,
+ * mln/accu/height.hh,
+ * mln/accu/histo.hh,
+ * mln/accu/max_h.hh,
+ * mln/accu/mean.hh,
+ * mln/accu/median_alt.hh,
+ * mln/accu/median_h.hh,
+ * mln/accu/nil.hh,
+ * mln/accu/p.hh,
+ * mln/accu/rank.hh,
+ * mln/accu/rank_bool.hh,
+ * mln/accu/rank_high_quant.hh,
+ * mln/accu/sum.hh,
+ * mln/accu/tuple.hh,
+ * mln/accu/v.hh,
+ * mln/accu/volume.hh,
+ * mln/canvas/morpho/algebraic_union_find.hh,
+ * mln/estim/mean.hh,
+ * mln/estim/sum.hh,
+ * mln/make/voronoi.hh,
+ * mln/morpho/closing_area.hh,
+ * mln/morpho/closing_area_on_vertices.hh,
+ * mln/morpho/closing_height.hh,
+ * mln/morpho/closing_volume.hh,
+ * mln/morpho/erosion.spe.hh,
+ * mln/morpho/opening_area.hh,
+ * mln/morpho/opening_area_on_vertices.hh,
+ * mln/morpho/opening_height.hh,
+ * mln/morpho/opening_volume.hh,
+ * mln/morpho/rank_filter.hh,
+ * tests/accu/all_accus.cc,
+ * tests/accu/count.cc,
+ * tests/accu/nil.cc,
+ * tests/accu/pair.cc,
+ * tests/accu/rank.cc,
+ * tests/accu/tuple.cc,
+ * tests/labeling/compute.cc:
+ Update.
+
2008-10-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
Remove the useless '_' postfix in some accumulators.
@@ -258,6 +380,28 @@
* doc/examples/tuto_bis.cc,
* mln/debug/println.spe.hh: Update.
+2008-10-15 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Update accus to make them work with the new q_result typedef.
+ * mln/accu/bbox.hh,
+ * mln/accu/histo.hh,
+ * mln/accu/max.hh,
+ * mln/accu/max_h.hh,
+ * mln/accu/mean.hh,
+ * mln/accu/median_alt.hh,
+ * mln/accu/median_h.hh,
+ * mln/accu/min_h.hh,
+ * mln/accu/nil.hh,
+ * mln/accu/p.hh,
+ * mln/accu/rank.hh,
+ * mln/accu/rank_bool.hh,
+ * mln/accu/rank_high_quant.hh,
+ * mln/accu/sum.hh,
+ * mln/accu/tuple.hh,
+ * mln/accu/v.hh:
+ Remove "result" typedef.
+ Pass the qualified type as parameter to internal::base<>.
+
2008-10-15 Nicolas Ballas <ballas(a)lrde.epita.fr>
Fix a bug in the fill_with_value dispatch.
@@ -294,16 +438,8 @@
2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
- Use labeling::compute for Scribo.
- * milena/sandbox/scribo/remove_tables.hh: split in...
- * milena/sandbox/scribo/demat.hh,
- * milena/sandbox/scribo/main.cc: ...these two files.
- Update the code in order to use labeling::compute.
-
-2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
-
Fix labeling::compute return type.
- * milena/mln/labeling/compute.hh: Fix many compilation errors
+ * mln/labeling/compute.hh: Fix many compilation errors
while taking directly the result type of an accumulator as a template
parameter for p_array<>.
Use mlc_unqualif.
@@ -311,60 +447,60 @@
2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
Add meta-accumulator for accu::bbox.
- * milena/mln/accu/bbox.hh: add missing meta-accumulator.
+ * mln/accu/bbox.hh: add missing meta-accumulator.
2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
Add is_valid() in the accumulator concept and move meta-accumulators
in meta namespace.
- * milena/mln/accu/count.hh,
- * milena/mln/accu/height.hh,
- * milena/mln/accu/histo.hh,
- * milena/mln/accu/max.hh,
- * milena/mln/accu/max_h.hh,
- * milena/mln/accu/mean.hh,
- * milena/mln/accu/median_alt.hh,
- * milena/mln/accu/min.hh,
- * milena/mln/accu/min_h.hh,
- * milena/mln/accu/nil.hh,
- * milena/mln/accu/p.hh,
- * milena/mln/accu/pair.hh,
- * milena/mln/accu/rank.hh,
- * milena/mln/accu/rank_bool.hh,
- * milena/mln/accu/rank_high_quant.hh,
- * milena/mln/accu/sum.hh,
- * milena/mln/accu/tuple.hh,
- * milena/mln/accu/v.hh,
- * milena/mln/accu/volume.hh:
+ * mln/accu/count.hh,
+ * mln/accu/height.hh,
+ * mln/accu/histo.hh,
+ * mln/accu/max.hh,
+ * mln/accu/max_h.hh,
+ * mln/accu/mean.hh,
+ * mln/accu/median_alt.hh,
+ * mln/accu/min.hh,
+ * mln/accu/min_h.hh,
+ * mln/accu/nil.hh,
+ * mln/accu/p.hh,
+ * mln/accu/pair.hh,
+ * mln/accu/rank.hh,
+ * mln/accu/rank_bool.hh,
+ * mln/accu/rank_high_quant.hh,
+ * mln/accu/sum.hh,
+ * mln/accu/tuple.hh,
+ * mln/accu/v.hh,
+ * mln/accu/volume.hh:
Add is_valid() and move meta-accumulators in meta namespace if needed.
- * milena/mln/core/concept/accumulator.hh:
+ * mln/core/concept/accumulator.hh:
Add is_valid() static test.
- * milena/tests/accu/all_accus.cc,
- * milena/tests/accu/max.cc,
- * milena/tests/accu/mean.cc,
- * milena/tests/accu/min.cc,
- * milena/tests/accu/min_max.cc,
- * milena/tests/accu/nil.cc:
+ * tests/accu/all_accus.cc,
+ * tests/accu/max.cc,
+ * tests/accu/mean.cc,
+ * tests/accu/min.cc,
+ * tests/accu/min_max.cc,
+ * tests/accu/nil.cc:
Fix tests.
- * milena/mln/morpho/gradient_elementary.hh: Fix compilation.
+ * mln/morpho/gradient_elementary.hh: Fix compilation.
2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
Add labeling::compute.
- * milena/mln/labeling/compute.hh: do it.
- * milena/tests/labeling/Makefile.am,
- * milena/tests/labeling/compute.cc: Add the proper test.
+ * mln/labeling/compute.hh: do it.
+ * tests/labeling/Makefile.am,
+ * tests/labeling/compute.cc: Add the proper test.
2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
Use geom::bbox instead of bbox().
- * milena/mln/geom/max_col.hh,
- * milena/mln/geom/max_row.hh,
- * milena/mln/geom/min_col.hh,
- * milena/mln/geom/min_col.hh: Use geom::bbox().
+ * mln/geom/max_col.hh,
+ * mln/geom/max_row.hh,
+ * mln/geom/min_col.hh,
+ * mln/geom/min_col.hh: Use geom::bbox().
2008-10-14 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -544,6 +680,82 @@
* tests/timer.hh: New. Tool to bench tests.
+2008-10-07 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Fix most of the doxygen warnings.
+ * mln/arith/min.hh,
+ * mln/arith/plus.hh,
+ * mln/core/concept/doc/point_iterator.hh,
+ * mln/core/concept/point_site.hh,
+ * mln/core/dpsites_piter.hh,
+ * mln/core/faces_psite.hh,
+ * mln/core/image/bgraph_image.hh,
+ * mln/core/image/bgraph_psite.hh,
+ * mln/core/image/complex_higher_neighborhood.hh,
+ * mln/core/image/complex_higher_window_p.hh,
+ * mln/core/image/complex_image.hh,
+ * mln/core/image/complex_lower_higher_neighborhood.hh,
+ * mln/core/image/complex_lower_higher_window_p.hh,
+ * mln/core/image/complex_lower_neighborhood.hh,
+ * mln/core/image/complex_lower_window_p.hh,
+ * mln/core/image/decorated_image.hh,
+ * mln/core/image/graph_image.hh,
+ * mln/core/image/graph_psite.hh,
+ * mln/core/image/line_graph_image.hh,
+ * mln/core/image/line_graph_psite.hh,
+ * mln/core/image/obased_rle_image.hh,
+ * mln/core/image/value_enc_image.hh,
+ * mln/core/routine/clone.hh,
+ * mln/core/site_set/attic/p_complex_faces_piter.hh,
+ * mln/core/site_set/attic/p_faces_piter.hh,
+ * mln/core/site_set/complex_psite.hh,
+ * mln/core/site_set/p_bgraph.hh,
+ * mln/core/site_set/p_bgraph_piter.hh,
+ * mln/core/site_set/p_complex.hh,
+ * mln/core/site_set/p_faces.hh,
+ * mln/core/site_set/p_graph.hh,
+ * mln/core/site_set/p_line_graph.hh,
+ * mln/core/window.hh,
+ * mln/display/color_pretty.hh,
+ * mln/fun/c.hh,
+ * mln/fun/x2x/geom/composed.hh,
+ * mln/fun/x2x/geom/rotation.hh,
+ * mln/fun/x2x/geom/translation.hh,
+ * mln/geom/resize.hh,
+ * mln/geom/seeds2tiling.hh,
+ * mln/geom/seeds2tiling_roundness.hh,
+ * mln/level/fill_with_image.hh,
+ * mln/level/fill_with_value.hh,
+ * mln/level/paste.hh,
+ * mln/linear/sobel.hh,
+ * mln/neighb/image.hh,
+ * mln/pw/image.hh,
+ * mln/topo/attic/faces_iter.hh,
+ * mln/topo/complex.hh,
+ * mln/topo/complex_iterators.hh,
+ * mln/topo/internal/complex_relative_iterator_base.hh,
+ * mln/topo/internal/complex_relative_iterator_sequence.hh,
+ * mln/topo/internal/complex_set_iterator_base.hh,
+ * mln/topo/n_faces_set.hh,
+ * mln/util/branch_iter.hh,
+ * mln/util/branch_iter_ind.hh,
+ * mln/util/greater_point.hh,
+ * mln/util/greater_psite.hh,
+ * mln/util/internal/boost_graph.hh,
+ * mln/util/internal/graph_edge.hh,
+ * mln/util/internal/graph_edge_impl.hh,
+ * mln/util/internal/graph_edge_psite.hh,
+ * mln/util/internal/graph_vertex_impl.hh,
+ * mln/win/cuboid3d.hh,
+ * mln/win/multiple.hh,
+ * tests/core/site_set/p_vertices.cc,
+ * tests/extension/fill.cc,
+ * tests/morpho/complex_image_morpho.cc:
+ Cleanup up doxygen comments.
+
+ * doc/Doxyfile.in:
+ Add new predefined macros.
+
2008-10-07 Nicolas Ballas <ballas(a)lrde.epita.fr>
Add documentation about the image properties.
@@ -840,8 +1052,28 @@
2008-10-03 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Various small fixes.
+ * mln/algebra/vec.hh: add missing header.
+
+ * mln/core/image/obased_rle_image.hh,
+ * mln/core/image/rle_image.hh: Use pruns.
+
+ * mln/core/image/obased_rle_image.hh,
+ * mln/core/image/t_image.hh: add missing init_ function.
+
+ * mln/core/image/tr_image.hh,
+ * tests/core/alias/point1d.cc,
+ * tests/core/alias/point2d.cc: cleanup.
+
+ * tests/core/image/Makefile.am: Disable known broken test
+ such as graph related tests.
+
+ * tests/core/image/tr_image.cc: make it compile.
+
+2008-10-03 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Update tutorial..
- * milena/doc/tutorial/tutorial.tex:
+ * doc/tutorial/tutorial.tex:
- Add a new section about sites
- Add new subsections about image domain and values.
- Talk about operator '/' used to create sub images.
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index 6dc40af..00cf46e 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -6,6 +6,14 @@
* classif/plotscript: Basic plotting script.
* classif/chiche.pgm: Revamp chiche.
+2008-10-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Use labeling::compute for Scribo.
+ * scribo/remove_tables.hh: split in...
+ * scribo/demat.hh,
+ * scribo/main.cc: ...these two files.
+ Update the code in order to use labeling::compute.
+
2008-10-14 Ugo Jardonnet <ugo.jardonnet(a)lrde.epita.fr>
INIM Bootstrap Classification.
@@ -28,6 +36,12 @@
* classif/lena.ppm: New.
* classif/scoolNBR.ppm: New.
+2008-10-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * scribo/remove_tables.cc:
+ New small example to remove table borders in a document such as a
+ bill.
+
2008-10-13 Alexandre Abraham <abraham(a)lrde.epita.fr>
Add different types of function and tests.
--
1.6.0.1