- 18 Dec, 2008 2 commits
-
-
Nicolas Ballas authored
* mln/debug/println.spe.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/level/was.median.hh, * mln/make/image.hh, * sandbox/duhamel/chamfer.cc, * sandbox/scribo/demat.hh, * sandbox/aroumougame/skeleton/miscellenous.hh, * sandbox/aroumougame/skeleton/sedt.hh, * sandbox/jardonnet/n_cmpt/fused_filter.cc, * sandbox/jardonnet/n_cmpt/ref_filter.cc, * sandbox/garrigues/ocr/skeleton.old.hh, * sandbox/garrigues/ocr/enlarge.hh, * sandbox/abraham/tests/transform/fft_.cc, * sandbox/abraham/mln/transform/fft.hh, * sandbox/inim/classif/src/proj.hh, * sandbox/inim/binarization/proof-of-concept/src/gradient.cc, * sandbox/inim/binarization/binarization.hh, * sandbox/nature/nature.cc, * sandbox/nature/co_occurence.hh, * sandbox/nature/proj.hh, * sandbox/ballas/color/min_tree_volume_filter.cc, * sandbox/ballas/color/reference.cc, * sandbox/ballas/color/min_tree_area_filter.cc, * sandbox/ballas/color/min_tree_height_filter.cc, * sandbox/ballas/color/min_tree_color.cc, * sandbox/ballas/color/reference2.cc, * sandbox/ballas/color/min_tree_color_v2.cc, * sandbox/ballas/color/laplacien.cc, * sandbox/geraud/wst_edge.cc, * sandbox/geraud/fllt.svg.6.cc, * sandbox/geraud/browsing/fwd.cc, * sandbox/geraud/fllt/fllt.hh, * sandbox/geraud/fllt/fllt.svg.7.hh, * sandbox/geraud/fllt/fllt.svg.2.cc, * sandbox/geraud/fllt/fllt.svg.3.cc, * sandbox/geraud/fllt/fllt.svg.4.cc, * sandbox/geraud/fllt/fllt.svg.5.cc, * sandbox/geraud/fllt/fllt_test.hh, * sandbox/geraud/fllt.svg.7.hh, * sandbox/geraud/dmap.cc, * sandbox/geraud/tufa_2008/steps.0.cc, * sandbox/geraud/tufa_2008/steps.1.cc, * sandbox/geraud/tufa_2008/steps.2.cc, * sandbox/geraud/tufa_2008/steps.3.cc, * sandbox/geraud/tufa_2008/steps.2b.cc, * sandbox/geraud/tufa_2008/compute_a.cc, * sandbox/geraud/tufa_2008/fz_count.cc, * sandbox/geraud/tufa_2008/regmin_count.cc, * tests/debug/println_with_border.cc, * tests/debug/println.cc, * tests/histo/compute.cc, * tests/core/other/pixel.cc, * tests/level/convert.cc, * tests/level/memset_.cc, * tests/transform/distance_geodesic.cc, * tests/transform/distance_front.cc, * tests/make/dual_neighb.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/canvas/chamfer.cc, * doc/tutorial/samples/ima2d-3.cc, * doc/tutorial/examples/image_plain.cc, * doc/benchmark/image2d.cc, * doc/examples/labeling_algo.cc: Replace .at by opt::add. * tests/opt/Makefile.am: New Makefile.am for opt test dir. * tests/Makefile.am: Add opt subdir. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3063 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/trait/images.hh: Upgrade doc style. * mln/core/site_set/p_array.hh (operator int, operator unsigned): New in p_indexed_psite. * mln/core/concept/function.hh (is_mutable): New. * mln/fun/l2l/relabel.hh: Likewise. * mln/fun/i2v/array.hh: Likewise. * mln/fun/internal/array_base.hh: Likewise. * mln/pw/image.hh (value_io, pw_io): Allow mutability. * tests/pw/image.cc: Add a test on a mutable image. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3062 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 17 Dec, 2008 2 commits
-
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/prob.pgm: Test case. * jardonnet/n_cmpt/fused_filter.cc: Version using boolean image. * jardonnet/n_cmpt/ref_filter.cc: Version using set. * jardonnet/n_cmpt/n_cmpt5.hh: Minor change. * jardonnet/n_cmpt/fused: Log. * jardonnet/n_cmpt/ref: Log. * jardonnet/n_cmpt/Makefile: Add related rules. * jardonnet/n_cmpt/diff_ref_fused_on_small: diff. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3061 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Nicolas Ballas authored
* mln/core/image/cast_image.hh: Fix properties. * mln/opt: New directory. * mln/opt/at.hh: New function opt::at. * mln/level/paste.spe.hh: Fix a bug. * tests/opt, * tests/opt/at.cc: New tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3060 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Dec, 2008 8 commits
-
-
Guillaume Lazzara authored
* bootstrap: update here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3059 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* generate_dist_headers.sh: generate the list of distributed headers. * Makefile.am: include generate_dist_headers.sh in the distribution tarball. * headers.mk: Add comment saying that it is generated. * doc/tutorial/samples/fill-subdomain-shorter.cc: fix a warning. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3058 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/tests/io/off/load_bin.cc, * milena/tests/io/off/load_float.cc, * milena/mln/io/fits/load.hh, * milena/mln/io/off/save.hh, * milena/mln/io/pfm/load.hh: update doc. * milena/mln/io/pfm/save.hh: avoid a warning and update doc. * milena/tests/io/off/load_float.cc: Fix test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3057 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
* abraham/mln/morpho/autarkical_leveling.hh: Update. * abraham/mln/morpho/vmt.hh: New For test purpose. * abraham/mln/morpho/vector_median.hh: Update. * abraham/mln/core/concept/meta_fun.hh: Move to trunk. * abraham/mln/math/cos.hh: Move to trunk. * abraham/mln/math/acos.hh: Move to trunk. * abraham/mln/value/shell.hh: Move to trunk. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3056 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
* mln/core/image/violent_cast_image.hh: New Add capacity to cast value passing by void *. * mln/core/concept/meta_fun.hh: New Meta function concept. * mln/math/cos.hh: New Cosinus operation. * mln/math/acos.hh: New Arc cosinus operation. * mln/math/all.hh: Add cosinus and arcosinus headers. * mln/value/mixin.hh: New Allow operator addition to values. * mln/value/hsl.hh: New New color space. * mln/value/shell.hh: New Value allowing to set values when using bijective functions. * mln/fun/meta/hue.hh: Functor allowing direct access to hue. * mln/fun/meta/inty.hh: Functor allowing direct access to intensity. * mln/fun/meta/sat.hh: Functor allowing direct access to saturation. * mln/fun/meta/to_enc.hh: Functor allowing direct access to encoding. * mln/fun/meta/red.hh: Fix trailing ;. * mln/fun/v2v/rgb_to_hsl.hh: New Conversion form rgb to hsl and vice versa. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3055 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/headers.mk: update includes part of the distribution. * milena/mln/core/image/fun_image.hh * milena/mln/fun/v2w_w2v/norm.hh * milena/mln/io/off/load.hh: cleanup comments. * milena/mln/topo/adj_higher_face_iter.hh * milena/mln/topo/adj_lower_face_iter.hh * milena/mln/topo/adj_m_face_iter.hh * milena/mln/value/graylevel.hh * milena/mln/value/graylevel_f.hh * milena/mln/value/internal/gray_.hh * milena/mln/value/internal/gray_f.hh: fix includes/forward declarations. * milena/tests/unit_test/Makefile.am, * milena/tests/unit_test/mln_core_image_fun_image.cc, * milena/tests/unit_test/mln_fun_internal_ch_function_value_impl.cc, * milena/tests/unit_test/mln_fun_meta_hue.cc, * milena/tests/unit_test/mln_fun_meta_inty.cc, * milena/tests/unit_test/mln_fun_meta_red.cc, * milena/tests/unit_test/mln_fun_meta_sat.cc, * milena/tests/unit_test/mln_fun_meta_to_enc.cc, * milena/tests/unit_test/mln_fun_v2v_ch_function_value.cc, * milena/tests/unit_test/mln_fun_v2w2v_cos.cc, * milena/tests/unit_test/mln_fun_v2w_w2v_norm.cc, * milena/tests/unit_test/mln_fun_vv2b_eq.cc, * milena/tests/unit_test/mln_fun_vv2b_ge.cc, * milena/tests/unit_test/mln_fun_vv2b_gt.cc, * milena/tests/unit_test/mln_fun_vv2b_implies.cc, * milena/tests/unit_test/mln_fun_vv2b_le.cc, * milena/tests/unit_test/mln_fun_vv2b_lt.cc, * milena/tests/unit_test/mln_trait_ch_function_value.cc: add new unit tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3054 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/mln/morpho/closing.hh, * milena/mln/morpho/closing_area_on_vertices.hh, * milena/mln/morpho/opening.hh, * milena/mln/morpho/opening_area.hh, * milena/mln/morpho/opening_area_on_vertices.hh, * milena/mln/morpho/opening_attribute.hh, * milena/mln/morpho/opening_height.hh, * milena/mln/morpho/opening_volume.hh: return an image instead of taking the output by argument. * milena/tests/morpho/opening_area.cc, * milena/tests/morpho/opening_height.cc, * milena/tests/morpho/opening_volume.cc: update tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3053 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* geraud/tufa_2008/steps.2.cc: Augment. (label): Wrong object labeling image. As a conclusion, labeling cannot come from the max label propagated by the parent relationship. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3052 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 15 Dec, 2008 9 commits
-
-
Matthieu Garrigues authored
Add the concept of "escape value". * garrigues/union_find/canvas/reconstruction_on_function.hh: . * garrigues/union_find/canvas/self_dual_reconstruction.hh: . * garrigues/union_find/reconstructions_on_function.hh: . * garrigues/union_find/leveling.cc: Rename as... * garrigues/union_find/self_dual_reconstruction.cc: ...this. * garrigues/union_find/self_dual_reconstruction.hh: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3051 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
* abraham/tests/morpho/levelings.cc: New Test for autorkical leveling. * abraham/tests/morpho/red_erosion.cc: New Make red erosion with fun_image (not working yet). * abraham/tests/morpho/red_erosion3.cc: New Make red erosion with mixin. * abraham/tests/fun/meta/red.cc: Update. * abraham/tests/core/image/fun_image_const.cc: New. * abraham/tests/core/image/fun_image_norm.cc: New. * abraham/tests/core/image/fun_image_v2v.cc: New. * abraham/tests/core/image/fun_image_v2w2v.cc: New. * abraham/tests/value/mixin.cc: Update. * abraham/mln/morpho/autarkical_leveling.hh: New Autarkical leveling (see Golima). * abraham/mln/morpho/topo_wst.hh: Update. * abraham/mln/morpho/vector_median.hh: New Morphological operator needed for autarkical leveliing. * abraham/mln/core/image/thru.hh: Move to trunk under the name fun_image.hh. * abraham/mln/core/image/violent_cast_image.hh: Move to trunk. * abraham/mln/core/concept/function.hh: Move to trunk. * abraham/mln/fun/v2w2v: Move to trunk. * abraham/mln/fun/v2w2v/cos.hh: Move to trunk. * abraham/mln/fun/meta: Move to trunk. * abraham/mln/fun/meta/hue.hh: Move to trunk. * abraham/mln/fun/meta/inty.hh: Move to trunk. * abraham/mln/fun/meta/sat.hh: Move to trunk. * abraham/mln/fun/meta/to_enc.hh: Move to trunk. * abraham/mln/fun/meta/red.hh: Move to trunk. * abraham/mln/fun/v2w_w2v: Move to trunk. * abraham/mln/fun/v2w_w2v/norm.hh: Move to trunk. * abraham/mln/value/mixin.hh: Move to trunk. * abraham/mln/value/op_less.hh: Move to trunk. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3050 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3049 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
* mln/core/concept/function.hh: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3048 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* garrigues/union_find/leveling.cc: New. * garrigues/union_find/canvas/self_dual_reconstruction.hh: New. Fix reconstruction on function. * garrigues/union_find/canvas/reconstruction_on_function.hh: . * garrigues/union_find/reconstructions_on_function.hh: . * garrigues/union_find/self_dual_reconstruction.hh: New. Misc. * garrigues/union_find/reunion_avec_theo: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3047 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Alexandre Abraham authored
* mln/fun/meta: New. * mln/fun/meta/red.hh: red meta accessor. * mln/fun/v2w2v: New. * mln/fun/v2w_w2v: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3046 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* jardonnet/n_cmpt/n_cmpt5.hh: Fix typo. Copy to... * geraud/tufa_2008/n_cmpt.cc: ...this new file. Cleanup code. Fix typos. (main): New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3045 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/headers.mk: do not distribute deleted headers. * milena/mln/core/clock_neighb.hh: fix type ambiguity. * milena/mln/core/image/mono_obased_rle_image.hh, * milena/mln/core/image/mono_rle_image.hh, * milena/mln/core/image/obased_rle_image.hh, * milena/mln/core/image/rle_image.hh, * milena/mln/core/image/value_enc_image.hh, * milena/mln/core/image/bgraph_image.hh: Disable image properties since they are not update with the new property names. * milena/mln/core/image/bgraph_psite.hh: fix wrong include. * milena/mln/core/image/fi_adaptor.hh, * milena/mln/core/image/graph_image.hh, * milena/mln/core/image/line_graph_image.hh: move to... * milena/trash/fi_adaptor.hh, * milena/trash/graph_image.hh, * milena/trash/line_graph_image.hh: ... here. * milena/mln/core/site_set/p_bgraph.hh, * milena/mln/metal/ref.hh, * milena/mln/topo/adj_higher_face_iter.hh, * milena/mln/topo/adj_lower_face_iter.hh, * milena/mln/topo/adj_lower_higher_face_iter.hh, * milena/mln/topo/face_iter.hh, * milena/mln/topo/n_face_iter.hh, * milena/mln/util/internal/boost_graph.hh, * milena/mln/util/internal/boost_graph_structure.hh, * milena/mln/util/tree_to_image.hh: Add missing includes/forward declarations. * milena/tests/unit_test/Makefile.am: update test list. * milena/tests/unit_test/mln_core_concept_doc_accumulator.cc, * milena/tests/unit_test/mln_core_concept_doc_box.cc, * milena/tests/unit_test/mln_core_concept_doc_dpoint.cc, * milena/tests/unit_test/mln_core_concept_doc_generalized_pixel.cc, * milena/tests/unit_test/mln_core_concept_doc_image.cc, * milena/tests/unit_test/mln_core_concept_doc_image_fastest.cc, * milena/tests/unit_test/mln_core_concept_doc_iterator.cc, * milena/tests/unit_test/mln_core_concept_doc_neighborhood.cc, * milena/tests/unit_test/mln_core_concept_doc_object.cc, * milena/tests/unit_test/mln_core_concept_doc_pixel_iterator.cc, * milena/tests/unit_test/mln_core_concept_doc_point_iterator.cc, * milena/tests/unit_test/mln_core_concept_doc_point_site.cc, * milena/tests/unit_test/mln_core_concept_doc_site_set.cc, * milena/tests/unit_test/mln_core_concept_doc_value_iterator.cc, * milena/tests/unit_test/mln_core_concept_doc_value_set.cc, * milena/tests/unit_test/mln_core_concept_doc_weighted_window.cc, * milena/tests/unit_test/mln_core_concept_doc_window.cc, * milena/tests/unit_test/mln_core_image_fi_adaptor.cc, * milena/tests/unit_test/mln_core_image_graph_image.cc, * milena/tests/unit_test/mln_core_image_line_graph_image.cc, * milena/tests/unit_test/mln_metal_has_neighborhood.cc: removed since not needed anymore. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3044 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/tikz.hh: Save clustering steps. * jardonnet/n_cmpt/tikz.cc: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3043 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 14 Dec, 2008 1 commit
-
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/tikz.hh: New. Generate tikz and various images. * jardonnet/n_cmpt/tikz.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3042 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Dec, 2008 1 commit
-
-
Matthieu Garrigues authored
* garrigues/union_find/canvas/reconstruction_on_function.hh: . * garrigues/union_find/reconstructions_on_function.cc: . * garrigues/union_find/reconstructions_on_function.hh: . * garrigues/union_find/reconstructions_on_set.cc: . * garrigues/union_find/reconstructions_on_set.hh: . * garrigues/union_find/reunion_avec_theo: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3041 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 12 Dec, 2008 9 commits
-
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/n_cmpt5.cc: Comment. Change fusing/dec conditions. * jardonnet/n_cmpt/n_cmpt5.hh: Remove old hack. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3040 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* mln/level/compare.hh: . * mln/test/predicate.hh: Add a version which works on two images. Add the concept of vv2b function. * mln/fun/vv2b: New. * mln/core/concept/function.hh: . Add some vv2b functions. * mln/fun/vv2b/eq.hh: New. * mln/fun/vv2b/ge.hh: New. * mln/fun/vv2b/gt.hh: New. * mln/fun/vv2b/implies.hh: New. * mln/fun/vv2b/le.hh: New. * mln/fun/vv2b/lt.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3039 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/image/graph_window_piter.hh, * mln/core/internal/neighb_niter_impl.hh, * mln/core/site_set/p_graph_piter.hh: add id(). * tests/core/image/graph_image.cc, * tests/core/image/line_graph_image.cc: use id() instead of element().id(). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3038 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* tests/core/other/category.cc, * mln/core/macros.hh: update doc. * mln/core/var.hh: add new macros here. * tests/core/image/graph_image.cc, * tests/core/image/line_graph_image.cc: rename variables and fix coding style. * tests/core/other/Makefile.am, * tests/core/other/var.cc: new test to check macros. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3037 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* tests/morpho/hit_or_miss.cc, * mln/util/tree_to_image.hh, * mln/topo/internal/complex_iterator_base.hh, * mln/topo/internal/complex_relative_iterator_sequence.hh, * mln/topo/algebraic_face.hh, * mln/core/image/image2d.hh, * mln/core/image/image2d_h.hh, * mln/core/alias/complex_geometry.hh, * mln/accu/count_adjacent_vertices.hh: update comments. * tests/fun/x2x/rotation.cc, * mln/value/internal/convert.hh, * mln/topo/all.hh, * mln/morpho/opening_area_on_vertices.hh, * mln/registration/internal/rms.hh, * mln/morpho/erosion.hh, * mln/morpho/general.hh, * mln/morpho/general.spe.hh, * mln/morpho/closing_area_on_vertices.hh, * mln/debug/println_with_border.hh, * mln/fun/p2p/mirror.hh, * mln/core/site_set/attic/p_complex_faces_piter.hh, * mln/core/internal/neighb_niter_impl.hh, * mln/core/image/complex_neighborhood_piter.hh, * mln/convert/to.hh, * mln/accu/land_basic.hh, * mln/accu/lor.hh, * mln/accu/lor_basic.hh, * mln/binarization/includes.hh, * mln/border/get.hh, * mln/accu/land.hh: add missing/fix includes. * mln/canvas/browsing/depth_first_search.hh: use template parameter G instead of util::graph. * mln/convert/from_to.hh: add a new overload from_to() for conversion from a type T to itself. * mln/core/clock_neighb.hh: add a missing typedef window and win() member. * mln/core/image/hexa.hh: remove duplicate method has() and try to fix image properties. * mln/core/image/hexa_piter.hh: update attribute name. * mln/core/internal/piter_adaptor.hh: update change_target(); * mln/debug/iota.spe.hh: cleanup. * mln/debug/println.spe.hh: remove wrong ifndef. * mln/labeling/relabel.hh: fix infinite recursion. * mln/metal/has_neighborhood.hh: remove. Not needed anymore. * mln/morpho/hit_or_miss.hh: improve dispatch and fix a wrong precondition. * mln/morpho/line_gradient.hh: update with the new graph structure. * mln/subsampling/gaussian_subsampling.hh: add missing coma. * mln/topo/face_iter.hh, * mln/topo/internal/complex_set_iterator_base.hh, * mln/topo/internal/complex_relative_iterator_base.hh, * mln/topo/adj_lower_face_iter.hh, * mln/topo/adj_lower_higher_face_iter.hh, * mln/topo/adj_higher_face_iter.hh: add missing forward declarations. * mln/trait/neighborhood.hh: Fix wrong declaration order. * tests/morpho/complex_image_wst.cc, * tests/border/resize_image_if.cc, * tests/border/get.cc: fix test. * tests/border/resize_image3d_3.cc: write test. * tests/core/image/Makefile.am: enable hexa and image2d_h tests. * tests/core/image/hexa.cc, * tests/core/image/image2d_h.cc: make the test compile. * tests/labeling/relabel.cc: fix typo. * tests/unit_test/build_unit_test.sh: do not compile headers located in mln/concept/doc. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3036 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* garrigues/union_find/reunion_avec_theo: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3035 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* canvas/reconstruction_on_function.hh: New, this canvas is able to compute a reconstruction by dilation or by erosion on a function. * reconstructions_on_function.hh: Using this canvas to implement reconstructions on function. * reconstructions_on_function.cc: New, a test. * canvas/reconstruction.hh: Rename as... * canvas/reconstruction_on_set.hh: ...this. * reconstructions.cc: Rename as... * reconstructions_on_set.cc: ...this. * reconstructions.hh: Rename... * reconstructions_on_set.hh: ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3034 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* tests/unit_test/build_unit_test.sh: Check for no header guard. Beautify file writing. * tests/unit_test/Makefile.am: Regenerate. * tests/unit_test/mln_core_contract.cc, * tests/unit_test/mln_win_all.cc, * tests/unit_test/mln_canvas_distance_geodesic.cc, * tests/unit_test/mln_accu_transform_snake.cc, * tests/unit_test/mln_win_backdiag2d.cc, * tests/unit_test/mln_geom_complex_geometry.cc, * tests/unit_test/mln_core_alias_w_window2d_float.cc, * tests/unit_test/mln_set_get.cc, * tests/unit_test/mln_value_builtin_all.cc, * tests/unit_test/mln_core_internal_coord_impl.cc, * tests/unit_test/mln_registration_multiscale.cc, * tests/unit_test/mln_display_all.cc, * tests/unit_test/mln_metal_is_a.cc, * tests/unit_test/mln_topo_adj_lower_higher_face_iter.cc, * tests/unit_test/mln_util_graph.cc, * tests/unit_test/mln_accu_v.cc, * tests/unit_test/mln_canvas_chamfer.cc, * tests/unit_test/mln_algebra_h_vec.cc, * tests/unit_test/mln_trait_op_predec.cc, * tests/unit_test/mln_win_segment1d.cc, * tests/unit_test/mln_core_clock_neighb2d.cc, * tests/unit_test/mln_core_concept_value_iterator.cc, * tests/unit_test/mln_core_concept_meta_accumulator.cc, * tests/unit_test/mln_trait_solve_unary.cc, * tests/unit_test/mln_morpho_opening_area_on_vertices.cc, * tests/unit_test/mln_core_routine_clone.cc, * tests/unit_test/mln_core_site_set_p_key.cc, * tests/unit_test/mln_fun_vv2v_lxor.cc, * tests/unit_test/mln_trait_op_uminus.cc, * tests/unit_test/mln_core_site_set_p_if.cc, * tests/unit_test/mln_core_dpsites_piter.cc, * tests/unit_test/mln_pw_image.cc, * tests/unit_test/mln_trait_promote.cc, * tests/unit_test/mln_util_greater_psite.cc, * tests/unit_test/mln_make_w_window3d_int.cc, * tests/unit_test/mln_border_resize.cc, * tests/unit_test/mln_accu_sum.cc, * tests/unit_test/mln_arith_all.cc, * tests/unit_test/mln_fun_x2x_essential.cc, * tests/unit_test/mln_level_naive_essential.cc, * tests/unit_test/mln_topo_internal_complex_relative_iterator_sequence.cc, * tests/unit_test/mln_geom_min_sli.cc, * tests/unit_test/mln_accu_volume.cc, * tests/unit_test/mln_value_float01.cc, * tests/unit_test/mln_value_gl16.cc, * tests/unit_test/mln_labeling_foreground.cc, * tests/unit_test/mln_metal_ands.cc, * tests/unit_test/mln_fun_v2v_abs.cc, * tests/unit_test/mln_core_concept_weighted_window.cc, * tests/unit_test/mln_set_sym_diff.cc, * tests/unit_test/mln_core_alias_w_window1d_int.cc, * tests/unit_test/mln_trait_image_from_grid.cc, * tests/unit_test/mln_debug_all.cc, * tests/unit_test/mln_arith_essential.cc, * tests/unit_test/mln_topo_adj_higher_dim_connected_n_face_iter.cc, * tests/unit_test/mln_registration_essential.cc, * tests/unit_test/mln_convert_to.cc, * tests/unit_test/mln_fun_v2v_rgb_to_hsi.cc, * tests/unit_test/mln_border_essential.cc, * tests/unit_test/mln_trait_op_neq.cc, * tests/unit_test/mln_labeling_regional_minima.cc, * tests/unit_test/mln_estim_essential.cc, * tests/unit_test/mln_trace_entering.cc, * tests/unit_test/mln_metal_equal.cc, * tests/unit_test/mln_algebra_vec.cc, * tests/unit_test/mln_fun_p2v_iota.cc, * tests/unit_test/mln_level_fast_median.cc, * tests/unit_test/mln_core_concept_doc_iterator.cc, * tests/unit_test/mln_win_multiple_size.cc, * tests/unit_test/mln_topo_internal_complex_relative_iterator_base.cc, * tests/unit_test/mln_metal_bexpr.cc, * tests/unit_test/mln_fun_p2p_mirror.cc, * tests/unit_test/mln_fun_vv2v_all.cc, * tests/unit_test/mln_geom_seeds2tiling.cc, * tests/unit_test/mln_core_internal_site_set_impl.cc, * tests/unit_test/mln_core_routine_essential.cc, * tests/unit_test/mln_labeling_all.cc, * tests/unit_test/mln_level_approx_essential.cc, * tests/unit_test/mln_io_pnm_save_header.cc, * tests/unit_test/mln_value_internal_convert.cc, * tests/unit_test/mln_canvas_labeling.cc, * tests/unit_test/mln_value_builtin_essential.cc, * tests/unit_test/mln_morpho_closing_height.cc, * tests/unit_test/mln_util_array.cc, * tests/unit_test/mln_value_aliases.cc, * tests/unit_test/mln_essential_3d.cc, * tests/unit_test/mln_value_hsi.cc, * tests/unit_test/mln_accu_take.cc, * tests/unit_test/mln_metal_goes_to.cc, * tests/unit_test/mln_subsampling_gaussian_subsampling.cc, * tests/unit_test/mln_core_site_set_attic_p_complex_faces_piter.cc, * tests/unit_test/mln_draw_all.cc, * tests/unit_test/mln_trait_window_print.cc, * tests/unit_test/mln_core_internal_force_exact.cc, * tests/unit_test/mln_value_set.cc, * tests/unit_test/mln_util_lazy_set.cc, * tests/unit_test/mln_morpho_elementary_erosion.cc, * tests/unit_test/mln_core_site_set_p_if_piter.cc, * tests/unit_test/mln_core_internal_image_primary.cc, * tests/unit_test/mln_core_alias_complex_image.cc, * tests/unit_test/mln_core_site_set_p_run.cc, * tests/unit_test/mln_trait_op_lor.cc, * tests/unit_test/mln_registration_get_rot.cc, * tests/unit_test/mln_core_concept_doc_value_iterator.cc, * tests/unit_test/mln_core_def_low_quant_nbits.cc, * tests/unit_test/mln_make_graph.cc, * tests/unit_test/mln_core_internal_piter_adaptor.cc, * tests/unit_test/mln_util_line_graph.cc, * tests/unit_test/mln_topo_algebraic_n_face.cc, * tests/unit_test/mln_core_w_window.cc, * tests/unit_test/mln_win_diag2d.cc, * tests/unit_test/mln_core_image_complex_neighborhood_piter.cc, * tests/unit_test/mln_value_concept_built_in.cc, * tests/unit_test/mln_core_concept_point.cc, * tests/unit_test/mln_core_internal_fixme.cc, * tests/unit_test/mln_metal_bool.cc, * tests/unit_test/mln_level_compare.cc, * tests/unit_test/mln_core_window.cc, * tests/unit_test/mln_value_concept_data.cc, * tests/unit_test/mln_metal_math_max.cc, * tests/unit_test/mln_core_internal_pseudo_site_base.cc, * tests/unit_test/mln_pw_value.cc, * tests/unit_test/mln_value_internal_integer.cc, * tests/unit_test/mln_trait_value_quant.cc, * tests/unit_test/mln_topo_face_data.cc, * tests/unit_test/mln_fun_vv2v_land_not.cc, * tests/unit_test/mln_trait_op_greater.cc, * tests/unit_test/mln_util_yes.cc, * tests/unit_test/mln_io_pbm_all.cc, * tests/unit_test/mln_win_disk2d.cc, * tests/unit_test/mln_core_routine_primary.cc, * tests/unit_test/mln_math_round.cc, * tests/unit_test/mln_metal_array.cc, * tests/unit_test/mln_io_pfm_all.cc, * tests/unit_test/mln_core_image_essential.cc, * tests/unit_test/mln_literal_origin.cc, * tests/unit_test/mln_win_essential.cc, * tests/unit_test/mln_core_site_set_p_set_of.cc, * tests/unit_test/mln_fun_v2b_essential.cc, * tests/unit_test/mln_registration_get_rtransf.cc, * tests/unit_test/mln_io_pnm_all.cc, * tests/unit_test/mln_core_concept_doc_point_iterator.cc, * tests/unit_test/mln_value_concept_structured.cc, * tests/unit_test/mln_core_concept_pixel_iterator.cc, * tests/unit_test/mln_util_tree_fast_to_image.cc, * tests/unit_test/mln_level_saturate.cc, * tests/unit_test/mln_fun_p2b_chess.cc, * tests/unit_test/mln_core_grids.cc, * tests/unit_test/mln_win_vline2d.cc, * tests/unit_test/mln_fun_x2v_linear.cc, * tests/unit_test/mln_geom_ninds.cc, * tests/unit_test/mln_core_image_complex_image.cc, * tests/unit_test/mln_core_image_sub_image_if.cc, * tests/unit_test/mln_accu_bbox.cc, * tests/unit_test/mln_accu_median_alt.cc, * tests/unit_test/mln_morpho_line_gradient.cc, * tests/unit_test/mln_topo_essential.cc, * tests/unit_test/mln_core_image_complex_neighborhoods.cc, * tests/unit_test/mln_transform_distance_front.cc, * tests/unit_test/mln_transform_internal_all.cc, * tests/unit_test/mln_test_positive.cc, * tests/unit_test/mln_binarization_binarization.cc, * tests/unit_test/mln_morpho_elementary_gradient_internal.cc, * tests/unit_test/mln_core_site_set_p_array.cc, * tests/unit_test/mln_fun_i2v_array.cc, * tests/unit_test/mln_trait_op_less.cc, * tests/unit_test/mln_win_rectangle2d.cc, * tests/unit_test/mln_fun_x2x_rotation.cc, * tests/unit_test/mln_core_site_set_p_image.cc, * tests/unit_test/mln_metal_const.cc, * tests/unit_test/mln_estim_all.cc, * tests/unit_test/mln_core_internal_image_domain_morpher.cc, * tests/unit_test/mln_core_concept_value_set.cc, * tests/unit_test/mln_fun_internal_array_base.cc, * tests/unit_test/mln_histo_data.cc, * tests/unit_test/mln_fun_i2v_essential.cc, * tests/unit_test/mln_core_site_set_p_centered.cc, * tests/unit_test/mln_make_image.cc, * tests/unit_test/mln_value_internal_essential.cc, * tests/unit_test/mln_morpho_contrast.cc, * tests/unit_test/mln_core_site_set_p_edges_psite.cc, * tests/unit_test/mln_morpho_opening.cc, * tests/unit_test/mln_set_all.cc, * tests/unit_test/mln_fun_internal_selector.cc, * tests/unit_test/mln_geom_ncols.cc, * tests/unit_test/mln_canvas_browsing_fwd.cc, * tests/unit_test/mln_extension_adjust.cc, * tests/unit_test/mln_geom_min_col.cc, * tests/unit_test/mln_labeling_regional_maxima.cc, * tests/unit_test/mln_metal_unptr.cc, * tests/unit_test/mln_trait_window_props.cc, * tests/unit_test/mln_trait_site_set_print.cc, * tests/unit_test/mln_geom_delta.cc, * tests/unit_test/mln_core_site_set_p_complex_piter.cc, * tests/unit_test/mln_io_ppm_save.cc, * tests/unit_test/mln_fun_i2v_all_to.cc, * tests/unit_test/mln_morpho_meyer_wst.cc, * tests/unit_test/mln_win_hline2d.cc, * tests/unit_test/mln_value_label_8.cc, * tests/unit_test/mln_core_site_set_p_line2d.cc, * tests/unit_test/mln_core_image_graph_elt_window.cc, * tests/unit_test/mln_math_round_sat.cc, * tests/unit_test/mln_io_pnm_max_component.cc, * tests/unit_test/mln_convert_all.cc, * tests/unit_test/mln_trait_op_uplus.cc, * tests/unit_test/mln_accu_land_basic.cc, * tests/unit_test/mln_trait_all.cc, * tests/unit_test/mln_fun_x2v_all.cc, * tests/unit_test/mln_core_concept_mesh.cc, * tests/unit_test/mln_fun_vv2v_macros.cc, * tests/unit_test/mln_fun_all.cc, * tests/unit_test/mln_linear_essential.cc, * tests/unit_test/mln_morpho_elementary_all.cc, * tests/unit_test/mln_value_label_16.cc, * tests/unit_test/mln_accu_line.cc, * tests/unit_test/mln_core_image_fi_adaptor.cc, * tests/unit_test/mln_norm_essential.cc, * tests/unit_test/mln_util_max.cc, * tests/unit_test/mln_labeling_essential.cc, * tests/unit_test/mln_metal_math_sqrt.cc, * tests/unit_test/mln_metal_array1d.cc, * tests/unit_test/mln_morpho_tree_max.cc, * tests/unit_test/mln_core_image_image2d_h.cc, * tests/unit_test/mln_literal_zero.cc, * tests/unit_test/mln_fun_x2v_essential.cc, * tests/unit_test/mln_math_max.cc, * tests/unit_test/mln_math_jacobi.cc, * tests/unit_test/mln_geom_bbox.cc, * tests/unit_test/mln_core_concept_doc_pixel_iterator.cc, * tests/unit_test/mln_level_transform.cc, * tests/unit_test/mln_geom_max_sli.cc, * tests/unit_test/mln_draw_essential.cc, * tests/unit_test/mln_trait_undef.cc, * tests/unit_test/mln_estim_sum.cc, * tests/unit_test/mln_canvas_morpho_essential.cc, * tests/unit_test/mln_extension_duplicate.cc, * tests/unit_test/mln_math_diff_abs.cc, * tests/unit_test/mln_morpho_elementary_closing.cc, * tests/unit_test/mln_morpho_min.cc, * tests/unit_test/mln_value_float01_f.cc, * tests/unit_test/mln_win_multiple.cc, * tests/unit_test/mln_all.cc, * tests/unit_test/mln_make_vec.cc, * tests/unit_test/mln_morpho_closing_area_on_vertices.cc, * tests/unit_test/mln_morpho_opening_volume.cc, * tests/unit_test/mln_core_internal_complex_window_p_base.cc, * tests/unit_test/mln_core_internal_check_image_fastest.cc, * tests/unit_test/mln_core_image_value_enc_image.cc, * tests/unit_test/mln_util_nil.cc, * tests/unit_test/mln_core_all.cc, * tests/unit_test/mln_fun_x2v_nneighbor.cc, * tests/unit_test/mln_morpho_complementation.cc, * tests/unit_test/mln_make_point2d_h.cc, * tests/unit_test/mln_io_pbm_save.cc, * tests/unit_test/mln_geom_min_ind.cc, * tests/unit_test/mln_trait_ch_value.cc, * tests/unit_test/mln_fun_v2b_all.cc, * tests/unit_test/mln_core_pixel.cc, * tests/unit_test/mln_util_tracked_ptr.cc, * tests/unit_test/mln_test_predicate.cc, * tests/unit_test/mln_core_alias_point1d.cc, * tests/unit_test/mln_metal_math_pow.cc, * tests/unit_test/mln_core_concept_site_set.cc, * tests/unit_test/mln_labeling_relabel.cc, * tests/unit_test/mln_convert_from_to.cc, * tests/unit_test/mln_core_internal_site_relative_iterator_base.cc, * tests/unit_test/mln_geom_size1d.cc, * tests/unit_test/mln_value_internal_value_like.cc, * tests/unit_test/mln_core_internal_exact.cc, * tests/unit_test/mln_topo_all.cc, * tests/unit_test/mln_topo_n_faces_set.cc, * tests/unit_test/mln_core_internal_run_image.cc, * tests/unit_test/mln_linear_log.cc, * tests/unit_test/mln_convert_to_rgb.cc, * tests/unit_test/mln_metal_is_not.cc, * tests/unit_test/mln_core_concept_browsing.cc, * tests/unit_test/mln_fun_x2v_l1_norm.cc, * tests/unit_test/mln_canvas_essential.cc, * tests/unit_test/mln_trait_op_plus.cc, * tests/unit_test/mln_accu_tuple.cc, * tests/unit_test/mln_core_concept_doc_point_site.cc, * tests/unit_test/mln_core_internal_graph_window_base.cc, * tests/unit_test/mln_core_image_obased_rle_encode.cc, * tests/unit_test/mln_accu_convolve.cc, * tests/unit_test/mln_border_adjust.cc, * tests/unit_test/mln_core_internal_p_complex_piter_base.cc, * tests/unit_test/mln_util_set.cc, * tests/unit_test/mln_core_image_extension_val.cc, * tests/unit_test/mln_convert_to_fun.cc, * tests/unit_test/mln_trait_solve.cc, * tests/unit_test/mln_util_ord_pair.cc, * tests/unit_test/mln_math_min.cc, * tests/unit_test/mln_logical_and.cc, * tests/unit_test/mln_fun_v2v_essential.cc, * tests/unit_test/mln_core_site_set_p_run_piter.cc, * tests/unit_test/mln_linear_local_convolve.cc, * tests/unit_test/mln_accu_median_h.cc, * tests/unit_test/mln_fun_v2v_cast.cc, * tests/unit_test/mln_core_concept_doc_box.cc, * tests/unit_test/mln_level_stretch.cc, * tests/unit_test/mln_util_index.cc, * tests/unit_test/mln_trait_site_set_props.cc, * tests/unit_test/mln_set_uni.cc, * tests/unit_test/mln_morpho_opening_attribute.cc, * tests/unit_test/mln_test_all.cc, * tests/unit_test/mln_metal_fix_return.cc, * tests/unit_test/mln_topo_adj_lower_face_iter.cc, * tests/unit_test/mln_core_pixter1d.cc, * tests/unit_test/mln_metal_unconst.cc, * tests/unit_test/mln_core_alias_w_window2d_int.cc, * tests/unit_test/mln_core_routine_ops.cc, * tests/unit_test/mln_fun_v2v_inc.cc, * tests/unit_test/mln_io_off_save.cc, * tests/unit_test/mln_level_memset_.cc, * tests/unit_test/mln_metal_is_not_const.cc, * tests/unit_test/mln_accu_pair.cc, * tests/unit_test/mln_fun_l2l_relabel.cc, * tests/unit_test/mln_trait_op_essential.cc, * tests/unit_test/mln_make_voronoi.cc, * tests/unit_test/mln_core_image_safe.cc, * tests/unit_test/mln_metal_is_ref.cc, * tests/unit_test/mln_metal_abort.cc, * tests/unit_test/mln_io_off_all.cc, * tests/unit_test/mln_win_shift.cc, * tests/unit_test/mln_metal_all.cc, * tests/unit_test/mln_core_alias_w_window3d_float.cc, * tests/unit_test/mln_core_internal_complex_neighborhood_base.cc, * tests/unit_test/mln_fun_x2v_bilinear.cc, * tests/unit_test/mln_make_dual_neighb.cc, * tests/unit_test/mln_io_txt_all.cc, * tests/unit_test/mln_core_site_set_p_mutable_array_of.cc, * tests/unit_test/mln_fun_p2b_essential.cc, * tests/unit_test/mln_core_alias_dpoint1d.cc, * tests/unit_test/mln_make_image2d.cc, * tests/unit_test/mln_value_int_s.cc, * tests/unit_test/mln_win_cuboid3d.cc, * tests/unit_test/mln_core_image_rle_encode.cc, * tests/unit_test/mln_morpho_closing_area.cc, * tests/unit_test/mln_accu_transform_stop.cc, * tests/unit_test/mln_border_equalize.cc, * tests/unit_test/mln_geom_nsites.cc, * tests/unit_test/mln_core_image_plain.cc, * tests/unit_test/mln_core_internal_data.cc, * tests/unit_test/mln_metal_math_root.cc, * tests/unit_test/mln_transform_internal_distance_functor.cc, * tests/unit_test/mln_topo_internal_complex_set_iterator_base.cc, * tests/unit_test/mln_io_ppm_load.cc, * tests/unit_test/mln_value_essential.cc, * tests/unit_test/mln_core_internal_weighted_window_base.cc, * tests/unit_test/mln_metal_array2d.cc, * tests/unit_test/mln_transform_distance_geodesic.cc, * tests/unit_test/mln_core_site_set_p_n_faces_piter.cc, * tests/unit_test/mln_geom_nslis.cc, * tests/unit_test/mln_logical_xor.cc, * tests/unit_test/mln_accu_height.cc, * tests/unit_test/mln_core_concept_proxy.cc, * tests/unit_test/mln_linear_lap.cc, * tests/unit_test/mln_morpho_thickening.cc, * tests/unit_test/mln_core_image_ch_piter.cc, * tests/unit_test/mln_trait_images.cc, * tests/unit_test/mln_metal_not_equal.cc, * tests/unit_test/mln_level_assign.cc, * tests/unit_test/mln_topo_adj_m_face_iter.cc, * tests/unit_test/mln_level_apply.cc, * tests/unit_test/mln_literal_ops.cc, * tests/unit_test/mln_trait_value_.cc, * tests/unit_test/mln_trace_resume.cc, * tests/unit_test/mln_value_interval.cc, * tests/unit_test/mln_util_internal_boost_graph_structure.cc, * tests/unit_test/mln_metal_if.cc, * tests/unit_test/mln_logical_essential.cc, * tests/unit_test/mln_estim_mean.cc, * tests/unit_test/mln_tag_essential.cc, * tests/unit_test/mln_morpho_top_hat.cc, * tests/unit_test/mln_value_builtin_ops.cc, * tests/unit_test/mln_core_internal_classical_window_base.cc, * tests/unit_test/mln_convert_to_upper_window.cc, * tests/unit_test/mln_win_diff.cc, * tests/unit_test/mln_fun_v2v_convert.cc, * tests/unit_test/mln_io_pfm_save.cc, * tests/unit_test/mln_subsampling_subsampling.cc, * tests/unit_test/mln_level_approx_all.cc, * tests/unit_test/mln_core_internal_pixel_iterator_base.cc, * tests/unit_test/mln_value_internal_gray_.cc, * tests/unit_test/mln_geom_max_col.cc, * tests/unit_test/mln_transform_internal_influence_zone_functor.cc, * tests/unit_test/mln_value_graylevel_f.cc, * tests/unit_test/mln_level_was_median.cc, * tests/unit_test/mln_core_image_rle_image.cc, * tests/unit_test/mln_core_alias_point2d.cc, * tests/unit_test/mln_fun_v2v_dec.cc, * tests/unit_test/mln_value_scalar.cc, * tests/unit_test/mln_canvas_browsing_directional.cc, * tests/unit_test/mln_debug_iota.cc, * tests/unit_test/mln_io_pgm_all.cc, * tests/unit_test/mln_value_all.cc, * tests/unit_test/mln_io_pbm_load.cc, * tests/unit_test/mln_trait_site_sets.cc, * tests/unit_test/mln_core_image_graph_window_piter.cc, * tests/unit_test/mln_topo_static_n_face_iter.cc, * tests/unit_test/mln_transform_influence_zone_front.cc, * tests/unit_test/mln_geom_size2d.cc, * tests/unit_test/mln_metal_essential.cc, * tests/unit_test/mln_util_vertex.cc, * tests/unit_test/mln_util_branch_iter.cc, * tests/unit_test/mln_fun_v2v_linear.cc, * tests/unit_test/mln_geom_nrows.cc, * tests/unit_test/mln_value_super_value.cc, * tests/unit_test/mln_value_gl8.cc, * tests/unit_test/mln_trace_all.cc, * tests/unit_test/mln_core_concept_doc_site_set.cc, * tests/unit_test/mln_core_concept_site_proxy.cc, * tests/unit_test/mln_canvas_browsing_essential.cc, * tests/unit_test/mln_trait_value_nature.cc, * tests/unit_test/mln_morpho_elementary_laplacian.cc, * tests/unit_test/mln_arith_includes.cc, * tests/unit_test/mln_fun_essential.cc, * tests/unit_test/mln_transform_influence_zone_geodesic.cc, * tests/unit_test/mln_value_stack.cc, * tests/unit_test/mln_level_paste.cc, * tests/unit_test/mln_core_image_value_encode.cc, * tests/unit_test/mln_core_routine_extend.cc, * tests/unit_test/mln_accu_transform.cc, * tests/unit_test/mln_border_duplicate.cc, * tests/unit_test/mln_trait_op_all.cc, * tests/unit_test/mln_level_update.cc, * tests/unit_test/mln_core_concept_delta_point_site.cc, * tests/unit_test/mln_canvas_browsing_diagonal2d.cc, * tests/unit_test/mln_core_pixter2d.cc, * tests/unit_test/mln_core_image_complex_window_piter.cc, * tests/unit_test/mln_core_concept_box.cc, * tests/unit_test/mln_value_int_s32.cc, * tests/unit_test/mln_core_image_graph_image.cc, * tests/unit_test/mln_make_win_chamfer.cc, * tests/unit_test/mln_binarization_all.cc, * tests/unit_test/mln_arith_minus.cc, * tests/unit_test/mln_fun_x2x_composed.cc, * tests/unit_test/mln_fun_p2v_ternary.cc, * tests/unit_test/mln_trait_value_essential.cc, * tests/unit_test/mln_geom_max_ind.cc, * tests/unit_test/mln_value_concept_symbolic.cc, * tests/unit_test/mln_morpho_Rd.cc, * tests/unit_test/mln_morpho_includes.cc, * tests/unit_test/mln_accu_p.cc, * tests/unit_test/mln_canvas_browsing_backdiagonal2d.cc, * tests/unit_test/mln_trait_op_minus.cc, * tests/unit_test/mln_value_lut_vec.cc, * tests/unit_test/mln_core_site_set_p_complex.cc, * tests/unit_test/mln_fun_v2v_saturate.cc, * tests/unit_test/mln_pw_var.cc, * tests/unit_test/mln_core_essential.cc, * tests/unit_test/mln_core_site_set_box.cc, * tests/unit_test/mln_io_all.cc, * tests/unit_test/mln_topo_adj_lower_dim_connected_n_face_iter.cc, * tests/unit_test/mln_io_off_load.cc, * tests/unit_test/mln_core_alias_neighb1d.cc, * tests/unit_test/mln_trace_stop.cc, * tests/unit_test/mln_norm_all.cc, * tests/unit_test/mln_labeling_level.cc, * tests/unit_test/mln_core_alias_dpoint2d.cc, * tests/unit_test/mln_core_dpoint.cc, * tests/unit_test/mln_topo_internal_complex_iterator_base.cc, * tests/unit_test/mln_accu_compute.cc, * tests/unit_test/mln_util_tree_fast.cc, * tests/unit_test/mln_value_concept_floating.cc, * tests/unit_test/mln_core_image_extended.cc, * tests/unit_test/mln_core_image_tr_mesh.cc, * tests/unit_test/mln_core_concept_generalized_pixel.cc, * tests/unit_test/mln_io_essential.cc, * tests/unit_test/mln_core_image_t_image.cc, * tests/unit_test/mln_core_image_bgraph_psite.cc, * tests/unit_test/mln_extension_fill.cc, * tests/unit_test/mln_linear_convolve_2x1d.cc, * tests/unit_test/mln_trait_op_div.cc, * tests/unit_test/mln_core_concept_doc_image_fastest.cc, * tests/unit_test/mln_metal_has_neighborhood.cc, * tests/unit_test/mln_io_txt_save.cc, * tests/unit_test/mln_fun_p2v_essential.cc, * tests/unit_test/mln_metal_array3d.cc, * tests/unit_test/mln_trait_essential.cc, * tests/unit_test/mln_value_builtin_promotions.cc, * tests/unit_test/mln_core_image_complex_windows.cc, * tests/unit_test/mln_literal_white.cc, * tests/unit_test/mln_win_octagon2d.cc, * tests/unit_test/mln_core_image_extension_fun.cc, * tests/unit_test/mln_value_concept_vectorial.cc, * tests/unit_test/mln_norm_linfty.cc, * tests/unit_test/mln_metal_unref.cc, * tests/unit_test/mln_core_image_mono_rle_encode.cc, * tests/unit_test/mln_value_builtin_integers.cc, * tests/unit_test/mln_registration_all.cc, * tests/unit_test/mln_core_trait_essential.cc, * tests/unit_test/mln_metal_math_all.cc, * tests/unit_test/mln_value_rgb.cc, * tests/unit_test/mln_core_image_decorated_image.cc, * tests/unit_test/mln_core_site_set_p_priority.cc, * tests/unit_test/mln_util_dindex.cc, * tests/unit_test/mln_morpho_elementary_opening.cc, * tests/unit_test/mln_convert_to_window.cc, * tests/unit_test/mln_logical_or.cc, * tests/unit_test/mln_core_image_image_if.cc, * tests/unit_test/mln_make_relabelfun.cc, * tests/unit_test/mln_subsampling_all.cc, * tests/unit_test/mln_morpho_elementary_like_ero_set.cc, * tests/unit_test/mln_value_internal_encoding.cc, * tests/unit_test/mln_core_concept_doc_neighborhood.cc, * tests/unit_test/mln_core_concept_doc_window.cc, * tests/unit_test/mln_win_cube3d.cc, * tests/unit_test/mln_border_fill.cc, * tests/unit_test/mln_set_diff.cc, * tests/unit_test/mln_algebra_all.cc, * tests/unit_test/mln_trace_exiting.cc, * tests/unit_test/mln_core_site_set_operators.cc, * tests/unit_test/mln_core_def_coord.cc, * tests/unit_test/mln_fun_v2b_lnot.cc, * tests/unit_test/mln_core_site_set_attic_p_faces_piter.cc, * tests/unit_test/mln_trait_solve_binary.cc, * tests/unit_test/mln_core_alias_point3d.cc, * tests/unit_test/mln_core_concept_doc_generalized_pixel.cc, * tests/unit_test/mln_canvas_all.cc, * tests/unit_test/mln_level_compute.cc, * tests/unit_test/mln_level_naive_median.cc, * tests/unit_test/mln_level_convert.cc, * tests/unit_test/mln_io_pfm_load.cc, * tests/unit_test/mln_geom_size3d.cc, * tests/unit_test/mln_fun_l2l_essential.cc, * tests/unit_test/mln_value_int_u.cc, * tests/unit_test/mln_core_internal_site_iterator_base.cc, * tests/unit_test/mln_accu_center.cc, * tests/unit_test/mln_core_routine_initialize.cc, * tests/unit_test/mln_core_concept_literal.cc, * tests/unit_test/mln_make_w_window1d.cc, * tests/unit_test/mln_accu_count_adjacent_vertices.cc, * tests/unit_test/mln_metal_converts_to.cc, * tests/unit_test/mln_fun_vv2v_diff_abs.cc, * tests/unit_test/mln_make_w_window1d_int.cc, * tests/unit_test/mln_morpho_all.cc, * tests/unit_test/mln_trait_windows.cc, * tests/unit_test/mln_metal_ref.cc, * tests/unit_test/mln_level_all.cc, * tests/unit_test/mln_value_internal_gray_f.cc, * tests/unit_test/mln_literal_grays.cc, * tests/unit_test/mln_canvas_browsing_snake_vert.cc, * tests/unit_test/mln_trait_op_eq.cc, * tests/unit_test/mln_value_builtin_floatings.cc, * tests/unit_test/mln_math_sign.cc, * tests/unit_test/mln_core_pixter3d.cc, * tests/unit_test/mln_morpho_opening_height.cc, * tests/unit_test/mln_value_other.cc, * tests/unit_test/mln_value_proxy.cc, * tests/unit_test/mln_core_concept_doc_object.cc, * tests/unit_test/mln_level_essential.cc, * tests/unit_test/mln_core_alias_w_window3d_int.cc, * tests/unit_test/mln_value_int_s16.cc, * tests/unit_test/mln_metal_same_point.cc, * tests/unit_test/mln_trait_op_postinc.cc, * tests/unit_test/mln_core_routine_exact.cc, * tests/unit_test/mln_core_image_all.cc, * tests/unit_test/mln_fun_p2b_all.cc, * tests/unit_test/mln_core_internal_set_of.cc, * tests/unit_test/mln_core_concept_graph.cc, * tests/unit_test/mln_win_sym.cc, * tests/unit_test/mln_set_has.cc, * tests/unit_test/mln_util_internal_vertex_impl.cc, * tests/unit_test/mln_core_site_set_p_bgraph.cc, * tests/unit_test/mln_convert_impl_all.cc, * tests/unit_test/mln_topo_attic_faces_iter.cc, * tests/unit_test/mln_core_site_set_p_bgraph_piter.cc, * tests/unit_test/mln_accu_rank_high_quant.cc, * tests/unit_test/mln_core_site_set_box_piter.cc, * tests/unit_test/mln_core_alias_neighb2d.cc, * tests/unit_test/mln_core_image_mono_obased_rle_image.cc, * tests/unit_test/mln_metal_mat.cc, * tests/unit_test/mln_core_alias_dpoint3d.cc, * tests/unit_test/mln_util_all.cc, * tests/unit_test/mln_core_tags.cc, * tests/unit_test/mln_core_concept_pseudo_site.cc, * tests/unit_test/mln_util_eat.cc, * tests/unit_test/mln_norm_l1.cc, * tests/unit_test/mln_util_lemmings.cc, * tests/unit_test/mln_fun_ops.cc, * tests/unit_test/mln_core_image_sparse_image.cc, * tests/unit_test/mln_arith_plus.cc, * tests/unit_test/mln_core_internal_check_image_all.cc, * tests/unit_test/mln_morpho_tree_all.cc, * tests/unit_test/mln_metal_int.cc, * tests/unit_test/mln_core_internal_site_set_base.cc, * tests/unit_test/mln_topo_centered_iter_adapter.cc, * tests/unit_test/mln_value_rgb16.cc, * tests/unit_test/mln_geom_min_row.cc, * tests/unit_test/mln_math_all.cc, * tests/unit_test/mln_metal_none.cc, * tests/unit_test/mln_debug_println_with_border.cc, * tests/unit_test/mln_core_trait_op_mult.cc, * tests/unit_test/mln_trait_value_print.cc, * tests/unit_test/mln_core_macros.cc, * tests/unit_test/mln_metal_is.cc, * tests/unit_test/mln_morpho_elementary_essential.cc, * tests/unit_test/mln_value_int_s8.cc, * tests/unit_test/mln_trait_op_not.cc, * tests/unit_test/mln_core_concept_accumulator.cc, * tests/unit_test/mln_morpho_thinning.cc, * tests/unit_test/mln_geom_seeds2tiling_roundness.cc, * tests/unit_test/mln_tag_all.cc, * tests/unit_test/mln_topo_center_only_iter.cc, * tests/unit_test/mln_value_float01_16.cc, * tests/unit_test/mln_util_tree_to_fast.cc, * tests/unit_test/mln_core_site_set_p_edges.cc, * tests/unit_test/mln_core_alias_window1d.cc, * tests/unit_test/mln_util_timer.cc, * tests/unit_test/mln_core_internal_image_value_morpher.cc, * tests/unit_test/mln_math_sqr.cc, * tests/unit_test/mln_binarization_includes.cc, * tests/unit_test/mln_accu_max.cc, * tests/unit_test/mln_morpho_thick_miss.cc, * tests/unit_test/mln_transform_essential.cc, * tests/unit_test/mln_trait_op_ord.cc, * tests/unit_test/mln_fun_x2p_closest_point.cc, * tests/unit_test/mln_topo_algebraic_face.cc, * tests/unit_test/mln_accu_lor_basic.cc, * tests/unit_test/mln_core_concept_regular_grid.cc, * tests/unit_test/mln_fun_l2l_all.cc, * tests/unit_test/mln_fun_c.cc, * tests/unit_test/mln_debug_colorize.cc, * tests/unit_test/mln_metal_same_coord.cc, * tests/unit_test/mln_core_alias_box1d.cc, * tests/unit_test/mln_io_pnm_save.cc, * tests/unit_test/mln_logical_includes.cc, * tests/unit_test/mln_trait_image_print.cc, * tests/unit_test/mln_linear_all.cc, * tests/unit_test/mln_trait_op_postdec.cc, * tests/unit_test/mln_metal_is_const.cc, * tests/unit_test/mln_morpho_tree_utils.cc, * tests/unit_test/mln_core_neighb.cc, * tests/unit_test/mln_algebra_essential.cc, * tests/unit_test/mln_core_concept_image.cc, * tests/unit_test/mln_core_site_set_p_faces.cc, * tests/unit_test/mln_core_alias_point2d_h.cc, * tests/unit_test/mln_util_branch_iter_ind.cc, * tests/unit_test/mln_fun_vv2v_vec.cc, * tests/unit_test/mln_topo_is_simple_2d.cc, * tests/unit_test/mln_io_ppm_all.cc, * tests/unit_test/mln_util_multi_site.cc, * tests/unit_test/mln_display_essential.cc, * tests/unit_test/mln_morpho_elementary_dilation.cc, * tests/unit_test/mln_fun_v2v_all.cc, * tests/unit_test/mln_core_alias_p_runs2d.cc, * tests/unit_test/mln_accu_nil.cc, * tests/unit_test/mln_level_memcpy_.cc, * tests/unit_test/mln_make_w_window2d.cc, * tests/unit_test/mln_fun_x2x_all.cc, * tests/unit_test/mln_level_naive_all.cc, * tests/unit_test/mln_trace_warning.cc, * tests/unit_test/mln_debug_draw_graph.cc, * tests/unit_test/mln_accu_rank.cc, * tests/unit_test/mln_set_compute.cc, * tests/unit_test/mln_accu_lor.cc, * tests/unit_test/mln_io_pgm_save.cc, * tests/unit_test/mln_core_concept_window.cc, * tests/unit_test/mln_draw_plot.cc, * tests/unit_test/mln_core_image_lazy_image.cc, * tests/unit_test/mln_extension_adjust_fill.cc, * tests/unit_test/mln_util_tree.cc, * tests/unit_test/mln_win_inter.cc, * tests/unit_test/mln_core_internal_image_identity.cc, * tests/unit_test/mln_linear_gaussian.cc, * tests/unit_test/mln_core_internal_window_base.cc, * tests/unit_test/mln_binarization_threshold.cc, * tests/unit_test/mln_make_all.cc, * tests/unit_test/mln_trace_quiet.cc, * tests/unit_test/mln_core_image_cast_image.cc, * tests/unit_test/mln_morpho_elementary_top_hat.cc, * tests/unit_test/mln_norm_l2.cc, * tests/unit_test/mln_debug_put_word.cc, * tests/unit_test/mln_accu_maj_h.cc, * tests/unit_test/mln_fun_v2v_enc.cc, * tests/unit_test/mln_trait_neighborhood.cc, * tests/unit_test/mln_geom_chamfer.cc, * tests/unit_test/mln_morpho_tree_data.cc, * tests/unit_test/mln_metal_is_not_a.cc, * tests/unit_test/mln_accu_min.cc, * tests/unit_test/mln_core_image_mono_obased_rle_encode.cc, * tests/unit_test/mln_geom_all.cc, * tests/unit_test/mln_tag_skeleton.cc, * tests/unit_test/mln_morpho_internal_elementary.cc, * tests/unit_test/mln_morpho_dilation.cc, * tests/unit_test/mln_core_alias_w_window1d_float.cc, * tests/unit_test/mln_metal_templated_by.cc, * tests/unit_test/mln_util_pix.cc, * tests/unit_test/mln_geom_essential.cc, * tests/unit_test/mln_level_to_enc.cc, * tests/unit_test/mln_util_internal_graph_nbh_iter_base.cc, * tests/unit_test/mln_value_rgb8.cc, * tests/unit_test/mln_canvas_morpho_algebraic_union_find.cc, * tests/unit_test/mln_util_tree_to_image.cc, * tests/unit_test/mln_accu_rank_bool.cc, * tests/unit_test/mln_morpho_general.cc, * tests/unit_test/mln_core_alias_complex_geometry.cc, * tests/unit_test/mln_core_alias_neighb3d.cc, * tests/unit_test/mln_algebra_h_mat.cc, * tests/unit_test/mln_core_image_sub_image.cc, * tests/unit_test/mln_canvas_browsing_snake_fwd.cc, * tests/unit_test/mln_canvas_browsing_dir_struct_elt_incr_update.cc, * tests/unit_test/mln_core_concept_function.cc, * tests/unit_test/mln_labeling_background.cc, * tests/unit_test/mln_core_image_extension_ima.cc, * tests/unit_test/mln_core_def_essential.cc, * tests/unit_test/mln_util_internal_graph_iter.cc, * tests/unit_test/mln_fun_vv2v_max.cc, * tests/unit_test/mln_core_image_image1d.cc, * tests/unit_test/mln_core_trait_all.cc, * tests/unit_test/mln_level_median.cc, * tests/unit_test/mln_util_essential.cc, * tests/unit_test/mln_value_equiv.cc, * tests/unit_test/mln_canvas_morpho_all.cc, * tests/unit_test/mln_core_concept_doc_accumulator.cc, * tests/unit_test/mln_core_concept_object.cc, * tests/unit_test/mln_core_site_set_p_graph_piter.cc, * tests/unit_test/mln_core_alias_p_run2d.cc, * tests/unit_test/mln_core_concept_neighborhood.cc, * tests/unit_test/mln_set_inter.cc, * tests/unit_test/mln_core_faces_psite.cc, * tests/unit_test/mln_core_concept_value.cc, * tests/unit_test/mln_topo_n_face_iter.cc, * tests/unit_test/mln_core_var.cc, * tests/unit_test/mln_morpho_closing_attribute.cc, * tests/unit_test/mln_trace_essential.cc, * tests/unit_test/mln_border_mirror.cc, * tests/unit_test/mln_geom_resize.cc, * tests/unit_test/mln_morpho_elementary_gradient_external.cc, * tests/unit_test/mln_trait_image_props.cc, * tests/unit_test/mln_arith_min.cc, * tests/unit_test/mln_make_box1d.cc, * tests/unit_test/mln_morpho_opening_area.cc, * tests/unit_test/mln_border_get.cc, * tests/unit_test/mln_core_image_line_graph_elt_window.cc, * tests/unit_test/mln_core_alias_window2d.cc, * tests/unit_test/mln_morpho_minus.cc, * tests/unit_test/mln_value_int_u32.cc, * tests/unit_test/mln_core_routine_init.cc, * tests/unit_test/mln_accu_essential.cc, * tests/unit_test/mln_trait_op_leq.cc, * tests/unit_test/mln_core_concept_gpoint.cc, * tests/unit_test/mln_core_category.cc, * tests/unit_test/mln_value_cast.cc, * tests/unit_test/mln_fun_vv2v_lor.cc, * tests/unit_test/mln_core_trait_qlf_value.cc, * tests/unit_test/mln_core_concept_all.cc, * tests/unit_test/mln_essential_routine.cc, * tests/unit_test/mln_debug_println.cc, * tests/unit_test/mln_value_ops.cc, * tests/unit_test/mln_level_transform_inplace.cc, * tests/unit_test/mln_labeling_blobs.cc, * tests/unit_test/mln_io_abort.cc, * tests/unit_test/mln_algebra_mat.cc, * tests/unit_test/mln_geom_pmin_pmax.cc, * tests/unit_test/mln_core_alias_box2d.cc, * tests/unit_test/mln_core_image_hexa.cc, * tests/unit_test/mln_core_site_set_p_double.cc, * tests/unit_test/mln_core_image_tr_image.cc, * tests/unit_test/mln_morpho_skeleton_constrained.cc, * tests/unit_test/mln_core_def_coordf.cc, * tests/unit_test/mln_math_sqrt.cc, * tests/unit_test/mln_value_glf.cc, * tests/unit_test/mln_draw_box.cc, * tests/unit_test/mln_level_sort_psites.cc, * tests/unit_test/mln_morpho_elementary_gradient.cc, * tests/unit_test/mln_morpho_closing_volume.cc, * tests/unit_test/mln_canvas_browsing_all.cc, * tests/unit_test/mln_fun_vv2v_min.cc, * tests/unit_test/mln_core_site_set_all.cc, * tests/unit_test/mln_io_pnm_load.cc, * tests/unit_test/mln_fun_v2v_norm.cc, * tests/unit_test/mln_make_w_window3d.cc, * tests/unit_test/mln_util_ord.cc, * tests/unit_test/mln_topo_face_iter.cc, * tests/unit_test/mln_geom_max_row.cc, * tests/unit_test/mln_linear_sobel_2d.cc, * tests/unit_test/mln_linear_convolve.cc, * tests/unit_test/mln_core_trait_pixter.cc, * tests/unit_test/mln_core_image_mono_rle_image.cc, * tests/unit_test/mln_fun_x2p_essential.cc, * tests/unit_test/mln_literal_black.cc, * tests/unit_test/mln_make_w_window2d_int.cc, * tests/unit_test/mln_literal_one.cc, * tests/unit_test/mln_make_pix.cc, * tests/unit_test/mln_pw_essential.cc, * tests/unit_test/mln_core_site_set_essential.cc, * tests/unit_test/mln_core_concept_doc_weighted_window.cc, * tests/unit_test/mln_logical_all.cc, * tests/unit_test/mln_morpho_erosion.cc, * tests/unit_test/mln_morpho_hit_or_miss.cc, * tests/unit_test/mln_core_internal_graph_psite_base.cc, * tests/unit_test/mln_win_line.cc, * tests/unit_test/mln_trait_concrete.cc, * tests/unit_test/mln_make_w_window_directional.cc, * tests/unit_test/mln_arith_times.cc, * tests/unit_test/mln_morpho_laplacian.cc, * tests/unit_test/mln_labeling_compute.cc, * tests/unit_test/mln_io_pgm_load.cc, * tests/unit_test/mln_value_label.cc, * tests/unit_test/mln_convert_impl_from_value_to_value.cc, * tests/unit_test/mln_core_site_set_p_set.cc, * tests/unit_test/mln_accu_histo.cc, * tests/unit_test/mln_morpho_gradient.cc, * tests/unit_test/mln_make_box2d_h.cc, * tests/unit_test/mln_trait_op_times.cc, * tests/unit_test/mln_make_essential.cc, * tests/unit_test/mln_accu_min_h.cc, * tests/unit_test/mln_test_essential.cc, * tests/unit_test/mln_core_site_set_p_queue_fast.cc, * tests/unit_test/mln_core_concept_site.cc, * tests/unit_test/mln_morpho_tree_compute_parent.cc, * tests/unit_test/mln_core_concept_doc_image.cc, * tests/unit_test/mln_make_w_window.cc, * tests/unit_test/mln_histo_essential.cc, * tests/unit_test/mln_canvas_distance_front.cc, * tests/unit_test/mln_convert_to_dpoint.cc, * tests/unit_test/mln_binarization_essential.cc, * tests/unit_test/mln_core_concept_point_site.cc, * tests/unit_test/mln_value_float01_.cc, * tests/unit_test/mln_util_internal_graph_nbh_iter.cc, * tests/unit_test/mln_core_concept_doc_dpoint.cc, * tests/unit_test/mln_canvas_browsing_depth_first_search.cc, * tests/unit_test/mln_core_site_set_p_queue.cc, * tests/unit_test/mln_essential_1d.cc, * tests/unit_test/mln_logical_and_not.cc, * tests/unit_test/mln_topo_n_face.cc, * tests/unit_test/mln_core_site_set_p_vaccess.cc, * tests/unit_test/mln_core_internal_image_base.cc, * tests/unit_test/mln_util_internal_boost_graph_access.cc, * tests/unit_test/mln_value_int_u_sat.cc, * tests/unit_test/mln_histo_compute.cc, * tests/unit_test/mln_fun_vv2v_essential.cc, * tests/unit_test/mln_core_internal_image_morpher.cc, * tests/unit_test/mln_core_image_image2d.cc, * tests/unit_test/mln_io_pnm_macros.cc, * tests/unit_test/mln_core_a_point_of.cc, * tests/unit_test/mln_core_concept_gdpoint.cc, * tests/unit_test/mln_io_fits_load.cc, * tests/unit_test/mln_tag_init.cc, * tests/unit_test/mln_core_concept_site_iterator.cc, * tests/unit_test/mln_labeling_flat_zones.cc, * tests/unit_test/mln_canvas_browsing_snake_generic.cc, * tests/unit_test/mln_level_replace.cc, * tests/unit_test/mln_value_int_u8.cc, * tests/unit_test/mln_transform_all.cc, * tests/unit_test/mln_morpho_tree_compute_attribute_image.cc, * tests/unit_test/mln_accu_land.cc, * tests/unit_test/mln_make_box2d.cc, * tests/unit_test/mln_metal_ret.cc, * tests/unit_test/mln_core_alias_window3d.cc, * tests/unit_test/mln_core_clock_neighb.cc, * tests/unit_test/mln_util_ignore.cc, * tests/unit_test/mln_value_int_u16.cc, * tests/unit_test/mln_extension_essential.cc, * tests/unit_test/mln_accu_count.cc, * tests/unit_test/mln_core_dpoints_pixter.cc, * tests/unit_test/mln_io_fits_all.cc, * tests/unit_test/mln_core_image_line_graph_image.cc, * tests/unit_test/mln_core_image_sparse_encode.cc, * tests/unit_test/mln_arith_diff_abs.cc, * tests/unit_test/mln_accu_max_h.cc, * tests/unit_test/mln_estim_min_max.cc, * tests/unit_test/mln_value_float01_8.cc, * tests/unit_test/mln_debug_essential.cc, * tests/unit_test/mln_core_def_all.cc, * tests/unit_test/mln_metal_vec.cc, * tests/unit_test/mln_core_alias_box3d.cc, * tests/unit_test/mln_accu_internal_base.cc, * tests/unit_test/mln_util_edge.cc, * tests/unit_test/mln_fun_p2b_big_chess.cc, * tests/unit_test/mln_core_image_hexa_piter.cc, * tests/unit_test/mln_linear_convolve_directional.cc, * tests/unit_test/mln_draw_line.cc, * tests/unit_test/mln_core_image_interpolated.cc, * tests/unit_test/mln_fun_x2p_all.cc, * tests/unit_test/mln_canvas_browsing_hyper_directional.cc, * tests/unit_test/mln_level_fill_with_image.cc, * tests/unit_test/mln_morpho_elementary_like_ero_fun.cc, * tests/unit_test/mln_convert_to_p_set.cc, * tests/unit_test/mln_level_approx_median.cc, * tests/unit_test/mln_literal_colors.cc, * tests/unit_test/mln_util_internal_edge_impl.cc, * tests/unit_test/mln_core_image_bgraph_image.cc, * tests/unit_test/mln_value_concept_all.cc, * tests/unit_test/mln_trait_op_or.cc, * tests/unit_test/mln_accu_transform_directional.cc, * tests/unit_test/mln_morpho_rank_filter.cc, * tests/unit_test/mln_value_viter.cc, * tests/unit_test/mln_core_internal_site_set_iterator_base.cc, * tests/unit_test/mln_topo_adj_higher_face_iter.cc, * tests/unit_test/mln_convert_impl_from_image_to_site_set.cc, * tests/unit_test/mln_convert_essential.cc, * tests/unit_test/mln_algebra_quat.cc, * tests/unit_test/mln_morpho_thin_fit.cc, * tests/unit_test/mln_debug_format.cc, * tests/unit_test/mln_value_concept_essential.cc, * tests/unit_test/mln_pw_cst.cc, * tests/unit_test/mln_topo_face.cc, * tests/unit_test/mln_fun_v2v_id.cc, * tests/unit_test/mln_core_point.cc, * tests/unit_test/mln_metal_is_unqualif.cc, * tests/unit_test/mln_trait_op_and.cc, * tests/unit_test/mln_extension_all.cc, * tests/unit_test/mln_registration_registration.cc, * tests/unit_test/mln_value_concept_integer.cc, * tests/unit_test/mln_core_internal_neighborhood_base.cc, * tests/unit_test/mln_border_all.cc, * tests/unit_test/mln_core_box_runstart_piter.cc, * tests/unit_test/mln_metal_unqualif.cc, * tests/unit_test/mln_core_alias_point3df.cc, * tests/unit_test/mln_trait_value_all.cc, * tests/unit_test/mln_make_double_neighb2d.cc, * tests/unit_test/mln_core_image_obased_rle_image.cc, * tests/unit_test/mln_core_concept_iterator.cc, * tests/unit_test/mln_value_concept_scalar.cc, * tests/unit_test/mln_level_fill.cc, * tests/unit_test/mln_make_mat.cc, * tests/unit_test/mln_trait_op_mod.cc, * tests/unit_test/mln_trait_op_preinc.cc, * tests/unit_test/mln_morpho_closing.cc, * tests/unit_test/mln_accu_min_max.cc, * tests/unit_test/mln_util_internal_graph_base.cc, * tests/unit_test/mln_core_routine_all.cc, * tests/unit_test/mln_fun_p2b_has.cc, * tests/unit_test/mln_value_graylevel.cc, * tests/unit_test/mln_make_dpoint2d_h.cc, * tests/unit_test/mln_io_pnm_load_header.cc, * tests/unit_test/mln_value_internal_iterable_set.cc, * tests/unit_test/mln_subsampling_essential.cc, * tests/unit_test/mln_level_abs.cc, * tests/unit_test/mln_value_sign.cc, * tests/unit_test/mln_arith_revert.cc, * tests/unit_test/mln_convert_to_p_array.cc, * tests/unit_test/mln_linear_ch_convolve.cc, * tests/unit_test/mln_util_greater_point.cc, * tests/unit_test/mln_fun_internal_x2x_linear_impl.cc, * tests/unit_test/mln_fun_cast.cc, * tests/unit_test/mln_core_image_flat_image.cc, * tests/unit_test/mln_set_essential.cc, * tests/unit_test/mln_literal_essential.cc, * tests/unit_test/mln_topo_complex_iterators.cc, * tests/unit_test/mln_accu_transform_diagonal.cc, * tests/unit_test/mln_core_internal_geom_bbox.cc, * tests/unit_test/mln_core_alias_box2d_h.cc, * tests/unit_test/mln_fun_p2v_all.cc, * tests/unit_test/mln_fun_vv2v_land.cc, * tests/unit_test/mln_core_site_set_p_vertices.cc, * tests/unit_test/mln_core_alias_dpoint2d_h.cc, * tests/unit_test/mln_essential_2d.cc, * tests/unit_test/mln_util_site_pair.cc, * tests/unit_test/mln_trait_op_geq.cc, * tests/unit_test/mln_pw_all.cc, * tests/unit_test/mln_core_site_set_p_vertices_psite.cc, * tests/unit_test/mln_core_image_image3d.cc, * tests/unit_test/mln_value_builtin_symbolics.cc, * tests/unit_test/mln_registration_internal_rms.cc, * tests/unit_test/mln_core_internal_morpher_lvalue.cc, * tests/unit_test/mln_border_thickness.cc, * tests/unit_test/mln_logical_not.cc, * tests/unit_test/mln_core_concept_doc_value_set.cc, * tests/unit_test/mln_fun_i2v_all.cc, * tests/unit_test/mln_math_essential.cc, * tests/unit_test/mln_util_internal_boost_graph.cc, * tests/unit_test/mln_value_internal_all.cc, * tests/unit_test/mln_fun_p2v_elifs.cc, * tests/unit_test/mln_accu_all.cc, * tests/unit_test/mln_level_fill_with_value.cc, * tests/unit_test/mln_util_internal_boost_graph_property.cc, * tests/unit_test/mln_registration_icp.cc, * tests/unit_test/mln_core_internal_pixel_impl.cc, * tests/unit_test/mln_fun_x2x_translation.cc, * tests/unit_test/mln_morpho_plus.cc, * tests/unit_test/mln_util_internal_graph_iter_base.cc, * tests/unit_test/mln_topo_complex.cc, * tests/unit_test/mln_trait_op_decl.cc, * tests/unit_test/mln_metal_is_not_ref.cc, * tests/unit_test/mln_trait_op_xor.cc, * tests/unit_test/mln_accu_mean.cc, * tests/unit_test/mln_morpho_essential.cc, * tests/unit_test/mln_make_box3d.cc, * tests/unit_test/mln_fun_v2b_threshold.cc, * tests/unit_test/mln_border_find.cc, * tests/unit_test/mln_core_internal_box_impl.cc, * tests/unit_test/mln_histo_all.cc, * tests/unit_test/mln_make_pixel.cc, * tests/unit_test/mln_math_abs.cc, * tests/unit_test/mln_extension_adjust_duplicate.cc, * tests/unit_test/mln_core_concept_dpoint.cc, * tests/unit_test/mln_core_site_set_complex_psite.cc, * tests/unit_test/mln_core_internal_neighb_niter_impl.cc, * tests/unit_test/mln_convert_to_image.cc, * tests/unit_test/mln_literal_all.cc, * tests/unit_test/mln_trait_value_kind.cc, git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3033 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/n_cmpt5.hh: Comment. Add assertions. * jardonnet/n_cmpt/Makefile: Fix rules. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3032 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 11 Dec, 2008 4 commits
-
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/nwst.hh: Wrong shed test. * jardonnet/n_cmpt/n_cmpt5.hh: Beautify. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3031 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/nwst.hh: Update. Mark local minima. * jardonnet/n_cmpt/wst.cc: New. Add wst ref. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3030 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/nwst.hh, * jardonnet/n_cmpt/nwst.cc: Test N-watershed. * jardonnet/n_cmpt/n_cmpt4.cc, * jardonnet/n_cmpt/n_cmpt4.hh: Minor fix. * jardonnet/n_cmpt/Makefile: Add nwst rules. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3029 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* jardonnet/n_cmpt/n_cmpt5.cc: Same as v4. * jardonnet/n_cmpt/n_cmpt5.hh: Same as v4. Use iota image. * jardonnet/n_cmpt/Makefile: Add n_cmpt5 rules. * jardonnet/TODO: Cleanup. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3028 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 10 Dec, 2008 4 commits
-
-
Thierry Geraud authored
* mln/morpho/general.spe.hh (general_dispatch_wrt_win): Fix missing test about lowq. * mln/labeling/flat_zones.hh: Upgrade doc style. * mln/util/set.hh: Likewise. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3027 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* geraud/tufa_2008: New directory. * geraud/tufa_2008/steps.0.cc: New. * geraud/tufa_2008/compute_a.cc: New. * geraud/tufa_2008/steps.1.cc: New. * geraud/tufa_2008/steps.2.cc: New. * geraud/tufa_2008/closing.cc: New. * geraud/tufa_2008/steps.3.cc: New. * geraud/tufa_2008/opening.cc: New. * geraud/tufa_2008/experiment.cc: New. * geraud/tufa_2008/steps.2b.cc: New. * geraud/tufa_2008/filter.cc: New. * geraud/tufa_2008/wst_f_equal_wst_a.cc: New. * geraud/tufa_2008/closed_gradient.cc: New. * geraud/tufa_2008/fz_count.cc: New. * geraud/tufa_2008/regmin_count.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3026 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* sandbox/scribo/demat.hh: use depth first search canvas. * sandbox/scribo/photo.cc, * sandbox/scribo/table.cc: Use a dedicated routine. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3025 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/canvas/browsing/depth_first_search.hh: new canvas. * mln/util/array.hh, * mln/fun/internal/array_base.hh: add new resize() overload. * mln/fun/x2x/rotation.hh: update doc. * tests/fun/x2x/rotation.cc: fix wrong namespace. * milena/tests/unit_test/Makefile.am, * milena/tests/unit_test/mln_canvas_browsing_depth_first_search.cc: add a new unit test. * milena/headers.mk: update distributed headers. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3024 4aad255d-cdde-0310-9447-f3009e2ae8c0
-