- 20 Nov, 2007 4 commits
-
-
Guillaume Duhamel authored
* tests/border_duplicate/test_border_duplicate_image1d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_4.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_5.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_4.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_4.cc: Remove. * tests/border_duplicate: Remove. * tests/border_fill/test_border_fill_image1d_1.cc: Remove. * tests/border_fill/test_border_fill_image1d_2.cc: Remove. * tests/border_fill/test_border_fill_image1d_3.cc: Remove. * tests/border_fill/test_border_fill_image1d_4.cc: Remove. * tests/border_fill/test_border_fill_image1d_5.cc: Remove. * tests/border_fill/test_border_fill_image2d_1.cc: Remove. * tests/border_fill/test_border_fill_image2d_2.cc: Remove. * tests/border_fill/test_border_fill_image2d_3.cc: Remove. * tests/border_fill/test_border_fill_image2d_4.cc: Remove. * tests/border_fill/test_border_fill_image3d_1.cc: Remove. * tests/border_fill/test_border_fill_image3d_2.cc: Remove. * tests/border_fill/test_border_fill_image3d_3.cc: Remove. * tests/border_fill/test_border_fill_image3d_4.cc: Remove. * tests/border_fill: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1503 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* Makefile.am: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1502 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/display/all.hh: Add save_and_show.hh. * tests/Makefile.am: Update for display. * tests/display: New subdirectory tests. * tests/display/Makefile.am: New Makefile.am for draw. * tests/show.cc: Remove ... * tests/display/show.cc: ... and replace here. * tests/color_pretty.cc: Remove ... * tests/display/color_pretty.cc: ... and replace here. * tests/save_and_show.cc: Remove ... * tests/display/save_and_show.cc: ... and replace here. * tests/level/apply.cc, * tests/level/saturate.cc: Fix warning. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1501 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
Draw. * mln/draw/line.hh * mln/draw/mesh.hh: Fix doc and typo. Tests. * tests/Makefile.am: Update for draw. * tests/draw: New subdirectory for draw tests. * tests/draw/Makefile.am: New Makefile.am for draw. * tests/line2d.cc: Remove ... . * tests/draw/line.cc: and replace here and update test. * tests/mesh_image.cc: Remove ... . * tests/draw/mesh.cc: ... and replace here and update test. Fix level bug. * mln/level/fill.hh: Fix specialization bug. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1500 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 19 Nov, 2007 3 commits
-
-
Guillaume Duhamel authored
Update * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/not.hh, * mln/logical/or.hh: Add tracing, generic namespace, remove specializations and check typo. * mln/logical/and.spe.hh, * mln/logical/and_not.spe.hh, * mln/logical/not.spe.hh, * mln/logical/or.spe.hh: New specializations for logical. Tests * tests/Makefile.am: Add logical subdirectory. * tests/logical: New subdirectory for logical checking. * tests/logical/Makefile.am: Add test to check. * tests/logical/and.cc, * tests/logical/and_not.cc, * tests/logical/not.cc, * tests/logical/or.cc: New tests for logical. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1499 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/arith/min.hh, * mln/arith/revert.hh, * mln/arith/times.hh: Add tracing, and remove specializations. * mln/arith/min.spe.hh, * mln/arith/revert.spe.hh, * mln/arith/times.spe.hh: New specializations file for arith algorithms. * tests/Makefile.am, * tests/arith/Makefile.am: New Makefile for checking tests. * tests/arith: New subdirectory for arith tests. * tests/arith_plus.cc: Remove ... * tests/arith/plus.cc: ... and replace here. * tests/arith/minus.cc, * tests/arith/revert.cc, * tests/arith/times.cc: New tests for arith. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1498 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/border/adjust.cc: New file to test adjsut. * tests/border/find.cc: New. Update * tests/border/get.cc, * tests/border/resize.cc: Update these tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1497 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Nov, 2007 7 commits
-
-
Guillaume Duhamel authored
* tests/border: New subdirectory for border test. * tests/Makefile.am: Add border subdirectory. * tests/border/duplicate.cc: New test for duplicate. * tests/border/fill.cc: New test for duplicate. * tests/border_get.cc: Remove ... * tests/border/get.cc: ... and replace here. * tests/border/resize.cc: Move test for resize. * tests/level/median_dir.cc, * tests/level/median_fast.cc, * tests/level/median_hline2d.cc: Fix path for image. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1496 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/canvas/browsing/dir_ricard51.hh: Rename as... * mln/canvas/browsing/dir_struct_elt_incr_update.hh: ...this, Document. * mln/canvas/browsing/directional.hh: Document. * mln/canvas/browsing/fwd.hh: Document. * mln/canvas/browsing/snake_fwd.hh: Document. * tests/canvas/browsing/dir_struct_elt_incr_update.cc: New. * tests/canvas/browsing/directional.cc: New. * tests/canvas/browsing/fwd.cc: New. * tests/canvas/browsing/snake_fwd.cc: New. * tests/canvas/browsing: New. * tests/canvas: New. * tests/canvas_browsing_fwd.cc: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1495 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/level/compute.hh, * mln/level/fill.hh, * mln/level/median.hh, * mln/level/paste.hh, * mln/level/saturate.hh, * mln/level/stretch.hh, * mln/level/to_enc.hh, * mln/level/was.median.hh: Add tracing for algorithm. * mln/level/transform.hh: Remove specialization. * mln/level/transform.spe.hh: New file for specialization for transform. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1494 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/Makefile.am: Add subdir level. * tests/level/Makefile.am: Remove one test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1493 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/level/Makefile.am: New Makefile for level test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1492 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/level/compare.cc, * tests/level/compute.cc, * tests/level/saturate.cc, * tests/level/sort_points.cc, * tests/level/stretch.cc: New test for level. * tests/level/median.cc, * tests/level/paste.cc, * tests/level/transform.cc: Upadate test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1491 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/geom/seeds2tiling.hh: Clean dead code, update doc. Fixme for guillaume : Review the documentation. * mln/geom/seeds2tiling_with_chamfer.hh: likewise. Add unit tests. * tests/geom/bbox.cc: New. * tests/geom/max_col.cc: New. * tests/geom/max_ind.cc: New. * tests/geom/max_row.cc: New. * tests/geom/max_sli.cc: New. * tests/geom/min_col.cc: New. * tests/geom/min_ind.cc: New. * tests/geom/min_row.cc: New. * tests/geom/min_sli.cc: New. * tests/geom/ncols.cc: New. * tests/geom/ninds.cc: New. * tests/geom/nrows.cc: New. * tests/geom/nslis.cc: New. * tests/geom/pmin_pmax.cc: New. * tests/geom/shift.cc: New. * tests/geom/sym.cc: New. * tests/geom: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1490 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 15 Nov, 2007 9 commits
-
-
Guillaume Duhamel authored
* mln/level/assign.hh, * mln/level/fill.hh, * mln/level/take.hh, * mln/level/apply.hh: Remove specialization stuff and add generic namespace. Specialization files * mln/level/assign.spe.hh, * mln/level/fill.spe.hh, * mln/level/take.spe.hh, * mln/level/apply.spe.hh: New file for specialization. Update * mln/level/abs.hh, * mln/level/all.hh, * mln/level/compare.hh, * mln/level/sort_points.hh: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1489 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/level/fill.cc: Update. * tests/level/take.cc: New simple test for level:take. * tests/level/approx_median.cc: Rename this file into ... * tests/level/approx/median.cc: ... this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1488 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/debug/format.hh: Fix style. * mln/debug/iota.hh: Move spezialisations to iota.spe.hh. * mln/debug/iota.spe.hh: New, specializations of iota. * mln/debug/println.hh: Move spezialisations to println.spe.hh. * mln/debug/println.spe.hh: New, specializations of println. * mln/debug/println_with_border.hh: Move spezialisations to println_with_border.spe.hh. * mln/debug/println_with_border.spe.hh: New, specializations of println. * tests/debug_iota.cc: New, add a test for iota. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1487 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/canvas/browsing/dir_ricard51.hh, * mln/canvas/browsing/directional.hh, * mln/convert/to_p_array.hh, * mln/convert/to_p_set.hh, * mln/core/concept/generalized_pixel.hh, * mln/core/concept/point_iterator.hh, * mln/core/concept/value_iterator.hh, * mln/core/image1d.hh, * mln/core/image2d.hh, * mln/core/image3d.hh, * mln/core/internal/image_if_base.hh, * mln/core/mesh_p.hh, * mln/core/mesh_psite.hh, * mln/core/p_array.hh, * mln/core/p_array_piter.hh, * mln/core/p_priority_queue_fast.hh, * mln/core/p_queue.hh, * mln/core/p_queue_fast.hh, * mln/core/p_set.hh, * mln/core/pixter1d.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/core/trait/op_mult.hh, * mln/fun/i2v/all_to.hh, * mln/level/memcpy_.hh, * mln/level/memset_.hh, * mln/metal/converts_to.hh, * mln/metal/goes_to.hh, * mln/metal/if.hh, * mln/metal/is.hh, * mln/metal/is_a.hh, * mln/metal/is_not.hh, * mln/metal/none.hh, * mln/win/backdiag2d.hh, * mln/win/cube3d.hh, * mln/win/diag2d.hh, * mln/win/disk2d.hh, * mln/win/hline2d.hh, * mln/win/line.hh, * mln/win/octagon2d.hh, * mln/win/rectangle2d.hh, * mln/win/segment1d.hh, * mln/win/vline2d.hh: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1486 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/level/abs.cc: New. * tests/level/apply.cc: New. * tests/level/approx: New. * tests/level/approx_median.cc: New. * tests/level/assign.cc: New. * tests/level/fill.cc: New. * tests/level/median.cc: New. * tests/level/median_dir.cc: New. * tests/level/median_fast.cc: New. * tests/level/median_hline2d.cc: New. * tests/level/memcpy_.cc: New. * tests/level/memset_.cc: New. * tests/level/naive/median.cc: New. * tests/level/naive: New. * tests/level/paste.cc: New. * tests/level/transform.cc: New. * tests/level: New. * tests/level_approx_median.cc: Remove. * tests/level_assign.cc: Remove. * tests/level_fill.cc: Remove. * tests/level_median.cc: Remove. * tests/level_median_dir.cc: Remove. * tests/level_median_fast.cc: Remove. * tests/level_median_hline2d.cc: Remove. * tests/level_memcpy_.cc: Remove. * tests/level_memset_.cc: Remove. * tests/level_naive_median.cc: Remove. * tests/level_paste.cc: Remove. * tests/level_transform.cc: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1485 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/literal/black.hh, * mln/literal/colors.hh, * mln/literal/grays.hh, * mln/literal/one.hh, * mln/literal/origin.hh, * mln/literal/white.hh, * tests/literal/black.cc: Use extern const ref, not static. Move impl. within MLN_INCLUDE_ONLY. Move/add some unit tests. * tests/literal/literal_medium_gray.cc: Rename as... * tests/literal/medium_gray.cc: ...this. * tests/literal/literal_zero.cc: Rename as... * tests/literal/zero.cc: ...this. * tests/literal/one.cc: New. * tests/literal/white.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1484 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* tests/literal: New. * tests/literal_medium_gray.cc: Rename as... * tests/literal/literal_medium_gray.cc: ...this. * tests/literal_zero.cc: Rename as... * tests/literal/literal_zero.cc: ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1483 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/io/pbm/save.hh: Fix a shift of 1 pixel in the image saved. * tests/io_pbm.cc: Update the test to ouput more pbm images. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1482 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/literal/zero.hh (mln::literal::zero): s/static/extern const/. Use a reference. Move implementation within MLN_INCLUDE_ONLY. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1481 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 14 Nov, 2007 1 commit
-
-
Thierry Geraud authored
Use "out foo(in)" instead of "void foo(in, out)". * mln/labeling/level.hh: Do it. * mln/labeling/foreground.hh: Do it. * mln/labeling/background.hh: Do it. * tests/labeling_algo.cc: Update. * tests/labeling_level_fast.cc: Update. * tests/labeling_foreground.cc: Update. * tests/labeling_estimate.cc: Update. * tests/clock_test.cc: Update. * tests/seed2tiling.cc: Update. Add another labeling algorithm for comparison purpose. * mln/labeling/blobs.hh: New. * tests/labeling_blobs.cc: New. Change value index type from std::size_t to unsigned. * mln/core/concept/value_set.hh: Do it. * mln/core/concept/doc/value_set.hh: Update. * mln/core/image2d.hh: Layout. * mln/accu/histo.hh: Update. * mln/value/other.hh: Update. * mln/value/lut_vec.hh: Update. * mln/value/float01_.hh: Update. * mln/value/internal/iterable_set.hh: Update. * mln/value/label.hh: Update. * mln/convert/to_image.hh: Update. Misc. * tests/util_ordpair.cc: New. * tests/core_p_set.cc: Layout. * tests/convert_to_p_vec.cc: Remove; now obsolete cause replaced by tests/convert_to_p_array.cc. * tests/value_bool.cc: New. * mln/core/cast_image.hh (trait): New specialization. * mln/value/props.hh (value_at_index, index_of_value): Update. Explicitly compute with int/unsigned. * mln/value/float01.hh: Fix missing includes. * mln/convert/to_p_set.hh: Layout. * mln/io/pnm/save.hh: Fix missing std::. * mln/io/pnm/load.hh: Likewise. * mln/io/pbm/load.hh: Fix. * mln/util/tree_fast_to_image.hh (q): Rename as... (l): ...this. * mln/util/ordpair.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1480 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Nov, 2007 10 commits
-
-
Matthieu Garrigues authored
* tests/io_pbm.cc: Take a pgm, binarise it, save it, read it, and check we we get the same pbm. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1479 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/display/save_and_show.hh: New function which saves and show an image. * tests/save_and_show.cc: New test for that. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1478 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/labeling/estimate.hh, * mln/labeling/regional_maxima.hh, * mln/labeling/regional_minima.hh, * mln/level/memcpy_.hh, * mln/make/image2d.hh, * mln/make/point1d.hh, * mln/win/octagon2d.hh: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1477 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* doc/Doxyfile.in: Set EXCLUDE and EXCLUDE_PATTERNS. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1476 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/display/save.hh: Remove debug. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1475 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1474 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/core/p_priority_queue_fast_with_array.hh: New kind of fast priority queue based on std::vector. * tests/core_p_priority_queue_fast_with_array.cc: New test for that. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1473 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/core/a_point_of.hh, * mln/core/mesh_psite.hh, * mln/core/p_priority_queue.hh, * mln/fun/p2b/all.hh, * mln/trait/op/all.hh, * mln/trait/op/preinc.hh, * mln/trait/value/print.hh, * mln/util/branch_iter.hh, * mln/util/branch_iter_ind.hh, * mln/value/gray.hh, * mln/value/graylevel.hh, * mln/value/int_s.hh, * mln/value/int_u.hh, * mln/value/rgb.hh, * sandbox/duhamel/color_sub.cc, * sandbox/duhamel/labeling_algo.cc, * sandbox/duhamel/labeling_level.hh, * sandbox/duhamel/labeling_level_fast.cc, * sandbox/duhamel/labeling_level_fast_10000x1000.cc, * sandbox/duhamel/labeling_level_generic_10000x1000.cc, * sandbox/garrigues/fllt2.hh, * tests/convert_to_p_vec.cc, * tests/core_p_priority_queue.cc, * tests/core_p_priority_queue_fast.cc, * tests/core_p_queue.cc, * tests/core_p_queue_fast.cc, * tests/core_p_set.cc, * tests/core_pset_if.cc, * tests/norm/l1.cc, * tests/norm/l2.cc, * tests/norm/linfty.cc, * tests/pset_if.cc: Remove. * tests/tree_fast_to_image.cc: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1472 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* sandbox/nivault/plugin-gimp/src/build-image.hh, * sandbox/nivault/plugin-gimp/src/build-image.hxx, * sandbox/nivault/plugin-gimp/src/main.cc: Use two image for reading and writing. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1471 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
Rename empty in is_empty and add method pop_front, which return the front element and pop the queue. * mln/core/p_priority_queue.hh, * mln/core/p_priority_queue_fast.hh, * mln/core/p_queue.hh, * mln/core/p_queue_fast.hh: Update this modification. Update with these modifications. * mln/geom/seeds2tiling.hh, * mln/geom/seeds2tiling_with_chamfer.hh, * tests/core_p_priority_queue.cc, * tests/core_p_priority_queue_fast.cc: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1470 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 12 Nov, 2007 6 commits
-
-
Simon Nivault authored
* sandbox/nivault/plugin-gimp/src/build-image.hh, * sandbox/nivault/plugin-gimp/src/build-image.hxx, * sandbox/nivault/plugin-gimp/src/gimp-image.hh, * sandbox/nivault/plugin-gimp/src/main.cc: Update. * mln/level/transform.hh: Add the "out algo(in)" form. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1469 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1468 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/core_pset_if.cc: New test for convert::to_p_set. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1467 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/convert/to_p_set.hh: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1466 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1465 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* sandbox/garrigues/fllt_doc.hh: New, Notes for FLLT. * sandbox/garrigues/fllt_merge.hh: New, merge algorithm. * sandbox/garrigues/fllt_optimized.hh: Update. * sandbox/garrigues/fllt_types.hh: New, types used in FLLT. * sandbox/garrigues/level_set.hh: New, compute lower/upper level set algorithm * sandbox/garrigues/lower.hh: New, informations about how to compute the lower level set. * sandbox/garrigues/upper.hh: New, informations about how to compute the lower level set. * sandbox/garrigues/test_fllt12.cc: Cleaning, (fllt2.hh) replaced by... (fllt_optimized.hh) ...this. * sandbox/garrigues/test_fllt13.cc: Likewise. * sandbox/garrigues/test_fllt2.cc: Likewise. * sandbox/garrigues/test_fllt3.cc: Likewise. * sandbox/garrigues/test_fllt_lena_tiles.cc: Likewise. * mln/util/branch_iter_ind.hh: Check if the tree has not been subject to updates which can invalidate the iterator. * sandbox/garrigues/fllt2.hh: (set_p) replaced by... {p_set} ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1464 4aad255d-cdde-0310-9447-f3009e2ae8c0
-