- 09 Oct, 2013 1 commit
-
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (rotation<n, C>::rotation(const C&, const algebra::vec<n,C>&)): Provide a default version for the second argument.
-
- 23 Aug, 2013 1 commit
-
-
Roland Levillain authored
* mln/data/stretch.hh, * mln/fun/x2x/rotation.hh, * mln/tag/init.hh, * mln/test/positive.hh, * mln/test/predicate.hh: Here.
-
- 23 Aug, 2012 2 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* mln/algebra/h_mat.hh, * mln/algebra/quat.hh: New from_to_ overloads. * mln/fun/x2x/rotation.hh: Make use of new make::h_mat overload. * mln/make/h_mat.hh: New overload using quaternion as argument. * mln/value/builtin/integers.hh: Add epsilon. * tests/algebra/h_mat.cc, * tests/make/h_mat.cc: Improve tests.
-
- 22 Nov, 2011 1 commit
-
-
Guillaume Lazzara authored
* mln/border/duplicate.hh, * mln/border/mirror.hh, * mln/canvas/browsing/internal/graph_first_search.hh, * mln/convert/impl/from_float_to_value.hh, * mln/convert/to_qimage.hh, * mln/core/image/complex_window_piter.hh, * mln/extension/fill.hh, * mln/fun/spe/binary.hh, * mln/fun/spe/unary.hh, * mln/fun/x2x/rotation.hh, * mln/io/fld/max_components.hh, * mln/labeling/flat_zones.hh, * mln/labeling/value.hh, * mln/morpho/reconstruction/by_dilation/union_find.hh, * mln/opt/element.hh, * mln/registration/get_rot.hh, * mln/subsampling/antialiased.hh, * mln/subsampling/gaussian_subsampling.hh, * mln/topo/skeleton/is_simple_point.hh, * mln/transform/influence_zone_geodesic.hh, * mln/util/object_id.hh, * mln/value/lut_vec.hh, * mln/world/binary_2d/enlarge.hh: Avoid unused variable warnings. * mln/accu/internal/couple.hh, * mln/convert/from_to.hxx, * mln/core/faces_psite.hh, * mln/core/image/ch_piter.hh, * mln/core/image/dmorph/extended.hh, * mln/core/image/dmorph/extension_fun.hh, * mln/core/image/dmorph/extension_ima.hh, * mln/core/image/dmorph/extension_val.hh, * mln/core/image/dmorph/hexa.hh, * mln/core/image/dmorph/sub_image_if.hh, * mln/core/image/dmorph/transformed_image.hh, * mln/core/image/flat_image.hh, * mln/core/image/graph_elt_mixed_window.hh, * mln/core/image/graph_elt_window.hh, * mln/core/image/graph_elt_window_if.hh, * mln/core/image/graph_window_piter.hh, * mln/core/image/image2d.hh, * mln/core/image/imorph/labeled_image.hh, * mln/core/image/imorph/plain.hh, * mln/core/image/imorph/safe.hh, * mln/core/image/vmorph/cast_image.hh, * mln/core/image/vmorph/fun_image.hh, * mln/core/image/vmorph/thru_image.hh, * mln/core/image/vmorph/thrubin_image.hh, * mln/core/image/vmorph/violent_cast_image.hh, * mln/core/internal/is_masked_impl_selector.hh, * mln/core/internal/pixel_impl.hh, * mln/core/routine/init.hxx, * mln/core/site_set/attic/p_faces_piter.hh, * mln/core/site_set/p_faces.hh, * mln/core/site_set/p_if.hh, * mln/core/site_set/p_transformed.hh, * mln/debug/println.spe.hh, * mln/io/pbm/save.hh, * mln/io/pgm/save.hh, * mln/morpho/attribute/height.hh, * mln/morpho/attribute/sharpness.hh, * mln/morpho/attribute/volume.hh, * mln/morpho/tree/data.hh, * mln/topo/center_only_iter.hh, * mln/topo/face.hh, * mln/topo/face_data.hh, * mln/trait/image_from_grid.hh, * mln/trait/images.hh, * mln/value/float01.hh, * mln/value/float01_f.hh, * mln/value/graylevel.hh, * mln/value/graylevel_f.hh, * mln/value/internal/gray_.hh, * mln/value/internal/gray_f.hh: Make forward declarations consistent with declarations. * mln/core/concept/box.hh, * mln/core/dpoints_pixter.hh, * mln/core/image/graph_window_if_piter.hh: Add explicit 'this'. * mln/data/fill.hh: Make sure declarations are made before use. * mln/geom/chamfer.hh, * mln/morpho/tree/compute_attribute_image.hh: Do not set default argument values in declaration. * mln/accu/line.hh: Use def::coord. * mln/algebra/vec.hh, * mln/convert/from_to.hxx, * mln/core/image/dmorph/sub_image.hh, * mln/core/internal/site_set_iterator_base.hh, * mln/core/site_set/box.hh, * mln/core/site_set/p_array.hh, * mln/core/site_set/p_edges.hh, * mln/core/site_set/p_vertices.hh: Make forward declaration consistent with declaration. * mln/value/builtin/carrays.hh: Explicitly convert to char *. * mln/convert/impl/from_double_to_value.hh, * mln/convert/impl/from_int_to_value.hh, * mln/core/point.hh, * mln/opt/element.hh: Avoid unused variable warning. * mln/convert/impl/from_image_to_site_set.hh: Remove useless local variable.
-
- 22 Oct, 2010 3 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<n,C>&)): Use std::abort instead of a precondition to stop the execution, since preconditions can be skipped by defining NDEBUG.
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<3,C>&)): Fix the definition of the (2,1) coefficient.
-
- 25 May, 2010 1 commit
-
-
Guillaume Lazzara authored
* milena/mln/core/image/imorph/interpolated.hh: Make the vector type more generic. * milena/mln/core/point.hh: Provide specific conversion operators for float and double. * milena/mln/fun/internal/x2x_linear_impl.hh: Allow to set the matrix value type. * milena/mln/fun/x2x/composed.hh, * milena/mln/fun/x2x/rotation.hh, * milena/mln/fun/x2x/translation.hh: Introduce data_t typedef passed to x2x_linear_impl.
-
- 09 Jun, 2009 2 commits
-
-
Guillaume Lazzara authored
* mln/accu/all.hh, * mln/accu/bbox.hh, * mln/accu/center.hh, * mln/accu/compute.hh, * mln/accu/convolve.hh, * mln/accu/count.hh, * mln/accu/count_adjacent_vertices.hh, * mln/accu/count_labels.hh, * mln/accu/essential.hh, * mln/accu/height.hh, * mln/accu/histo.hh, * mln/accu/image/all.hh, * mln/accu/image/essential.hh, * mln/accu/image/init.hh, * mln/accu/image/set_value.hh, * mln/accu/image/take.hh, * mln/accu/image/take_as_init.hh, * mln/accu/image/take_n_times.hh, * mln/accu/image/to_result.hh, * mln/accu/image/untake.hh, * mln/accu/inf.hh, * mln/accu/internal/base.hh, * mln/accu/internal/couple.hh, * mln/accu/label_used.hh, * mln/accu/line.hh, * mln/accu/logic/all.hh, * mln/accu/logic/land.hh, * mln/accu/logic/land_basic.hh, * mln/accu/logic/lor.hh, * mln/accu/logic/lor_basic.hh, * mln/accu/maj_h.hh, * mln/accu/max_site.hh, * mln/accu/median_alt.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/rms.hh, * mln/accu/site_set/all.hh, * mln/accu/site_set/essential.hh, * mln/accu/site_set/rectangularity.hh, * mln/accu/stat/all.hh, * mln/accu/stat/deviation.hh, * mln/accu/stat/essential.hh, * mln/accu/stat/max.hh, * mln/accu/stat/max_h.hh, * mln/accu/stat/mean.hh, * mln/accu/stat/median_h.hh, * mln/accu/stat/min.hh, * mln/accu/stat/min_h.hh, * mln/accu/stat/min_max.hh, * mln/accu/stat/var.hh, * mln/accu/stat/variance.hh, * mln/accu/sum.hh, * mln/accu/sup.hh, * mln/accu/take.hh, * mln/accu/transform.hh, * mln/accu/transform_diagonal.hh, * mln/accu/transform_directional.hh, * mln/accu/transform_line.hh, * mln/accu/transform_snake.hh, * mln/accu/transform_stop.hh, * mln/accu/tuple.hh, * mln/accu/v.hh, * mln/accu/volume.hh, * mln/algebra/all.hh, * mln/algebra/essential.hh, * mln/algebra/h_mat.hh, * mln/algebra/h_vec.hh, * mln/algebra/mat.hh, * mln/algebra/quat.hh, * mln/algebra/vec.hh, * mln/all.hh, * mln/arith/all.hh, * mln/arith/diff_abs.hh, * mln/arith/div.hh, * mln/arith/div.spe.hh, * mln/arith/essential.hh, * mln/arith/includes.hh, * mln/arith/min.hh, * mln/arith/min.spe.hh, * mln/arith/minus.hh, * mln/arith/plus.hh, * mln/arith/revert.hh, * mln/arith/revert.spe.hh, * mln/arith/times.hh, * mln/arith/times.spe.hh, * mln/binarization/all.hh, * mln/binarization/binarization.hh, * mln/binarization/essential.hh, * mln/binarization/includes.hh, * mln/binarization/threshold.hh, * mln/border/adjust.hh, * mln/border/all.hh, * mln/border/duplicate.hh, * mln/border/equalize.hh, * mln/border/essential.hh, * mln/border/fill.hh, * mln/border/find.hh, * mln/border/get.hh, * mln/border/mirror.hh, * mln/border/resize.hh, * mln/border/resize_equal.hh, * mln/border/thickness.hh, * mln/canvas/all.hh, * mln/canvas/browsing/all.hh, * mln/canvas/browsing/backdiagonal2d.hh, * mln/canvas/browsing/breadth_first_search.hh, * mln/canvas/browsing/depth_first_search.hh, * mln/canvas/browsing/diagonal2d.hh, * mln/canvas/browsing/dir_struct_elt_incr_update.hh, * mln/canvas/browsing/directional.hh, * mln/canvas/browsing/essential.hh, * mln/canvas/browsing/fwd.hh, * mln/canvas/browsing/hyper_directional.hh, * mln/canvas/browsing/internal/graph_first_search.hh, * mln/canvas/browsing/snake_fwd.hh, * mln/canvas/browsing/snake_generic.hh, * mln/canvas/browsing/snake_vert.hh, * mln/canvas/chamfer.hh, * mln/canvas/distance_front.hh, * mln/canvas/distance_geodesic.hh, * mln/canvas/essential.hh, * mln/canvas/labeling.hh, * mln/canvas/morpho/all.hh, * mln/canvas/morpho/attribute_filter.hh, * mln/canvas/morpho/essential.hh, * mln/canvas/morpho/internal/find_root.hh, * mln/convert/all.hh, * mln/convert/essential.hh, * mln/convert/from_to.hh, * mln/convert/impl/all.hh, * mln/convert/impl/from_double_to_value.hh, * mln/convert/impl/from_float_to_value.hh, * mln/convert/impl/from_image_to_site_set.hh, * mln/convert/impl/from_int_to_value.hh, * mln/convert/impl/from_site_set_to_image.hh, * mln/convert/impl/from_unsigned_to_value.hh, * mln/convert/impl/from_value_to_value.hh, * mln/convert/to.hh, * mln/convert/to_dpoint.hh, * mln/convert/to_fun.hh, * mln/convert/to_image.hh, * mln/convert/to_p_array.hh, * mln/convert/to_p_set.hh, * mln/convert/to_upper_window.hh, * mln/convert/to_window.hh, * mln/core/a_point_of.hh, * mln/core/alias/all.hh, * mln/core/alias/box1d.hh, * mln/core/alias/box2d.hh, * mln/core/alias/box2d_h.hh, * mln/core/alias/box3d.hh, * mln/core/alias/complex_geometry.hh, * mln/core/alias/complex_image.hh, * mln/core/alias/dpoint1d.hh, * mln/core/alias/dpoint2d.hh, * mln/core/alias/dpoint2d_h.hh, * mln/core/alias/dpoint3d.hh, * mln/core/alias/neighb1d.hh, * mln/core/alias/neighb2d.hh, * mln/core/alias/neighb3d.hh, * mln/core/alias/p_run2d.hh, * mln/core/alias/p_runs2d.hh, * mln/core/alias/point1d.hh, * mln/core/alias/point2d.hh, * mln/core/alias/point2d_h.hh, * mln/core/alias/point3d.hh, * mln/core/alias/vec2d.hh, * mln/core/alias/vec3d.hh, * mln/core/alias/w_window1d_float.hh, * mln/core/alias/w_window1d_int.hh, * mln/core/alias/w_window2d_float.hh, * mln/core/alias/w_window2d_int.hh, * mln/core/alias/w_window3d_float.hh, * mln/core/alias/w_window3d_int.hh, * mln/core/alias/window1d.hh, * mln/core/alias/window2d.hh, * mln/core/alias/window3d.hh, * mln/core/all.hh, * mln/core/box_runstart_piter.hh, * mln/core/category.hh, * mln/core/concept/accumulator.hh, * mln/core/concept/all.hh, * mln/core/concept/box.hh, * mln/core/concept/browsing.hh, * mln/core/concept/delta_point_site.hh, * mln/core/concept/doc/accumulator.hh, * mln/core/concept/doc/box.hh, * mln/core/concept/doc/dpoint.hh, * mln/core/concept/doc/generalized_pixel.hh, * mln/core/concept/doc/image.hh, * mln/core/concept/doc/image_fastest.hh, * mln/core/concept/doc/iterator.hh, * mln/core/concept/doc/neighborhood.hh, * mln/core/concept/doc/object.hh, * mln/core/concept/doc/pixel_iterator.hh, * mln/core/concept/doc/point_iterator.hh, * mln/core/concept/doc/point_site.hh, * mln/core/concept/doc/site_set.hh, * mln/core/concept/doc/value_iterator.hh, * mln/core/concept/doc/value_set.hh, * mln/core/concept/doc/weighted_window.hh, * mln/core/concept/doc/window.hh, * mln/core/concept/dpoint.hh, * mln/core/concept/function.hh, * mln/core/concept/gdpoint.hh, * mln/core/concept/generalized_pixel.hh, * mln/core/concept/gpoint.hh, * mln/core/concept/graph.hh, * mln/core/concept/image.hh, * mln/core/concept/iterator.hh, * mln/core/concept/literal.hh, * mln/core/concept/mesh.hh, * mln/core/concept/meta_accumulator.hh, * mln/core/concept/meta_fun.hh, * mln/core/concept/meta_function.hh, * mln/core/concept/neighborhood.hh, * mln/core/concept/object.hh, * mln/core/concept/pixel_iterator.hh, * mln/core/concept/point.hh, * mln/core/concept/point_site.hh, * mln/core/concept/proxy.hh, * mln/core/concept/pseudo_site.hh, * mln/core/concept/regular_grid.hh, * mln/core/concept/site.hh, * mln/core/concept/site_iterator.hh, * mln/core/concept/site_proxy.hh, * mln/core/concept/site_set.hh, * mln/core/concept/value.hh, * mln/core/concept/value_iterator.hh, * mln/core/concept/value_set.hh, * mln/core/concept/weighted_window.hh, * mln/core/concept/window.hh, * mln/core/contract.hh, * mln/core/def/all.hh, * mln/core/def/coord.hh, * mln/core/def/coordf.hh, * mln/core/def/essential.hh, * mln/core/def/low_quant_nbits.hh, * mln/core/dpoint.hh, * mln/core/dpoints_pixter.hh, * mln/core/dpsites_piter.hh, * mln/core/essential.hh, * mln/core/faces_psite.hh, * mln/core/grids.hh, * mln/core/image/all.hh, * mln/core/image/ch_piter.hh, * mln/core/image/complex_image.hh, * mln/core/image/complex_neighborhood_piter.hh, * mln/core/image/complex_neighborhoods.hh, * mln/core/image/complex_window_piter.hh, * mln/core/image/complex_windows.hh, * mln/core/image/dmorph/all.hh, * mln/core/image/dmorph/extended.hh, * mln/core/image/dmorph/extension_fun.hh, * mln/core/image/dmorph/extension_ima.hh, * mln/core/image/dmorph/extension_val.hh, * mln/core/image/dmorph/hexa.hh, * mln/core/image/dmorph/hexa_piter.hh, * mln/core/image/dmorph/image2d_h.hh, * mln/core/image/dmorph/image_if.hh, * mln/core/image/dmorph/p2p_image.hh, * mln/core/image/dmorph/slice_image.hh, * mln/core/image/dmorph/sub_image.hh, * mln/core/image/dmorph/sub_image_if.hh, * mln/core/image/dmorph/transformed_image.hh, * mln/core/image/dmorph/unproject_image.hh, * mln/core/image/edge_image.hh, * mln/core/image/essential.hh, * mln/core/image/flat_image.hh, * mln/core/image/graph_elt_neighborhood.hh, * mln/core/image/graph_elt_neighborhood_if.hh, * mln/core/image/graph_elt_window.hh, * mln/core/image/graph_elt_window_if.hh, * mln/core/image/graph_window_if_piter.hh, * mln/core/image/graph_window_piter.hh, * mln/core/image/image1d.hh, * mln/core/image/image2d.hh, * mln/core/image/image3d.hh, * mln/core/image/imorph/all.hh, * mln/core/image/imorph/decorated_image.hh, * mln/core/image/imorph/interpolated.hh, * mln/core/image/imorph/labeled_image.hh, * mln/core/image/imorph/lazy_image.hh, * mln/core/image/imorph/plain.hh, * mln/core/image/imorph/safe.hh, * mln/core/image/imorph/tr_image.hh, * mln/core/image/vertex_image.hh, * mln/core/image/vmorph/all.hh, * mln/core/image/vmorph/cast_image.hh, * mln/core/image/vmorph/fun_image.hh, * mln/core/image/vmorph/thru_image.hh, * mln/core/image/vmorph/thrubin_image.hh, * mln/core/image/vmorph/violent_cast_image.hh, * mln/core/internal/box_impl.hh, * mln/core/internal/check/image_all.hh, * mln/core/internal/check/image_fastest.hh, * mln/core/internal/classical_window_base.hh, * mln/core/internal/complex_neighborhood_base.hh, * mln/core/internal/complex_window_p_base.hh, * mln/core/internal/coord_impl.hh, * mln/core/internal/data.hh, * mln/core/internal/exact.hh, * mln/core/internal/exact_gcc_2_95.hh, * mln/core/internal/fixme.hh, * mln/core/internal/force_exact.hh, * mln/core/internal/geom_bbox.hh, * mln/core/internal/graph_psite_base.hh, * mln/core/internal/graph_window_base.hh, * mln/core/internal/image_base.hh, * mln/core/internal/image_domain_morpher.hh, * mln/core/internal/image_identity.hh, * mln/core/internal/image_morpher.hh, * mln/core/internal/image_primary.hh, * mln/core/internal/image_value_morpher.hh, * mln/core/internal/is_masked_impl_selector.hh, * mln/core/internal/morpher_lvalue.hh, * mln/core/internal/neighb_niter_impl.hh, * mln/core/internal/neighborhood_base.hh, * mln/core/internal/p_complex_piter_base.hh, * mln/core/internal/piter_adaptor.hh, * mln/core/internal/piter_identity.hh, * mln/core/internal/pixel_impl.hh, * mln/core/internal/pixel_iterator_base.hh, * mln/core/internal/pseudo_site_base.hh, * mln/core/internal/run_image.hh, * mln/core/internal/set_of.hh, * mln/core/internal/site_iterator_base.hh, * mln/core/internal/site_relative_iterator_base.hh, * mln/core/internal/site_set_base.hh, * mln/core/internal/site_set_impl.hh, * mln/core/internal/site_set_iterator_base.hh, * mln/core/internal/weighted_window_base.hh, * mln/core/internal/window_base.hh, * mln/core/macros.hh, * mln/core/neighb.hh, * mln/core/pixel.hh, * mln/core/pixter1d.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/core/point.hh, * mln/core/routine/all.hh, * mln/core/routine/duplicate.hh, * mln/core/routine/essential.hh, * mln/core/routine/exact.hh, * mln/core/routine/extend.hh, * mln/core/routine/init.hh, * mln/core/routine/initialize.hh, * mln/core/routine/ops.hh, * mln/core/routine/primary.hh, * mln/core/site_set/all.hh, * mln/core/site_set/attic/p_complex_faces_piter.hh, * mln/core/site_set/attic/p_faces_piter.hh, * mln/core/site_set/box.hh, * mln/core/site_set/box_piter.hh, * mln/core/site_set/complex_psite.hh, * mln/core/site_set/essential.hh, * mln/core/site_set/operators.hh, * mln/core/site_set/p_array.hh, * mln/core/site_set/p_centered.hh, * mln/core/site_set/p_complex.hh, * mln/core/site_set/p_complex_piter.hh, * mln/core/site_set/p_double.hh, * mln/core/site_set/p_edges.hh, * mln/core/site_set/p_edges_psite.hh, * mln/core/site_set/p_faces.hh, * mln/core/site_set/p_graph_piter.hh, * mln/core/site_set/p_if.hh, * mln/core/site_set/p_if_piter.hh, * mln/core/site_set/p_image.hh, * mln/core/site_set/p_key.hh, * mln/core/site_set/p_line2d.hh, * mln/core/site_set/p_mutable_array_of.hh, * mln/core/site_set/p_n_faces_piter.hh, * mln/core/site_set/p_priority.hh, * mln/core/site_set/p_queue.hh, * mln/core/site_set/p_queue_fast.hh, * mln/core/site_set/p_run.hh, * mln/core/site_set/p_run_piter.hh, * mln/core/site_set/p_set.hh, * mln/core/site_set/p_set_of.hh, * mln/core/site_set/p_transformed.hh, * mln/core/site_set/p_transformed_piter.hh, * mln/core/site_set/p_vaccess.hh, * mln/core/site_set/p_vertices.hh, * mln/core/site_set/p_vertices_psite.hh, * mln/core/tags.hh, * mln/core/trait/all.hh, * mln/core/trait/essential.hh, * mln/core/trait/op_mult.hh, * mln/core/trait/pixter.hh, * mln/core/trait/qlf_value.hh, * mln/core/var.hh, * mln/core/w_window.hh, * mln/core/window.hh, * mln/data/abs.hh, * mln/data/all.hh, * mln/data/apply.hh, * mln/data/apply.spe.hh, * mln/data/approx/all.hh, * mln/data/approx/essential.hh, * mln/data/approx/median.hh, * mln/data/compare.hh, * mln/data/compute.hh, * mln/data/convert.hh, * mln/data/essential.hh, * mln/data/fast_median.hh, * mln/data/fill.hh, * mln/data/fill_with_image.hh, * mln/data/fill_with_image.spe.hh, * mln/data/fill_with_value.hh, * mln/data/fill_with_value.spe.hh, * mln/data/median.hh, * mln/data/memcpy_.hh, * mln/data/memset_.hh, * mln/data/naive/all.hh, * mln/data/naive/essential.hh, * mln/data/naive/median.hh, * mln/data/paste.hh, * mln/data/paste.spe.hh, * mln/data/paste_without_localization.hh, * mln/data/replace.hh, * mln/data/saturate.hh, * mln/data/sort_offsets.hh, * mln/data/sort_psites.hh, * mln/data/stretch.hh, * mln/data/to_enc.hh, * mln/data/transform.hh, * mln/data/transform.spe.hh, * mln/data/transform_inplace.hh, * mln/data/update.hh, * mln/data/was.median.hh, * mln/debug/all.hh, * mln/debug/draw_graph.hh, * mln/debug/essential.hh, * mln/debug/filename.hh, * mln/debug/format.hh, * mln/debug/histo.hh, * mln/debug/iota.hh, * mln/debug/iota.spe.hh, * mln/debug/println.hh, * mln/debug/println.spe.hh, * mln/debug/println_with_border.hh, * mln/debug/println_with_border.spe.hh, * mln/debug/put_word.hh, * mln/debug/quiet.hh, * mln/debug/slices_2d.hh, * mln/debug/superpose.hh, * mln/display/all.hh, * mln/display/essential.hh, * mln/draw/all.hh, * mln/draw/box.hh, * mln/draw/essential.hh, * mln/draw/line.hh, * mln/draw/plot.hh, * mln/essential/1d.hh, * mln/essential/2d.hh, * mln/essential/3d.hh, * mln/essential/routine.hh, * mln/estim/all.hh, * mln/estim/essential.hh, * mln/estim/mean.hh, * mln/estim/min_max.hh, * mln/estim/sum.hh, * mln/extension/adjust.hh, * mln/extension/adjust_duplicate.hh, * mln/extension/adjust_fill.hh, * mln/extension/all.hh, * mln/extension/duplicate.hh, * mln/extension/essential.hh, * mln/extension/fill.hh, * mln/extract/all.hh, * mln/extract/blue.hh, * mln/extract/essential.hh, * mln/extract/green.hh, * mln/extract/hue.hh, * mln/extract/lum.hh, * mln/extract/red.hh, * mln/extract/sat.hh, * mln/fun/access/all.hh, * mln/fun/access/mean.hh, * mln/fun/accu_result.hh, * mln/fun/all.hh, * mln/fun/binary.hh, * mln/fun/binary_param.hh, * mln/fun/c.hh, * mln/fun/cast.hh, * mln/fun/component/blue.hh, * mln/fun/component/comp.hh, * mln/fun/component/comp_count.hh, * mln/fun/component/green.hh, * mln/fun/component/ithcomp.hh, * mln/fun/component/red.hh, * mln/fun/component/rgb.hh, * mln/fun/component/scomp.hh, * mln/fun/compose.hh, * mln/fun/composition.hh, * mln/fun/essential.hh, * mln/fun/from_accu.hh, * mln/fun/i2v/all.hh, * mln/fun/i2v/all_to.hh, * mln/fun/i2v/array.hh, * mln/fun/i2v/essential.hh, * mln/fun/i2v/value_at_index.hh, * mln/fun/internal/ch_function_value_impl.hh, * mln/fun/internal/resolve.hh, * mln/fun/internal/selector.hh, * mln/fun/internal/x2x_linear_impl.hh, * mln/fun/math/abs.hh, * mln/fun/math/cos.hh, * mln/fun/math/inf.hh, * mln/fun/math/norm.hh, * mln/fun/math/sup.hh, * mln/fun/meta/all.hh, * mln/fun/meta/blue.hh, * mln/fun/meta/essential.hh, * mln/fun/meta/first.hh, * mln/fun/meta/green.hh, * mln/fun/meta/hue.hh, * mln/fun/meta/inty.hh, * mln/fun/meta/lum.hh, * mln/fun/meta/red.hh, * mln/fun/meta/sat.hh, * mln/fun/meta/second.hh, * mln/fun/meta/to_enc.hh, * mln/fun/ops.hh, * mln/fun/p2b/all.hh, * mln/fun/p2b/antilogy.hh, * mln/fun/p2b/big_chess.hh, * mln/fun/p2b/chess.hh, * mln/fun/p2b/essential.hh, * mln/fun/p2b/has.hh, * mln/fun/p2b/tautology.hh, * mln/fun/p2p/all.hh, * mln/fun/p2p/fold.hh, * mln/fun/p2p/mirror.hh, * mln/fun/p2p/translation.hh, * mln/fun/p2v/all.hh, * mln/fun/p2v/elifs.hh, * mln/fun/p2v/essential.hh, * mln/fun/p2v/iota.hh, * mln/fun/p2v/ternary.hh, * mln/fun/param.hh, * mln/fun/point/col.hh, * mln/fun/point/row.hh, * mln/fun/point/sli.hh, * mln/fun/spe/binary.hh, * mln/fun/spe/unary.hh, * mln/fun/stat/all.hh, * mln/fun/stat/mahalanobis.hh, * mln/fun/unary.hh, * mln/fun/unary_param.hh, * mln/fun/v2b/all.hh, * mln/fun/v2b/essential.hh, * mln/fun/v2b/lnot.hh, * mln/fun/v2b/threshold.hh, * mln/fun/v2i/all.hh, * mln/fun/v2i/index_of_value.hh, * mln/fun/v2v/abs.hh, * mln/fun/v2v/all.hh, * mln/fun/v2v/cast.hh, * mln/fun/v2v/ch_function_value.hh, * mln/fun/v2v/component.hh, * mln/fun/v2v/convert.hh, * mln/fun/v2v/dec.hh, * mln/fun/v2v/enc.hh, * mln/fun/v2v/essential.hh, * mln/fun/v2v/hsi_to_rgb.hh, * mln/fun/v2v/hsl_to_rgb.hh, * mln/fun/v2v/id.hh, * mln/fun/v2v/inc.hh, * mln/fun/v2v/linear.hh, * mln/fun/v2v/norm.hh, * mln/fun/v2v/projection.hh, * mln/fun/v2v/rgb_to_hsi.hh, * mln/fun/v2v/rgb_to_hsl.hh, * mln/fun/v2v/saturate.hh, * mln/fun/v2v/wrap.hh, * mln/fun/v2w2v/all.hh, * mln/fun/v2w2v/cos.hh, * mln/fun/v2w_w2v/all.hh, * mln/fun/v2w_w2v/norm.hh, * mln/fun/vv2b/all.hh, * mln/fun/vv2b/eq.hh, * mln/fun/vv2b/ge.hh, * mln/fun/vv2b/gt.hh, * mln/fun/vv2b/implies.hh, * mln/fun/vv2b/le.hh, * mln/fun/vv2b/lt.hh, * mln/fun/vv2v/all.hh, * mln/fun/vv2v/diff_abs.hh, * mln/fun/vv2v/essential.hh, * mln/fun/vv2v/land.hh, * mln/fun/vv2v/land_not.hh, * mln/fun/vv2v/lor.hh, * mln/fun/vv2v/lxor.hh, * mln/fun/vv2v/macros.hh, * mln/fun/vv2v/max.hh, * mln/fun/vv2v/min.hh, * mln/fun/vv2v/vec.hh, * mln/fun/x2p/all.hh, * mln/fun/x2p/closest_point.hh, * mln/fun/x2p/essential.hh, * mln/fun/x2v/all.hh, * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/essential.hh, * mln/fun/x2v/l1_norm.hh, * mln/fun/x2v/linear.hh, * mln/fun/x2v/nneighbor.hh, * mln/fun/x2v/trilinear.hh, * mln/fun/x2x/all.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/essential.hh, * mln/fun/x2x/rotation.hh, * mln/fun/x2x/translation.hh, * mln/geom/all.hh, * mln/geom/bbox.hh, * mln/geom/chamfer.hh, * mln/geom/complex_geometry.hh, * mln/geom/delta.hh, * mln/geom/essential.hh, * mln/geom/max_col.hh, * mln/geom/max_ind.hh, * mln/geom/max_row.hh, * mln/geom/max_sli.hh, * mln/geom/min_col.hh, * mln/geom/min_ind.hh, * mln/geom/min_row.hh, * mln/geom/min_sli.hh, * mln/geom/ncols.hh, * mln/geom/ninds.hh, * mln/geom/nrows.hh, * mln/geom/nsites.hh, * mln/geom/nslis.hh, * mln/geom/pmin_pmax.hh, * mln/geom/seeds2tiling.hh, * mln/geom/seeds2tiling_roundness.hh, * mln/geom/size1d.hh, * mln/geom/size2d.hh, * mln/geom/size3d.hh, * mln/graph/all.hh, * mln/graph/attribute/card.hh, * mln/graph/attribute/representative.hh, * mln/graph/compute.hh, * mln/graph/essential.hh, * mln/graph/labeling.hh, * mln/graph/to_neighb.hh, * mln/graph/to_win.hh, * mln/histo/all.hh, * mln/histo/array.hh, * mln/histo/compute.hh, * mln/histo/compute.spe.hh, * mln/histo/essential.hh, * mln/histo/point_from_value.hh, * mln/io/abort.hh, * mln/io/all.hh, * mln/io/cloud/all.hh, * mln/io/cloud/load.hh, * mln/io/cloud/save.hh, * mln/io/dicom/all.hh, * mln/io/dicom/load.hh, * mln/io/dump/all.hh, * mln/io/dump/load.hh, * mln/io/dump/save.hh, * mln/io/essential.hh, * mln/io/fits/all.hh, * mln/io/fits/load.hh, * mln/io/magick/all.hh, * mln/io/magick/load.hh, * mln/io/magick/save.hh, * mln/io/off/all.hh, * mln/io/off/load.hh, * mln/io/off/save.hh, * mln/io/pbm/all.hh, * mln/io/pbm/load.hh, * mln/io/pbm/save.hh, * mln/io/pbms/all.hh, * mln/io/pbms/load.hh, * mln/io/pfm/all.hh, * mln/io/pfm/load.hh, * mln/io/pfm/save.hh, * mln/io/pgm/all.hh, * mln/io/pgm/load.hh, * mln/io/pgm/save.hh, * mln/io/pgms/all.hh, * mln/io/pgms/load.hh, * mln/io/plot/all.hh, * mln/io/plot/load.hh, * mln/io/plot/save.hh, * mln/io/pnm/all.hh, * mln/io/pnm/load.hh, * mln/io/pnm/load_header.hh, * mln/io/pnm/macros.hh, * mln/io/pnm/max_component.hh, * mln/io/pnm/save.hh, * mln/io/pnm/save_header.hh, * mln/io/pnms/all.hh, * mln/io/pnms/load.hh, * mln/io/ppm/all.hh, * mln/io/ppm/load.hh, * mln/io/ppm/save.hh, * mln/io/ppms/all.hh, * mln/io/ppms/load.hh, * mln/io/tiff/all.hh, * mln/io/tiff/load.hh, * mln/io/txt/all.hh, * mln/io/txt/save.hh, * mln/labeling/all.hh, * mln/labeling/background.hh, * mln/labeling/blobs.hh, * mln/labeling/colorize.hh, * mln/labeling/compute.hh, * mln/labeling/essential.hh, * mln/labeling/fill_holes.hh, * mln/labeling/flat_zones.hh, * mln/labeling/foreground.hh, * mln/labeling/mean_values.hh, * mln/labeling/n_max.hh, * mln/labeling/pack.hh, * mln/labeling/regional_maxima.hh, * mln/labeling/regional_minima.hh, * mln/labeling/relabel.hh, * mln/labeling/value.hh, * mln/labeling/value.spe.hh, * mln/labeling/wrap.hh, * mln/linear/all.hh, * mln/linear/ch_convolve.hh, * mln/linear/convolve.hh, * mln/linear/convolve_2x1d.hh, * mln/linear/convolve_directional.hh, * mln/linear/essential.hh, * mln/linear/gaussian.hh, * mln/linear/gaussian/filter.hh, * mln/linear/gaussian/impl.hh, * mln/linear/gaussian/internal/coefficients.hh, * mln/linear/gaussian_1d.hh, * mln/linear/gaussian_directional_2d.hh, * mln/linear/lap.hh, * mln/linear/local/convolve.hh, * mln/linear/log.hh, * mln/linear/sobel_2d.hh, * mln/literal/all.hh, * mln/literal/black.hh, * mln/literal/colors.hh, * mln/literal/essential.hh, * mln/literal/grays.hh, * mln/literal/identity.hh, * mln/literal/max.hh, * mln/literal/min.hh, * mln/literal/one.hh, * mln/literal/ops.hh, * mln/literal/origin.hh, * mln/literal/white.hh, * mln/literal/zero.hh, * mln/logical/all.hh, * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/essential.hh, * mln/logical/includes.hh, * mln/logical/not.hh, * mln/logical/not.spe.hh, * mln/logical/or.hh, * mln/logical/xor.hh, * mln/make/all.hh, * mln/make/attachment.hh, * mln/make/box1d.hh, * mln/make/box2d.hh, * mln/make/box2d_h.hh, * mln/make/box3d.hh, * mln/make/cell.hh, * mln/make/detachment.hh, * mln/make/double_neighb2d.hh, * mln/make/dpoint2d_h.hh, * mln/make/dual_neighb.hh, * mln/make/dummy_p_edges.hh, * mln/make/dummy_p_vertices.hh, * mln/make/edge_image.hh, * mln/make/essential.hh, * mln/make/h_mat.hh, * mln/make/image.hh, * mln/make/image2d.hh, * mln/make/image3d.hh, * mln/make/influence_zone_adjacency_graph.hh, * mln/make/mat.hh, * mln/make/p_edges_with_mass_centers.hh, * mln/make/p_vertices_with_mass_centers.hh, * mln/make/pix.hh, * mln/make/pixel.hh, * mln/make/point2d_h.hh, * mln/make/rag_and_labeled_wsl.hh, * mln/make/region_adjacency_graph.hh, * mln/make/relabelfun.hh, * mln/make/vec.hh, * mln/make/vertex_image.hh, * mln/make/voronoi.hh, * mln/make/w_window.hh, * mln/make/w_window1d.hh, * mln/make/w_window1d_int.hh, * mln/make/w_window2d.hh, * mln/make/w_window2d_int.hh, * mln/make/w_window3d.hh, * mln/make/w_window3d_int.hh, * mln/make/w_window_directional.hh, * mln/make/win_chamfer.hh, * mln/math/abs.hh, * mln/math/acos.hh, * mln/math/all.hh, * mln/math/cos.hh, * mln/math/diff_abs.hh, * mln/math/essential.hh, * mln/math/jacobi.hh, * mln/math/max.hh, * mln/math/min.hh, * mln/math/pi.hh, * mln/math/round.hh, * mln/math/round_sat.hh, * mln/math/sign.hh, * mln/math/sin.hh, * mln/math/sqr.hh, * mln/math/sqrt.hh, * mln/metal/abort.hh, * mln/metal/all.hh, * mln/metal/ands.hh, * mln/metal/array.hh, * mln/metal/array1d.hh, * mln/metal/array2d.hh, * mln/metal/array3d.hh, * mln/metal/bexpr.hh, * mln/metal/bool.hh, * mln/metal/const.hh, * mln/metal/converts_to.hh, * mln/metal/equal.hh, * mln/metal/essential.hh, * mln/metal/fix_return.hh, * mln/metal/goes_to.hh, * mln/metal/if.hh, * mln/metal/int.hh, * mln/metal/is.hh, * mln/metal/is_a.hh, * mln/metal/is_const.hh, * mln/metal/is_not.hh, * mln/metal/is_not_a.hh, * mln/metal/is_not_const.hh, * mln/metal/is_not_ref.hh, * mln/metal/is_ref.hh, * mln/metal/is_unqualif.hh, * mln/metal/mat.hh, * mln/metal/math/all.hh, * mln/metal/math/max.hh, * mln/metal/math/pow.hh, * mln/metal/math/root.hh, * mln/metal/math/sqrt.hh, * mln/metal/none.hh, * mln/metal/not_equal.hh, * mln/metal/ref.hh, * mln/metal/ret.hh, * mln/metal/same_coord.hh, * mln/metal/same_point.hh, * mln/metal/templated_by.hh, * mln/metal/unconst.hh, * mln/metal/unptr.hh, * mln/metal/unqualif.hh, * mln/metal/unref.hh, * mln/metal/vec.hh, * mln/morpho/Rd.hh, * mln/morpho/algebraic_filter.hh, * mln/morpho/all.hh, * mln/morpho/approx/all.hh, * mln/morpho/approx/dilation.hh, * mln/morpho/approx/erosion.hh, * mln/morpho/attribute/all.hh, * mln/morpho/attribute/card.hh, * mln/morpho/attribute/count_adjacent_vertices.hh, * mln/morpho/attribute/height.hh, * mln/morpho/attribute/sharpness.hh, * mln/morpho/attribute/sum.hh, * mln/morpho/attribute/volume.hh, * mln/morpho/closing/algebraic.hh, * mln/morpho/closing/all.hh, * mln/morpho/closing/approx/all.hh, * mln/morpho/closing/approx/structural.hh, * mln/morpho/closing/area.hh, * mln/morpho/closing/area_on_vertices.hh, * mln/morpho/closing/essential.hh, * mln/morpho/closing/height.hh, * mln/morpho/closing/leveling.hh, * mln/morpho/closing/structural.hh, * mln/morpho/closing/sum.hh, * mln/morpho/closing/volume.hh, * mln/morpho/complementation.hh, * mln/morpho/contrast.hh, * mln/morpho/dilation.hh, * mln/morpho/elementary/all.hh, * mln/morpho/elementary/closing.hh, * mln/morpho/elementary/dilation.hh, * mln/morpho/elementary/erosion.hh, * mln/morpho/elementary/essential.hh, * mln/morpho/elementary/gradient.hh, * mln/morpho/elementary/gradient_external.hh, * mln/morpho/elementary/gradient_internal.hh, * mln/morpho/elementary/laplacian.hh, * mln/morpho/elementary/like_ero_fun.hh, * mln/morpho/elementary/like_ero_set.hh, * mln/morpho/elementary/opening.hh, * mln/morpho/elementary/top_hat.hh, * mln/morpho/erosion.hh, * mln/morpho/essential.hh, * mln/morpho/general.hh, * mln/morpho/general.spe.hh, * mln/morpho/gradient.hh, * mln/morpho/hit_or_miss.hh, * mln/morpho/includes.hh, * mln/morpho/internal/elementary.hh, * mln/morpho/laplacian.hh, * mln/morpho/leveling_filter.hh, * mln/morpho/line_gradient.hh, * mln/morpho/meyer_wst.hh, * mln/morpho/min.hh, * mln/morpho/minus.hh, * mln/morpho/opening/algebraic.hh, * mln/morpho/opening/all.hh, * mln/morpho/opening/approx/all.hh, * mln/morpho/opening/approx/structural.hh, * mln/morpho/opening/area.hh, * mln/morpho/opening/area_on_vertices.hh, * mln/morpho/opening/essential.hh, * mln/morpho/opening/height.hh, * mln/morpho/opening/leveling.hh, * mln/morpho/opening/structural.hh, * mln/morpho/opening/volume.hh, * mln/morpho/plus.hh, * mln/morpho/rank_filter.hh, * mln/morpho/reconstruction/all.hh, * mln/morpho/reconstruction/by_dilation/all.hh, * mln/morpho/reconstruction/by_dilation/union_find.hh, * mln/morpho/reconstruction/by_erosion/all.hh, * mln/morpho/reconstruction/by_erosion/union_find.hh, * mln/morpho/skeleton_constrained.hh, * mln/morpho/thick_miss.hh, * mln/morpho/thickening.hh, * mln/morpho/thin_fit.hh, * mln/morpho/thinning.hh, * mln/morpho/top_hat.hh, * mln/morpho/tree/all.hh, * mln/morpho/tree/compute_attribute_image.hh, * mln/morpho/tree/compute_parent.hh, * mln/morpho/tree/data.hh, * mln/morpho/tree/filter/all.hh, * mln/morpho/tree/filter/direct.hh, * mln/morpho/tree/filter/filter.hh, * mln/morpho/tree/filter/max.hh, * mln/morpho/tree/filter/min.hh, * mln/morpho/tree/filter/subtractive.hh, * mln/morpho/tree/max.hh, * mln/morpho/tree/propagate_if.hh, * mln/morpho/tree/propagate_node.hh, * mln/morpho/tree/propagate_representative.hh, * mln/morpho/tree/utils.hh, * mln/morpho/watershed/all.hh, * mln/morpho/watershed/flooding.hh, * mln/morpho/watershed/superpose.hh, * mln/norm/all.hh, * mln/norm/essential.hh, * mln/norm/l1.hh, * mln/norm/l2.hh, * mln/norm/linfty.hh, * mln/opt/all.hh, * mln/opt/at.hh, * mln/opt/element.hh, * mln/opt/essential.hh, * mln/opt/value.hh, * mln/pw/all.hh, * mln/pw/cst.hh, * mln/pw/essential.hh, * mln/pw/image.hh, * mln/pw/internal/image_base.hh, * mln/pw/value.hh, * mln/pw/var.hh, * mln/registration/all.hh, * mln/registration/essential.hh, * mln/registration/get_rot.hh, * mln/registration/get_rtransf.hh, * mln/registration/icp.hh, * mln/registration/internal/rms.hh, * mln/registration/registration.hh, * mln/set/all.hh, * mln/set/card.hh, * mln/set/compute.hh, * mln/set/compute_with_weights.hh, * mln/set/diff.hh, * mln/set/essential.hh, * mln/set/get.hh, * mln/set/has.hh, * mln/set/inter.hh, * mln/set/sym_diff.hh, * mln/set/uni.hh, * mln/set/unique.hh, * mln/subsampling/all.hh, * mln/subsampling/essential.hh, * mln/subsampling/gaussian_subsampling.hh, * mln/subsampling/subsampling.hh, * mln/tag/all.hh, * mln/tag/essential.hh, * mln/tag/init.hh, * mln/tag/skeleton.hh, * mln/test/all.hh, * mln/test/essential.hh, * mln/test/positive.hh, * mln/test/predicate.hh, * mln/topo/adj_higher_dim_connected_n_face_iter.hh, * mln/topo/adj_higher_face_iter.hh, * mln/topo/adj_lower_dim_connected_n_face_iter.hh, * mln/topo/adj_lower_face_iter.hh, * mln/topo/adj_lower_higher_face_iter.hh, * mln/topo/adj_m_face_iter.hh, * mln/topo/algebraic_face.hh, * mln/topo/algebraic_n_face.hh, * mln/topo/all.hh, * mln/topo/attic/faces_iter.hh, * mln/topo/center_only_iter.hh, * mln/topo/centered_iter_adapter.hh, * mln/topo/complex.hh, * mln/topo/complex_iterators.hh, * mln/topo/detach.hh, * mln/topo/essential.hh, * mln/topo/face.hh, * mln/topo/face_data.hh, * mln/topo/face_iter.hh, * mln/topo/internal/complex_iterator_base.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/is_facet.hh, * mln/topo/is_n_face.hh, * mln/topo/is_simple_2d.hh, * mln/topo/is_simple_cell.hh, * mln/topo/n_face.hh, * mln/topo/n_face_iter.hh, * mln/topo/n_faces_set.hh, * mln/topo/skeleton/breadth_first_thinning.hh, * mln/topo/skeleton/crest.hh, * mln/topo/skeleton/is_simple_point.hh, * mln/topo/static_n_face_iter.hh, * mln/trace/all.hh, * mln/trace/entering.hh, * mln/trace/essential.hh, * mln/trace/exiting.hh, * mln/trace/quiet.hh, * mln/trace/resume.hh, * mln/trace/stop.hh, * mln/trace/warning.hh, * mln/trait/accumulator/print.hh, * mln/trait/accumulator/props.hh, * mln/trait/accumulators.hh, * mln/trait/all.hh, * mln/trait/ch_function_value.hh, * mln/trait/ch_value.hh, * mln/trait/concrete.hh, * mln/trait/essential.hh, * mln/trait/functions.hh, * mln/trait/image/print.hh, * mln/trait/image/props.hh, * mln/trait/image_from_grid.hh, * mln/trait/images.hh, * mln/trait/neighborhood.hh, * mln/trait/next/solve.hh, * mln/trait/next/solve_binary.hh, * mln/trait/next/solve_proxy.hh, * mln/trait/next/solve_unary.hh, * mln/trait/op/all.hh, * mln/trait/op/and.hh, * mln/trait/op/decl.hh, * mln/trait/op/div.hh, * mln/trait/op/eq.hh, * mln/trait/op/essential.hh, * mln/trait/op/geq.hh, * mln/trait/op/greater.hh, * mln/trait/op/leq.hh, * mln/trait/op/less.hh, * mln/trait/op/lor.hh, * mln/trait/op/minus.hh, * mln/trait/op/mod.hh, * mln/trait/op/neq.hh, * mln/trait/op/not.hh, * mln/trait/op/or.hh, * mln/trait/op/ord.hh, * mln/trait/op/plus.hh, * mln/trait/op/postdec.hh, * mln/trait/op/postinc.hh, * mln/trait/op/predec.hh, * mln/trait/op/preinc.hh, * mln/trait/op/times.hh, * mln/trait/op/uminus.hh, * mln/trait/op/uplus.hh, * mln/trait/op/xor.hh, * mln/trait/promote.hh, * mln/trait/site_set/print.hh, * mln/trait/site_set/props.hh, * mln/trait/site_sets.hh, * mln/trait/solve.hh, * mln/trait/solve_binary.hh, * mln/trait/solve_unary.hh, * mln/trait/undef.hh, * mln/trait/value/all.hh, * mln/trait/value/comp.hh, * mln/trait/value/essential.hh, * mln/trait/value/internal/all.hh, * mln/trait/value/internal/comp.hh, * mln/trait/value/kind.hh, * mln/trait/value/nature.hh, * mln/trait/value/print.hh, * mln/trait/value/quant.hh, * mln/trait/value_.hh, * mln/trait/window/print.hh, * mln/trait/window/props.hh, * mln/trait/windows.hh, * mln/transform/all.hh, * mln/transform/distance_and_closest_point_geodesic.hh, * mln/transform/distance_and_influence_zone_geodesic.hh, * mln/transform/distance_front.hh, * mln/transform/distance_geodesic.hh, * mln/transform/essential.hh, * mln/transform/hough.hh, * mln/transform/influence_zone_front.hh, * mln/transform/influence_zone_geodesic.hh, * mln/transform/internal/all.hh, * mln/transform/internal/closest_point_functor.hh, * mln/transform/internal/distance_functor.hh, * mln/transform/internal/influence_zone_functor.hh, * mln/transformation/all.hh, * mln/transformation/essential.hh, * mln/transformation/rotate.hh, * mln/util/adjacency_matrix.hh, * mln/util/all.hh, * mln/util/array.hh, * mln/util/branch_iter.hh, * mln/util/branch_iter_ind.hh, * mln/util/couple.hh, * mln/util/dindex.hh, * mln/util/eat.hh, * mln/util/edge.hh, * mln/util/essential.hh, * mln/util/fibonacci_heap.hh, * mln/util/graph.hh, * mln/util/graph_ids.hh, * mln/util/greater_point.hh, * mln/util/greater_psite.hh, * mln/util/ignore.hh, * mln/util/index.hh, * mln/util/internal/edge_impl.hh, * mln/util/internal/graph_base.hh, * mln/util/internal/graph_iter.hh, * mln/util/internal/graph_iter_base.hh, * mln/util/internal/graph_nbh_iter.hh, * mln/util/internal/graph_nbh_iter_base.hh, * mln/util/internal/id2element.hh, * mln/util/internal/vertex_impl.hh, * mln/util/lazy_set.hh, * mln/util/lemmings.hh, * mln/util/line_graph.hh, * mln/util/max.hh, * mln/util/multi_site.hh, * mln/util/nil.hh, * mln/util/object_id.hh, * mln/util/ord.hh, * mln/util/ord_pair.hh, * mln/util/pix.hh, * mln/util/set.hh, * mln/util/site_pair.hh, * mln/util/soft_heap.hh, * mln/util/timer.hh, * mln/util/tracked_ptr.hh, * mln/util/tree.hh, * mln/util/tree_fast.hh, * mln/util/tree_fast_to_image.hh, * mln/util/tree_to_fast.hh, * mln/util/tree_to_image.hh, * mln/util/vertex.hh, * mln/util/yes.hh, * mln/value/aliases.hh, * mln/value/all.hh, * mln/value/builtin/all.hh, * mln/value/builtin/carrays.hh, * mln/value/builtin/essential.hh, * mln/value/builtin/floatings.hh, * mln/value/builtin/integers.hh, * mln/value/builtin/ops.hh, * mln/value/builtin/promotions.hh, * mln/value/builtin/symbolics.hh, * mln/value/cast.hh, * mln/value/concept/all.hh, * mln/value/concept/built_in.hh, * mln/value/concept/data.hh, * mln/value/concept/essential.hh, * mln/value/concept/floating.hh, * mln/value/concept/integer.hh, * mln/value/concept/scalar.hh, * mln/value/concept/structured.hh, * mln/value/concept/symbolic.hh, * mln/value/concept/vectorial.hh, * mln/value/equiv.hh, * mln/value/essential.hh, * mln/value/float01.hh, * mln/value/float01_.hh, * mln/value/float01_16.hh, * mln/value/float01_8.hh, * mln/value/float01_f.hh, * mln/value/gl16.hh, * mln/value/gl8.hh, * mln/value/glf.hh, * mln/value/graylevel.hh, * mln/value/graylevel_f.hh, * mln/value/hsi.hh, * mln/value/hsl.hh, * mln/value/int_s.hh, * mln/value/int_s16.hh, * mln/value/int_s32.hh, * mln/value/int_s8.hh, * mln/value/int_u.hh, * mln/value/int_u12.hh, * mln/value/int_u16.hh, * mln/value/int_u32.hh, * mln/value/int_u8.hh, * mln/value/int_u_sat.hh, * mln/value/internal/all.hh, * mln/value/internal/convert.hh, * mln/value/internal/encoding.hh, * mln/value/internal/essential.hh, * mln/value/internal/gray_.hh, * mln/value/internal/gray_f.hh, * mln/value/internal/integer.hh, * mln/value/internal/iterable_set.hh, * mln/value/internal/limits.hh, * mln/value/internal/value_like.hh, * mln/value/interval.hh, * mln/value/label.hh, * mln/value/label_16.hh, * mln/value/label_8.hh, * mln/value/lut_vec.hh, * mln/value/mixin.hh, * mln/value/ops.hh, * mln/value/other.hh, * mln/value/proxy.hh, * mln/value/rgb.hh, * mln/value/rgb16.hh, * mln/value/rgb8.hh, * mln/value/scalar.hh, * mln/value/set.hh, * mln/value/shell.hh, * mln/value/sign.hh, * mln/value/stack.hh, * mln/value/super_value.hh, * mln/value/viter.hh, * mln/win/all.hh, * mln/win/backdiag2d.hh, * mln/win/ball.hh, * mln/win/cube3d.hh, * mln/win/cuboid3d.hh, * mln/win/diag2d.hh, * mln/win/diff.hh, * mln/win/disk2d.hh, * mln/win/essential.hh, * mln/win/hline2d.hh, * mln/win/inter.hh, * mln/win/line.hh, * mln/win/multiple.hh, * mln/win/multiple_size.hh, * mln/win/octagon2d.hh, * mln/win/rectangle2d.hh, * mln/win/segment1d.hh, * mln/win/shift.hh, * mln/win/sphere3d.hh, * mln/win/sym.hh, * mln/win/vline2d.hh, * mln/world/all.hh, * mln/world/binary_2d/all.hh, * mln/world/binary_2d/enlarge.hh, * mln/world/binary_2d/projected_histo.hh, * mln/world/binary_2d/subsample.hh, * mln/world/inter_pixel/all.hh, * mln/world/inter_pixel/compute.hh, * mln/world/inter_pixel/dim2/all.hh, * mln/world/inter_pixel/dim2/is_dot.hh, * mln/world/inter_pixel/dim2/is_edge.hh, * mln/world/inter_pixel/dim2/is_pixel.hh, * mln/world/inter_pixel/dim2/is_row_odd.hh, * mln/world/inter_pixel/dim2/make_edge_image.hh, * mln/world/inter_pixel/display_edge.hh, * mln/world/inter_pixel/full2image.hh, * mln/world/inter_pixel/immerse.hh, * mln/world/inter_pixel/is_pixel.hh, * mln/world/inter_pixel/is_separator.hh, * mln/world/inter_pixel/neighb2d.hh, * mln/world/inter_pixel/separator_to_pixels.hh, * tests/accu/all_accus.cc, * tests/accu/bbox.cc, * tests/accu/compute.cc, * tests/accu/count.cc, * tests/accu/histo.cc, * tests/accu/image/init.cc, * tests/accu/image/set_value.cc, * tests/accu/image/take.cc, * tests/accu/image/take_as_init.cc, * tests/accu/image/take_n_times.cc, * tests/accu/image/to_result.cc, * tests/accu/image/untake.cc, * tests/accu/line.cc, * tests/accu/max_site.cc, * tests/accu/nil.cc, * tests/accu/pair.cc, * tests/accu/rank.cc, * tests/accu/site_set/rectangularity.cc, * tests/accu/stat/max.cc, * tests/accu/stat/max_h.cc, * tests/accu/stat/mean.cc, * tests/accu/stat/median_h.cc, * tests/accu/stat/min.cc, * tests/accu/stat/min_h.cc, * tests/accu/stat/min_max.cc, * tests/accu/stat/var.cc, * tests/accu/transform.cc, * tests/accu/transform_diagonal.cc, * tests/accu/transform_directional.cc, * tests/accu/transform_line.cc, * tests/accu/transform_snake.cc, * tests/accu/tuple.cc, * tests/algebra/h_mat.cc, * tests/algebra/h_vec.cc, * tests/algebra/mat.cc, * tests/algebra/mat2.cc, * tests/algebra/op_times.cc, * tests/algebra/quat.cc, * tests/algebra/vec.cc, * tests/algebra/vec2.cc, * tests/all_headers.cc, * tests/arith/all_headers.cc, * tests/arith/diff_abs.cc, * tests/arith/minus.cc, * tests/arith/minus_full.cc, * tests/arith/plus.cc, * tests/arith/plus_full.cc, * tests/arith/revert.cc, * tests/arith/revert_full.cc, * tests/arith/times.cc, * tests/arith/times_full.cc, * tests/binarization/threshold.cc, * tests/border/adjust.cc, * tests/border/adjust_full.cc, * tests/border/all_headers.cc, * tests/border/duplicate.cc, * tests/border/duplicate_full.cc, * tests/border/equalize.cc, * tests/border/equalize_full.cc, * tests/border/fill.cc, * tests/border/fill_full.cc, * tests/border/find.cc, * tests/border/find_full.cc, * tests/border/get.cc, * tests/border/get_full.cc, * tests/border/mirror.cc, * tests/border/mirror_full.cc, * tests/border/resize.cc, * tests/border/resize_equal.cc, * tests/border/resize_full.cc, * tests/border/resize_image1d_1.cc, * tests/border/resize_image1d_2.cc, * tests/border/resize_image1d_3.cc, * tests/border/resize_image2d_1.cc, * tests/border/resize_image2d_2.cc, * tests/border/resize_image2d_3.cc, * tests/border/resize_image3d_1.cc, * tests/border/resize_image3d_2.cc, * tests/border/resize_image3d_3.cc, * tests/border/resize_image_if.cc, * tests/border/resize_sub_image.cc, * tests/canvas/browsing/backdiagonal2d.cc, * tests/canvas/browsing/breadth_first_search.cc, * tests/canvas/browsing/depth_first_search.cc, * tests/canvas/browsing/diagonal2d.cc, * tests/canvas/browsing/dir_struct_elt_incr_update.cc, * tests/canvas/browsing/fwd.cc, * tests/canvas/browsing/hyper_directional.cc, * tests/canvas/browsing/snake_fwd.cc, * tests/canvas/browsing/snake_generic_2d_hori.cc, * tests/canvas/browsing/snake_generic_2d_vert.cc, * tests/canvas/browsing/snake_generic_3d_hori.cc, * tests/canvas/browsing/snake_generic_3d_vert.cc, * tests/canvas/browsing/snake_vert.cc, * tests/canvas/chamfer.cc, * tests/canvas/morpho/attribute_filter.cc, * tests/convert/impl/from_site_set_to_image.cc, * tests/convert/to_hsl.cc, * tests/convert/to_image.cc, * tests/convert/to_p_array.cc, * tests/convert/to_p_set.cc, * tests/convert/to_rgb.cc, * tests/convert/to_window.cc, * tests/core/alias/box1d.cc, * tests/core/alias/box2d.cc, * tests/core/alias/box3d.cc, * tests/core/alias/dpoint1d.cc, * tests/core/alias/dpoint2d.cc, * tests/core/alias/dpoint3d.cc, * tests/core/alias/point1d.cc, * tests/core/alias/point2d.cc, * tests/core/alias/point3d.cc, * tests/core/alias/w_window1d_int.cc, * tests/core/alias/w_window2d_int.cc, * tests/core/alias/w_window3d_int.cc, * tests/core/alias/window1d.cc, * tests/core/alias/window2d.cc, * tests/core/alias/window3d.cc, * tests/core/image/complex_image.cc, * tests/core/image/dmorph/hexa.cc, * tests/core/image/dmorph/image2d_h.cc, * tests/core/image/dmorph/image_if.cc, * tests/core/image/dmorph/p2p_image.cc, * tests/core/image/dmorph/slice_image.cc, * tests/core/image/dmorph/sub_image.cc, * tests/core/image/dmorph/transformed_image.cc, * tests/core/image/dmorph/unproject_image.cc, * tests/core/image/edge_image.cc, * tests/core/image/flat_image.cc, * tests/core/image/graph_image.cc, * tests/core/image/image1d.cc, * tests/core/image/image2d.cc, * tests/core/image/image3d.cc, * tests/core/image/imorph/decorated_image.cc, * tests/core/image/imorph/interpolated.cc, * tests/core/image/imorph/labeled_image.cc, * tests/core/image/imorph/safe_image.cc, * tests/core/image/imorph/tr_image.cc, * tests/core/image/line_graph_image.cc, * tests/core/image/plain.cc, * tests/core/image/vertex_image.cc, * tests/core/image/vmorph/cast_image.cc, * tests/core/other/box_runstart_piter.cc, * tests/core/other/category.cc, * tests/core/other/dpoints_pixter.cc, * tests/core/other/graph_elt_neighborhood.cc, * tests/core/other/graph_elt_neighborhood_if.cc, * tests/core/other/graph_elt_window.cc, * tests/core/other/graph_elt_window_if.cc, * tests/core/other/neighb.cc, * tests/core/other/pixel.cc, * tests/core/other/pixter1d.cc, * tests/core/other/pixter1d_more.cc, * tests/core/other/pixter2d.cc, * tests/core/other/pixter2d_more.cc, * tests/core/other/pixter3d.cc, * tests/core/other/pixter3d_more.cc, * tests/core/other/point_set_compatibility.cc, * tests/core/other/var.cc, * tests/core/other/w_window.cc, * tests/core/routine/duplicate.cc, * tests/core/routine/exact.cc, * tests/core/routine/extend.cc, * tests/core/routine/initialize.cc, * tests/core/routine/primary.cc, * tests/core/site_set/operators.cc, * tests/core/site_set/p_array.cc, * tests/core/site_set/p_complex.cc, * tests/core/site_set/p_edges.cc, * tests/core/site_set/p_if.cc, * tests/core/site_set/p_image.cc, * tests/core/site_set/p_priority_queue.cc, * tests/core/site_set/p_queue.cc, * tests/core/site_set/p_queue_fast.cc, * tests/core/site_set/p_set.cc, * tests/core/site_set/p_transformed.cc, * tests/core/site_set/p_vaccess.cc, * tests/core/site_set/p_vertices.cc, * tests/data/abs.cc, * tests/data/abs_full.cc, * tests/data/all_headers.cc, * tests/data/apply.cc, * tests/data/apply_full.cc, * tests/data/approx/median.cc, * tests/data/compare.cc, * tests/data/compare_full.cc, * tests/data/compute.cc, * tests/data/compute_full.cc, * tests/data/convert.cc, * tests/data/fill.cc, * tests/data/fill_full.cc, * tests/data/fill_with_image.cc, * tests/data/fill_with_value.cc, * tests/data/median.cc, * tests/data/median_fast.cc, * tests/data/memcpy_.cc, * tests/data/memset_.cc, * tests/data/naive/median.cc, * tests/data/paste.cc, * tests/data/paste_full.cc, * tests/data/replace.cc, * tests/data/saturate.cc, * tests/data/saturate_full.cc, * tests/data/sort_psites.cc, * tests/data/stretch.cc, * tests/data/stretch_full.cc, * tests/data/transform.cc, * tests/data/transform_full.cc, * tests/data/transform_inplace.cc, * tests/data/update.cc, * tests/debug/iota.cc, * tests/debug/println.cc, * tests/debug/println_with_border.cc, * tests/debug/slices_2d.cc, * tests/display/all_headers.cc, * tests/draw/all_headers.cc, * tests/draw/graph.cc, * tests/draw/line.cc, * tests/essential_headers.cc, * tests/estim/mean.cc, * tests/estim/min_max.cc, * tests/extension/fill.cc, * tests/extract/blue.cc, * tests/extract/green.cc, * tests/extract/hue.cc, * tests/extract/lum.cc, * tests/extract/red.cc, * tests/extract/sat.cc, * tests/fun/i2v/all_to.cc, * tests/fun/i2v/array.cc, * tests/fun/i2v/value_at_index.cc, * tests/fun/ops.cc, * tests/fun/p2p/fold.cc, * tests/fun/p2p/translation.cc, * tests/fun/stat/mahalanobis.cc, * tests/fun/v2i/index_of_value.cc, * tests/fun/v2v/component.cc, * tests/fun/v2v/hsl_to_rgb.cc, * tests/fun/v2v/norm.cc, * tests/fun/v2v/projection.cc, * tests/fun/v2v/rgb_to_hsl.cc, * tests/fun/v2v/wrap.cc, * tests/fun/vv2v/max.cc, * tests/fun/vv2v/min.cc, * tests/fun/x2x/composed.cc, * tests/fun/x2x/rotation.cc, * tests/fun/x2x/translation.cc, * tests/geom/bbox.cc, * tests/geom/max_col.cc, * tests/geom/max_ind.cc, * tests/geom/max_row.cc, * tests/geom/max_sli.cc, * tests/geom/min_col.cc, * tests/geom/min_ind.cc, * tests/geom/min_row.cc, * tests/geom/min_sli.cc, * tests/geom/ncols.cc, * tests/geom/ninds.cc, * tests/geom/nrows.cc, * tests/geom/nsites.cc, * tests/geom/nslis.cc, * tests/geom/pmin_pmax.cc, * tests/geom/seed2tiling.cc, * tests/geom/seed2tiling_roundness.cc, * tests/global_vars1.cc, * tests/global_vars2.cc, * tests/graph/attribute/card.cc, * tests/graph/attribute/representative.cc, * tests/graph/labeling.cc, * tests/histo/compute.cc, * tests/histo/point_from_value.cc, * tests/histo/to_image1d.cc, * tests/io/dicom/dicom.cc, * tests/io/dump/dump.cc, * tests/io/fits/fits.cc, * tests/io/magick/load.cc, * tests/io/magick/save.cc, * tests/io/off/load_bin.cc, * tests/io/off/load_float.cc, * tests/io/off/load_save_bin.cc, * tests/io/pbm/pbm.cc, * tests/io/pbm/pbm_ascii.cc, * tests/io/pbms/load.cc, * tests/io/pgm/pgm.cc, * tests/io/pgm/pgm16.cc, * tests/io/pgm/pgm19.cc, * tests/io/pgm/pgm27.cc, * tests/io/pgm/pgm_ascii.cc, * tests/io/pgms/load.cc, * tests/io/plot/load.cc, * tests/io/ppm/ppm.cc, * tests/io/ppm/ppm16.cc, * tests/io/ppm/ppm23.cc, * tests/io/ppms/load.cc, * tests/io/tiff/load.cc, * tests/io/tiff/tiff2pbm.cc, * tests/labeling/background.cc, * tests/labeling/blobs.cc, * tests/labeling/colorize.cc, * tests/labeling/compute.cc, * tests/labeling/fill_holes.cc, * tests/labeling/flat_zones.cc, * tests/labeling/foreground.cc, * tests/labeling/mean_values.cc, * tests/labeling/n_max.cc, * tests/labeling/pack.cc, * tests/labeling/regional_maxima.cc, * tests/labeling/regional_minima.cc, * tests/labeling/relabel.cc, * tests/labeling/value.cc, * tests/labeling/wrap.cc, * tests/linear/convolve.cc, * tests/linear/convolve_2x1d.cc, * tests/linear/convolve_directional.cc, * tests/linear/gaussian.cc, * tests/linear/gaussian/filter.cc, * tests/linear/lap.cc, * tests/linear/local/convolve.cc, * tests/linear/log.cc, * tests/linear/sobel_2d.cc, * tests/literal/black.cc, * tests/literal/medium_gray.cc, * tests/literal/one.cc, * tests/literal/white.cc, * tests/literal/zero.cc, * tests/logical/all_headers.cc, * tests/logical/and.cc, * tests/logical/and_not.cc, * tests/logical/not.cc, * tests/logical/or.cc, * tests/logical/xor.cc, * tests/make/dual_neighb.cc, * tests/make/dummy_p_edges.cc, * tests/make/dummy_p_vertices.cc, * tests/make/h_mat.cc, * tests/make/image2d.cc, * tests/make/image3d.cc, * tests/make/influence_zone_adjacency_graph.cc, * tests/make/mat.cc, * tests/make/p_edges_with_mass_centers.cc, * tests/make/p_vertices_with_mass_centers.cc, * tests/make/rag_and_labeled_wsl.cc, * tests/make/region_adjacency_graph.cc, * tests/make/w_window.cc, * tests/make/w_window_directional.cc, * tests/metal/converts_to.cc, * tests/metal/is.cc, * tests/metal/math/pow.cc, * tests/metal/math/root.cc, * tests/metal/unconst.cc, * tests/morpho/Rd.cc, * tests/morpho/approx/dilation.cc, * tests/morpho/approx/erosion.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/morpho/attribute/card.cc, * tests/morpho/attribute/height.cc, * tests/morpho/attribute/sum.cc, * tests/morpho/attribute/volume.cc, * tests/morpho/closing/algebraic.cc, * tests/morpho/closing/approx/structural.cc, * tests/morpho/closing/area.cc, * tests/morpho/closing/area_on_vertices.cc, * tests/morpho/closing/height.cc, * tests/morpho/closing/leveling.cc, * tests/morpho/closing/structural.cc, * tests/morpho/closing/sum.cc, * tests/morpho/closing/volume.cc, * tests/morpho/complex_image_morpho.cc, * tests/morpho/complex_image_wst.cc, * tests/morpho/contrast.cc, * tests/morpho/dilation.cc, * tests/morpho/elementary/closing.cc, * tests/morpho/elementary/dilation.cc, * tests/morpho/elementary/erosion.cc, * tests/morpho/elementary/gradient.cc, * tests/morpho/elementary/gradient_external.cc, * tests/morpho/elementary/gradient_internal.cc, * tests/morpho/elementary/laplacian.cc, * tests/morpho/elementary/opening.cc, * tests/morpho/elementary/top_hat.cc, * tests/morpho/erosion.cc, * tests/morpho/general.cc, * tests/morpho/gradient.cc, * tests/morpho/graph_image_morpho.cc, * tests/morpho/graph_image_wst.cc, * tests/morpho/hit_or_miss.cc, * tests/morpho/laplacian.cc, * tests/morpho/lena_line_graph_image_wst1.cc, * tests/morpho/lena_line_graph_image_wst2.cc, * tests/morpho/line_graph_image_morpho.cc, * tests/morpho/line_graph_image_wst.cc, * tests/morpho/meyer_wst.cc, * tests/morpho/meyer_wst_long.cc, * tests/morpho/opening/algebraic.cc, * tests/morpho/opening/approx/structural.cc, * tests/morpho/opening/area.cc, * tests/morpho/opening/area_on_vertices.cc, * tests/morpho/opening/height.cc, * tests/morpho/opening/leveling.cc, * tests/morpho/opening/structural.cc, * tests/morpho/opening/sum.cc, * tests/morpho/opening/volume.cc, * tests/morpho/rank_filter.cc, * tests/morpho/reconstruction/by_dilation/union_find.cc, * tests/morpho/reconstruction/by_erosion/union_find.cc, * tests/morpho/skeleton_constrained.cc, * tests/morpho/thinning.cc, * tests/morpho/top_hat.cc, * tests/morpho/tree/compute_attribute_image.cc, * tests/morpho/tree/compute_parent.cc, * tests/morpho/tree/data.cc, * tests/morpho/tree/filter/filter.cc, * tests/morpho/tree/max.cc, * tests/morpho/watershed/flooding.cc, * tests/morpho/watershed/superpose.cc, * tests/norm/l1.cc, * tests/norm/l2.cc, * tests/norm/linfty.cc, * tests/opt/at.cc, * tests/opt/element.cc, * tests/opt/value.cc, * tests/pw/image.cc, * tests/pw/value.cc, * tests/registration/registration.cc, * tests/set/card.cc, * tests/set/compute.cc, * tests/set/compute_with_weights.cc, * tests/set/diff.cc, * tests/set/inter.cc, * tests/set/sym_diff.cc, * tests/set/uni.cc, * tests/set/unique.cc, * tests/test/positive.cc, * tests/topo/complex.cc, * tests/topo/skeleton/crest.cc, * tests/topo/skeleton/is_simple_point.cc, * tests/trait/ch_value.cc, * tests/trait/image/images.cc, * tests/trait/op/plus.cc, * tests/trait/op/uminus.cc, * tests/trait/super.cc, * tests/trait/value/comp.cc, * tests/trait/value/values.cc, * tests/transform/bench_closest_point_geodesic.cc, * tests/transform/distance_and_closest_point_geodesic.cc, * tests/transform/distance_front.cc, * tests/transform/distance_geodesic.cc, * tests/transform/hough.cc, * tests/transform/influence_zone_front.cc, * tests/transform/influence_zone_geodesic.cc, * tests/transformation/rotate.cc, * tests/util/adjacency_matrix.cc, * tests/util/all_headers.cc, * tests/util/branch_iter.cc, * tests/util/branch_iter_ind.cc, * tests/util/eat.cc, * tests/util/fibonacci_heap.cc, * tests/util/graph.cc, * tests/util/lazy_set.cc, * tests/util/lemmings.cc, * tests/util/line_graph.cc, * tests/util/ord_pair.cc, * tests/util/set.cc, * tests/util/soft_heap.cc, * tests/util/tree.cc, * tests/util/tree_fast.cc, * tests/util/tree_fast_to_image.cc, * tests/util/tree_to_fast.cc, * tests/util/tree_to_image.cc, * tests/util/yes.cc, * tests/value/bool.cc, * tests/value/builtin/builtin.cc, * tests/value/equiv.cc, * tests/value/float01.cc, * tests/value/float01_bis.cc, * tests/value/float01_f.cc, * tests/value/graylevel.cc, * tests/value/graylevel_f.cc, * tests/value/graylevel_f_full.cc, * tests/value/graylevel_full.cc, * tests/value/int_s.cc, * tests/value/int_s16.cc, * tests/value/int_u8.cc, * tests/value/interop.cc, * tests/value/label.cc, * tests/value/rgb8.cc, * tests/value/rgb_full.cc, * tests/value/scalar.cc, * tests/value/set.cc, * tests/value/sign.cc, * tests/value/stack.cc, * tests/win/backdiag2d.cc, * tests/win/ball.cc, * tests/win/cube3d.cc, * tests/win/cuboid3d.cc, * tests/win/diag2d.cc, * tests/win/diff.cc, * tests/win/disk2d.cc, * tests/win/hline2d.cc, * tests/win/inter.cc, * tests/win/octagon2d.cc, * tests/win/rectangle2d.cc, * tests/win/segment1d.cc, * tests/win/shift.cc, * tests/win/sphere3d.cc, * tests/win/sym.cc, * tests/win/vline2d.cc, * tests/world/binary_2d/enlarge.cc, * tests/world/inter_pixel/compute.cc, * tests/world/inter_pixel/dim2/make_edge_image.cc, * tests/world/inter_pixel/display_edge.cc, * tests/world/inter_pixel/immerse.cc, * tests/world/inter_pixel/is_pixel.cc, * tests/world/inter_pixel/is_separator.cc, * tests/world/inter_pixel/separator_to_pixels.cc: update licence headers. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4048 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/accu/all.hh, * mln/accu/bbox.hh, * mln/accu/center.hh, * mln/accu/compute.hh, * mln/accu/convolve.hh, * mln/accu/count.hh, * mln/accu/count_adjacent_vertices.hh, * mln/accu/count_labels.hh, * mln/accu/essential.hh, * mln/accu/height.hh, * mln/accu/histo.hh, * mln/accu/image/all.hh, * mln/accu/image/essential.hh, * mln/accu/image/init.hh, * mln/accu/image/set_value.hh, * mln/accu/image/take.hh, * mln/accu/image/take_as_init.hh, * mln/accu/image/take_n_times.hh, * mln/accu/image/to_result.hh, * mln/accu/image/untake.hh, * mln/accu/inf.hh, * mln/accu/internal/base.hh, * mln/accu/internal/couple.hh, * mln/accu/label_used.hh, * mln/accu/line.hh, * mln/accu/logic/all.hh, * mln/accu/logic/land.hh, * mln/accu/logic/land_basic.hh, * mln/accu/logic/lor.hh, * mln/accu/logic/lor_basic.hh, * mln/accu/maj_h.hh, * mln/accu/max_site.hh, * mln/accu/median_alt.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/rms.hh, * mln/accu/site_set/all.hh, * mln/accu/site_set/essential.hh, * mln/accu/site_set/rectangularity.hh, * mln/accu/stat/all.hh, * mln/accu/stat/deviation.hh, * mln/accu/stat/essential.hh, * mln/accu/stat/max.hh, * mln/accu/stat/max_h.hh, * mln/accu/stat/mean.hh, * mln/accu/stat/median_h.hh, * mln/accu/stat/min.hh, * mln/accu/stat/min_h.hh, * mln/accu/stat/min_max.hh, * mln/accu/stat/var.hh, * mln/accu/stat/variance.hh, * mln/accu/sum.hh, * mln/accu/sup.hh, * mln/accu/take.hh, * mln/accu/transform.hh, * mln/accu/transform_diagonal.hh, * mln/accu/transform_directional.hh, * mln/accu/transform_line.hh, * mln/accu/transform_snake.hh, * mln/accu/transform_stop.hh, * mln/accu/tuple.hh, * mln/accu/v.hh, * mln/accu/volume.hh, * mln/algebra/all.hh, * mln/algebra/essential.hh, * mln/algebra/h_mat.hh, * mln/algebra/h_vec.hh, * mln/algebra/mat.hh, * mln/algebra/quat.hh, * mln/algebra/vec.hh, * mln/all.hh, * mln/arith/all.hh, * mln/arith/diff_abs.hh, * mln/arith/div.hh, * mln/arith/div.spe.hh, * mln/arith/essential.hh, * mln/arith/includes.hh, * mln/arith/min.hh, * mln/arith/min.spe.hh, * mln/arith/minus.hh, * mln/arith/plus.hh, * mln/arith/revert.hh, * mln/arith/revert.spe.hh, * mln/arith/times.hh, * mln/arith/times.spe.hh, * mln/binarization/all.hh, * mln/binarization/binarization.hh, * mln/binarization/essential.hh, * mln/binarization/includes.hh, * mln/binarization/threshold.hh, * mln/border/adjust.hh, * mln/border/all.hh, * mln/border/duplicate.hh, * mln/border/equalize.hh, * mln/border/essential.hh, * mln/border/fill.hh, * mln/border/find.hh, * mln/border/get.hh, * mln/border/mirror.hh, * mln/border/resize.hh, * mln/border/resize_equal.hh, * mln/border/thickness.hh, * mln/canvas/all.hh, * mln/canvas/browsing/all.hh, * mln/canvas/browsing/backdiagonal2d.hh, * mln/canvas/browsing/breadth_first_search.hh, * mln/canvas/browsing/depth_first_search.hh, * mln/canvas/browsing/diagonal2d.hh, * mln/canvas/browsing/dir_struct_elt_incr_update.hh, * mln/canvas/browsing/directional.hh, * mln/canvas/browsing/fwd.hh, * mln/canvas/browsing/hyper_directional.hh, * mln/canvas/browsing/internal/graph_first_search.hh, * mln/canvas/browsing/snake_fwd.hh, * mln/canvas/browsing/snake_generic.hh, * mln/canvas/browsing/snake_vert.hh, * mln/canvas/chamfer.hh, * mln/canvas/distance_front.hh, * mln/canvas/distance_geodesic.hh, * mln/canvas/essential.hh, * mln/canvas/labeling.hh, * mln/canvas/morpho/all.hh, * mln/canvas/morpho/attribute_filter.hh, * mln/canvas/morpho/essential.hh, * mln/canvas/morpho/internal/find_root.hh, * mln/convert/all.hh, * mln/convert/essential.hh, * mln/convert/from_to.hh, * mln/convert/impl/all.hh, * mln/convert/impl/from_double_to_value.hh, * mln/convert/impl/from_float_to_value.hh, * mln/convert/impl/from_image_to_site_set.hh, * mln/convert/impl/from_int_to_value.hh, * mln/convert/impl/from_site_set_to_image.hh, * mln/convert/impl/from_unsigned_to_value.hh, * mln/convert/impl/from_value_to_value.hh, * mln/convert/to.hh, * mln/convert/to_dpoint.hh, * mln/convert/to_fun.hh, * mln/convert/to_p_array.hh, * mln/convert/to_p_set.hh, * mln/convert/to_upper_window.hh, * mln/convert/to_window.hh, * mln/core/a_point_of.hh, * mln/core/alias/all.hh, * mln/core/alias/box1d.hh, * mln/core/alias/box2d.hh, * mln/core/alias/box2d_h.hh, * mln/core/alias/box3d.hh, * mln/core/alias/complex_geometry.hh, * mln/core/alias/complex_image.hh, * mln/core/alias/dpoint1d.hh, * mln/core/alias/dpoint2d.hh, * mln/core/alias/dpoint2d_h.hh, * mln/core/alias/dpoint3d.hh, * mln/core/alias/neighb1d.hh, * mln/core/alias/neighb2d.hh, * mln/core/alias/neighb3d.hh, * mln/core/alias/p_run2d.hh, * mln/core/alias/p_runs2d.hh, * mln/core/alias/point1d.hh, * mln/core/alias/point2d.hh, * mln/core/alias/point2d_h.hh, * mln/core/alias/point3d.hh, * mln/core/alias/vec2d.hh, * mln/core/alias/vec3d.hh, * mln/core/alias/w_window1d_float.hh, * mln/core/alias/w_window1d_int.hh, * mln/core/alias/w_window2d_float.hh, * mln/core/alias/w_window2d_int.hh, * mln/core/alias/w_window3d_float.hh, * mln/core/alias/w_window3d_int.hh, * mln/core/alias/window1d.hh, * mln/core/alias/window2d.hh, * mln/core/alias/window3d.hh, * mln/core/all.hh, * mln/core/box_runstart_piter.hh, * mln/core/category.hh, * mln/core/concept/accumulator.hh, * mln/core/concept/all.hh, * mln/core/concept/box.hh, * mln/core/concept/browsing.hh, * mln/core/concept/delta_point_site.hh, * mln/core/concept/doc/accumulator.hh, * mln/core/concept/doc/box.hh, * mln/core/concept/doc/dpoint.hh, * mln/core/concept/doc/generalized_pixel.hh, * mln/core/concept/doc/image.hh, * mln/core/concept/doc/image_fastest.hh, * mln/core/concept/doc/iterator.hh, * mln/core/concept/doc/neighborhood.hh, * mln/core/concept/doc/object.hh, * mln/core/concept/doc/pixel_iterator.hh, * mln/core/concept/doc/point_iterator.hh, * mln/core/concept/doc/point_site.hh, * mln/core/concept/doc/site_set.hh, * mln/core/concept/doc/value_iterator.hh, * mln/core/concept/doc/value_set.hh, * mln/core/concept/doc/weighted_window.hh, * mln/core/concept/doc/window.hh, * mln/core/concept/dpoint.hh, * mln/core/concept/function.hh, * mln/core/concept/gdpoint.hh, * mln/core/concept/generalized_pixel.hh, * mln/core/concept/gpoint.hh, * mln/core/concept/graph.hh, * mln/core/concept/image.hh, * mln/core/concept/iterator.hh, * mln/core/concept/literal.hh, * mln/core/concept/mesh.hh, * mln/core/concept/meta_accumulator.hh, * mln/core/concept/meta_fun.hh, * mln/core/concept/meta_function.hh, * mln/core/concept/neighborhood.hh, * mln/core/concept/object.hh, * mln/core/concept/pixel_iterator.hh, * mln/core/concept/point.hh, * mln/core/concept/point_site.hh, * mln/core/concept/proxy.hh, * mln/core/concept/pseudo_site.hh, * mln/core/concept/regular_grid.hh, * mln/core/concept/site.hh, * mln/core/concept/site_iterator.hh, * mln/core/concept/site_proxy.hh, * mln/core/concept/site_set.hh, * mln/core/concept/value.hh, * mln/core/concept/value_iterator.hh, * mln/core/concept/value_set.hh, * mln/core/concept/weighted_window.hh, * mln/core/concept/window.hh, * mln/core/contract.hh, * mln/core/def/coord.hh, * mln/core/def/coordf.hh, * mln/core/def/low_quant_nbits.hh, * mln/core/dpoint.hh, * mln/core/dpoints_pixter.hh, * mln/core/dpsites_piter.hh, * mln/core/essential.hh, * mln/core/faces_psite.hh, * mln/core/grids.hh, * mln/core/image/all.hh, * mln/core/image/ch_piter.hh, * mln/core/image/complex_image.hh, * mln/core/image/complex_neighborhood_piter.hh, * mln/core/image/complex_neighborhoods.hh, * mln/core/image/complex_window_piter.hh, * mln/core/image/complex_windows.hh, * mln/core/image/dmorph/all.hh, * mln/core/image/dmorph/extended.hh, * mln/core/image/dmorph/extension_fun.hh, * mln/core/image/dmorph/extension_ima.hh, * mln/core/image/dmorph/extension_val.hh, * mln/core/image/dmorph/hexa.hh, * mln/core/image/dmorph/hexa_piter.hh, * mln/core/image/dmorph/image2d_h.hh, * mln/core/image/dmorph/image_if.hh, * mln/core/image/dmorph/p2p_image.hh, * mln/core/image/dmorph/slice_image.hh, * mln/core/image/dmorph/sub_image.hh, * mln/core/image/dmorph/sub_image_if.hh, * mln/core/image/dmorph/transformed_image.hh, * mln/core/image/dmorph/unproject_image.hh, * mln/core/image/edge_image.hh, * mln/core/image/essential.hh, * mln/core/image/flat_image.hh, * mln/core/image/graph_elt_neighborhood.hh, * mln/core/image/graph_elt_neighborhood_if.hh, * mln/core/image/graph_elt_window.hh, * mln/core/image/graph_elt_window_if.hh, * mln/core/image/graph_window_if_piter.hh, * mln/core/image/graph_window_piter.hh, * mln/core/image/image1d.hh, * mln/core/image/image2d.hh, * mln/core/image/image3d.hh, * mln/core/image/imorph/all.hh, * mln/core/image/imorph/decorated_image.hh, * mln/core/image/imorph/interpolated.hh, * mln/core/image/imorph/labeled_image.hh, * mln/core/image/imorph/lazy_image.hh, * mln/core/image/imorph/plain.hh, * mln/core/image/imorph/safe.hh, * mln/core/image/imorph/tr_image.hh, * mln/core/image/vertex_image.hh, * mln/core/image/vmorph/all.hh, * mln/core/image/vmorph/cast_image.hh, * mln/core/image/vmorph/fun_image.hh, * mln/core/image/vmorph/thru_image.hh, * mln/core/image/vmorph/thrubin_image.hh, * mln/core/image/vmorph/violent_cast_image.hh, * mln/core/internal/box_impl.hh, * mln/core/internal/check/image_all.hh, * mln/core/internal/check/image_fastest.hh, * mln/core/internal/classical_window_base.hh, * mln/core/internal/complex_neighborhood_base.hh, * mln/core/internal/complex_window_p_base.hh, * mln/core/internal/coord_impl.hh, * mln/core/internal/data.hh, * mln/core/internal/exact.hh, * mln/core/internal/exact_gcc_2_95.hh, * mln/core/internal/fixme.hh, * mln/core/internal/force_exact.hh, * mln/core/internal/geom_bbox.hh, * mln/core/internal/graph_psite_base.hh, * mln/core/internal/graph_window_base.hh, * mln/core/internal/image_base.hh, * mln/core/internal/image_domain_morpher.hh, * mln/core/internal/image_identity.hh, * mln/core/internal/image_morpher.hh, * mln/core/internal/image_primary.hh, * mln/core/internal/image_value_morpher.hh, * mln/core/internal/is_masked_impl_selector.hh, * mln/core/internal/morpher_lvalue.hh, * mln/core/internal/neighb_niter_impl.hh, * mln/core/internal/neighborhood_base.hh, * mln/core/internal/p_complex_piter_base.hh, * mln/core/internal/piter_adaptor.hh, * mln/core/internal/piter_identity.hh, * mln/core/internal/pixel_impl.hh, * mln/core/internal/pixel_iterator_base.hh, * mln/core/internal/pseudo_site_base.hh, * mln/core/internal/run_image.hh, * mln/core/internal/set_of.hh, * mln/core/internal/site_iterator_base.hh, * mln/core/internal/site_relative_iterator_base.hh, * mln/core/internal/site_set_base.hh, * mln/core/internal/site_set_impl.hh, * mln/core/internal/site_set_iterator_base.hh, * mln/core/internal/weighted_window_base.hh, * mln/core/internal/window_base.hh, * mln/core/macros.hh, * mln/core/neighb.hh, * mln/core/pixel.hh, * mln/core/pixter1d.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/core/point.hh, * mln/core/routine/all.hh, * mln/core/routine/duplicate.hh, * mln/core/routine/essential.hh, * mln/core/routine/exact.hh, * mln/core/routine/extend.hh, * mln/core/routine/init.hh, * mln/core/routine/initialize.hh, * mln/core/routine/ops.hh, * mln/core/routine/primary.hh, * mln/core/site_set/all.hh, * mln/core/site_set/attic/p_complex_faces_piter.hh, * mln/core/site_set/attic/p_faces_piter.hh, * mln/core/site_set/box.hh, * mln/core/site_set/box_piter.hh, * mln/core/site_set/complex_psite.hh, * mln/core/site_set/essential.hh, * mln/core/site_set/operators.hh, * mln/core/site_set/p_array.hh, * mln/core/site_set/p_centered.hh, * mln/core/site_set/p_complex.hh, * mln/core/site_set/p_complex_piter.hh, * mln/core/site_set/p_double.hh, * mln/core/site_set/p_edges.hh, * mln/core/site_set/p_edges_psite.hh, * mln/core/site_set/p_faces.hh, * mln/core/site_set/p_graph_piter.hh, * mln/core/site_set/p_if.hh, * mln/core/site_set/p_if_piter.hh, * mln/core/site_set/p_image.hh, * mln/core/site_set/p_key.hh, * mln/core/site_set/p_line2d.hh, * mln/core/site_set/p_mutable_array_of.hh, * mln/core/site_set/p_n_faces_piter.hh, * mln/core/site_set/p_priority.hh, * mln/core/site_set/p_queue.hh, * mln/core/site_set/p_queue_fast.hh, * mln/core/site_set/p_run.hh, * mln/core/site_set/p_run_piter.hh, * mln/core/site_set/p_set.hh, * mln/core/site_set/p_set_of.hh, * mln/core/site_set/p_transformed.hh, * mln/core/site_set/p_transformed_piter.hh, * mln/core/site_set/p_vaccess.hh, * mln/core/site_set/p_vertices.hh, * mln/core/site_set/p_vertices_psite.hh, * mln/core/tags.hh, * mln/core/trait/all.hh, * mln/core/trait/essential.hh, * mln/core/trait/op_mult.hh, * mln/core/trait/pixter.hh, * mln/core/trait/qlf_value.hh, * mln/core/var.hh, * mln/core/w_window.hh, * mln/core/window.hh, * mln/data/abs.hh, * mln/data/all.hh, * mln/data/apply.hh, * mln/data/apply.spe.hh, * mln/data/approx/all.hh, * mln/data/approx/essential.hh, * mln/data/approx/median.hh, * mln/data/compare.hh, * mln/data/compute.hh, * mln/data/convert.hh, * mln/data/essential.hh, * mln/data/fast_median.hh, * mln/data/fill.hh, * mln/data/fill_with_image.hh, * mln/data/fill_with_image.spe.hh, * mln/data/fill_with_value.hh, * mln/data/fill_with_value.spe.hh, * mln/data/median.hh, * mln/data/memcpy_.hh, * mln/data/memset_.hh, * mln/data/naive/all.hh, * mln/data/naive/essential.hh, * mln/data/naive/median.hh, * mln/data/paste.hh, * mln/data/paste.spe.hh, * mln/data/paste_without_localization.hh, * mln/data/replace.hh, * mln/data/saturate.hh, * mln/data/sort_offsets.hh, * mln/data/sort_psites.hh, * mln/data/stretch.hh, * mln/data/to_enc.hh, * mln/data/transform.hh, * mln/data/transform.spe.hh, * mln/data/transform_inplace.hh, * mln/data/update.hh, * mln/data/was.median.hh, * mln/debug/all.hh, * mln/debug/draw_graph.hh, * mln/debug/essential.hh, * mln/debug/filename.hh, * mln/debug/format.hh, * mln/debug/histo.hh, * mln/debug/iota.hh, * mln/debug/iota.spe.hh, * mln/debug/println.hh, * mln/debug/println.spe.hh, * mln/debug/println_with_border.hh, * mln/debug/println_with_border.spe.hh, * mln/debug/put_word.hh, * mln/debug/quiet.hh, * mln/debug/slices_2d.hh, * mln/debug/superpose.hh, * mln/display/all.hh, * mln/display/essential.hh, * mln/draw/all.hh, * mln/draw/box.hh, * mln/draw/essential.hh, * mln/draw/line.hh, * mln/draw/plot.hh, * mln/estim/all.hh, * mln/estim/essential.hh, * mln/estim/mean.hh, * mln/estim/min_max.hh, * mln/estim/sum.hh, * mln/extension/adjust.hh, * mln/extension/adjust_duplicate.hh, * mln/extension/adjust_fill.hh, * mln/extension/all.hh, * mln/extension/duplicate.hh, * mln/extension/essential.hh, * mln/extension/fill.hh, * mln/extract/all.hh, * mln/extract/blue.hh, * mln/extract/essential.hh, * mln/extract/green.hh, * mln/extract/hue.hh, * mln/extract/lum.hh, * mln/extract/red.hh, * mln/extract/sat.hh, * mln/fun/access/all.hh, * mln/fun/all.hh, * mln/fun/c.hh, * mln/fun/cast.hh, * mln/fun/component/blue.hh, * mln/fun/component/comp.hh, * mln/fun/component/comp_count.hh, * mln/fun/component/green.hh, * mln/fun/component/ithcomp.hh, * mln/fun/component/red.hh, * mln/fun/component/rgb.hh, * mln/fun/component/scomp.hh, * mln/fun/essential.hh, * mln/fun/i2v/all.hh, * mln/fun/i2v/all_to.hh, * mln/fun/i2v/array.hh, * mln/fun/i2v/essential.hh, * mln/fun/i2v/value_at_index.hh, * mln/fun/internal/ch_function_value_impl.hh, * mln/fun/internal/resolve.hh, * mln/fun/internal/selector.hh, * mln/fun/internal/x2x_linear_impl.hh, * mln/fun/meta/blue.hh, * mln/fun/meta/first.hh, * mln/fun/meta/green.hh, * mln/fun/meta/hue.hh, * mln/fun/meta/inty.hh, * mln/fun/meta/lum.hh, * mln/fun/meta/red.hh, * mln/fun/meta/sat.hh, * mln/fun/meta/second.hh, * mln/fun/meta/to_enc.hh, * mln/fun/ops.hh, * mln/fun/p2b/all.hh, * mln/fun/p2b/antilogy.hh, * mln/fun/p2b/big_chess.hh, * mln/fun/p2b/chess.hh, * mln/fun/p2b/essential.hh, * mln/fun/p2b/has.hh, * mln/fun/p2b/tautology.hh, * mln/fun/p2p/all.hh, * mln/fun/p2p/fold.hh, * mln/fun/p2p/mirror.hh, * mln/fun/p2p/translation.hh, * mln/fun/p2v/all.hh, * mln/fun/p2v/elifs.hh, * mln/fun/p2v/essential.hh, * mln/fun/p2v/iota.hh, * mln/fun/p2v/ternary.hh, * mln/fun/point/col.hh, * mln/fun/point/row.hh, * mln/fun/point/sli.hh, * mln/fun/stat/all.hh, * mln/fun/stat/mahalanobis.hh, * mln/fun/v2b/all.hh, * mln/fun/v2b/essential.hh, * mln/fun/v2b/lnot.hh, * mln/fun/v2b/threshold.hh, * mln/fun/v2i/all.hh, * mln/fun/v2i/index_of_value.hh, * mln/fun/v2v/abs.hh, * mln/fun/v2v/all.hh, * mln/fun/v2v/cast.hh, * mln/fun/v2v/ch_function_value.hh, * mln/fun/v2v/component.hh, * mln/fun/v2v/convert.hh, * mln/fun/v2v/dec.hh, * mln/fun/v2v/enc.hh, * mln/fun/v2v/essential.hh, * mln/fun/v2v/hsi_to_rgb.hh, * mln/fun/v2v/hsl_to_rgb.hh, * mln/fun/v2v/id.hh, * mln/fun/v2v/inc.hh, * mln/fun/v2v/linear.hh, * mln/fun/v2v/norm.hh, * mln/fun/v2v/projection.hh, * mln/fun/v2v/saturate.hh, * mln/fun/v2v/wrap.hh, * mln/fun/v2w2v/cos.hh, * mln/fun/v2w_w2v/all.hh, * mln/fun/v2w_w2v/norm.hh, * mln/fun/vv2b/all.hh, * mln/fun/vv2b/eq.hh, * mln/fun/vv2b/ge.hh, * mln/fun/vv2b/gt.hh, * mln/fun/vv2b/implies.hh, * mln/fun/vv2b/le.hh, * mln/fun/vv2b/lt.hh, * mln/fun/vv2v/all.hh, * mln/fun/vv2v/diff_abs.hh, * mln/fun/vv2v/essential.hh, * mln/fun/vv2v/land.hh, * mln/fun/vv2v/land_not.hh, * mln/fun/vv2v/lor.hh, * mln/fun/vv2v/lxor.hh, * mln/fun/vv2v/macros.hh, * mln/fun/vv2v/max.hh, * mln/fun/vv2v/min.hh, * mln/fun/vv2v/vec.hh, * mln/fun/x2p/all.hh, * mln/fun/x2p/essential.hh, * mln/fun/x2v/all.hh, * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/essential.hh, * mln/fun/x2v/l1_norm.hh, * mln/fun/x2v/linear.hh, * mln/fun/x2v/nneighbor.hh, * mln/fun/x2v/trilinear.hh, * mln/fun/x2x/all.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/essential.hh, * mln/fun/x2x/rotation.hh, * mln/fun/x2x/translation.hh, * mln/geom/all.hh, * mln/geom/bbox.hh, * mln/geom/chamfer.hh, * mln/geom/complex_geometry.hh, * mln/geom/delta.hh, * mln/geom/essential.hh, * mln/geom/max_col.hh, * mln/geom/max_ind.hh, * mln/geom/max_row.hh, * mln/geom/max_sli.hh, * mln/geom/min_col.hh, * mln/geom/min_ind.hh, * mln/geom/min_row.hh, * mln/geom/min_sli.hh, * mln/geom/ncols.hh, * mln/geom/ninds.hh, * mln/geom/nrows.hh, * mln/geom/nsites.hh, * mln/geom/nslis.hh, * mln/geom/pmin_pmax.hh, * mln/geom/seeds2tiling.hh, * mln/geom/seeds2tiling_roundness.hh, * mln/geom/size1d.hh, * mln/geom/size2d.hh, * mln/geom/size3d.hh, * mln/graph/all.hh, * mln/graph/attribute/card.hh, * mln/graph/attribute/representative.hh, * mln/graph/compute.hh, * mln/graph/essential.hh, * mln/graph/labeling.hh, * mln/graph/to_neighb.hh, * mln/graph/to_win.hh, * mln/histo/all.hh, * mln/histo/array.hh, * mln/histo/compute.hh, * mln/histo/compute.spe.hh, * mln/histo/essential.hh, * mln/histo/point_from_value.hh, * mln/io/abort.hh, * mln/io/all.hh, * mln/io/cloud/all.hh, * mln/io/cloud/load.hh, * mln/io/cloud/save.hh, * mln/io/dicom/all.hh, * mln/io/dicom/load.hh, * mln/io/dump/all.hh, * mln/io/dump/load.hh, * mln/io/dump/save.hh, * mln/io/essential.hh, * mln/io/fits/all.hh, * mln/io/fits/load.hh, * mln/io/magick/all.hh, * mln/io/magick/load.hh, * mln/io/magick/save.hh, * mln/io/off/all.hh, * mln/io/off/load.hh, * mln/io/off/save.hh, * mln/io/pbm/all.hh, * mln/io/pbm/load.hh, * mln/io/pbm/save.hh, * mln/io/pbms/all.hh, * mln/io/pbms/load.hh, * mln/io/pfm/all.hh, * mln/io/pfm/load.hh, * mln/io/pfm/save.hh, * mln/io/pgm/all.hh, * mln/io/pgm/load.hh, * mln/io/pgm/save.hh, * mln/io/pgms/all.hh, * mln/io/pgms/load.hh, * mln/io/plot/all.hh, * mln/io/plot/load.hh, * mln/io/plot/save.hh, * mln/io/pnm/all.hh, * mln/io/pnm/load.hh, * mln/io/pnm/load_header.hh, * mln/io/pnm/macros.hh, * mln/io/pnm/max_component.hh, * mln/io/pnm/save.hh, * mln/io/pnm/save_header.hh, * mln/io/pnms/all.hh, * mln/io/pnms/load.hh, * mln/io/ppm/all.hh, * mln/io/ppm/load.hh, * mln/io/ppm/save.hh, * mln/io/ppms/all.hh, * mln/io/ppms/load.hh, * mln/io/tiff/all.hh, * mln/io/tiff/load.hh, * mln/io/txt/all.hh, * mln/io/txt/save.hh, * mln/labeling/all.hh, * mln/labeling/background.hh, * mln/labeling/blobs.hh, * mln/labeling/colorize.hh, * mln/labeling/compute.hh, * mln/labeling/essential.hh, * mln/labeling/fill_holes.hh, * mln/labeling/flat_zones.hh, * mln/labeling/foreground.hh, * mln/labeling/mean_values.hh, * mln/labeling/n_max.hh, * mln/labeling/pack.hh, * mln/labeling/regional_maxima.hh, * mln/labeling/regional_minima.hh, * mln/labeling/relabel.hh, * mln/labeling/value.hh, * mln/labeling/value.spe.hh, * mln/labeling/wrap.hh, * mln/linear/all.hh, * mln/linear/ch_convolve.hh, * mln/linear/convolve.hh, * mln/linear/convolve_2x1d.hh, * mln/linear/essential.hh, * mln/linear/gaussian.hh, * mln/linear/gaussian/filter.hh, * mln/linear/gaussian/impl.hh, * mln/linear/gaussian/internal/coefficients.hh, * mln/linear/gaussian_1d.hh, * mln/linear/gaussian_directional_2d.hh, * mln/linear/lap.hh, * mln/linear/local/convolve.hh, * mln/linear/log.hh, * mln/linear/sobel_2d.hh, * mln/literal/all.hh, * mln/literal/black.hh, * mln/literal/colors.hh, * mln/literal/essential.hh, * mln/literal/grays.hh, * mln/literal/identity.hh, * mln/literal/max.hh, * mln/literal/min.hh, * mln/literal/one.hh, * mln/literal/ops.hh, * mln/literal/origin.hh, * mln/literal/white.hh, * mln/literal/zero.hh, * mln/logical/all.hh, * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/essential.hh, * mln/logical/includes.hh, * mln/logical/not.hh, * mln/logical/not.spe.hh, * mln/logical/or.hh, * mln/logical/xor.hh, * mln/make/all.hh, * mln/make/attachment.hh, * mln/make/box1d.hh, * mln/make/box2d.hh, * mln/make/box2d_h.hh, * mln/make/box3d.hh, * mln/make/cell.hh, * mln/make/detachment.hh, * mln/make/double_neighb2d.hh, * mln/make/dpoint2d_h.hh, * mln/make/dual_neighb.hh, * mln/make/dummy_p_edges.hh, * mln/make/dummy_p_vertices.hh, * mln/make/edge_image.hh, * mln/make/essential.hh, * mln/make/h_mat.hh, * mln/make/image.hh, * mln/make/image2d.hh, * mln/make/image3d.hh, * mln/make/influence_zone_adjacency_graph.hh, * mln/make/mat.hh, * mln/make/p_edges_with_mass_centers.hh, * mln/make/p_vertices_with_mass_centers.hh, * mln/make/pix.hh, * mln/make/pixel.hh, * mln/make/point2d_h.hh, * mln/make/rag_and_labeled_wsl.hh, * mln/make/region_adjacency_graph.hh, * mln/make/relabelfun.hh, * mln/make/vec.hh, * mln/make/vertex_image.hh, * mln/make/voronoi.hh, * mln/make/w_window.hh, * mln/make/w_window1d.hh, * mln/make/w_window1d_int.hh, * mln/make/w_window2d.hh, * mln/make/w_window2d_int.hh, * mln/make/w_window3d.hh, * mln/make/w_window3d_int.hh, * mln/make/w_window_directional.hh, * mln/make/win_chamfer.hh, * mln/math/abs.hh, * mln/math/acos.hh, * mln/math/all.hh, * mln/math/cos.hh, * mln/math/diff_abs.hh, * mln/math/essential.hh, * mln/math/jacobi.hh, * mln/math/max.hh, * mln/math/min.hh, * mln/math/round.hh, * mln/math/round_sat.hh, * mln/math/sign.hh, * mln/math/sin.hh, * mln/math/sqr.hh, * mln/math/sqrt.hh, * mln/metal/abort.hh, * mln/metal/all.hh, * mln/metal/ands.hh, * mln/metal/bexpr.hh, * mln/metal/bool.hh, * mln/metal/const.hh, * mln/metal/converts_to.hh, * mln/metal/equal.hh, * mln/metal/essential.hh, * mln/metal/fix_return.hh, * mln/metal/goes_to.hh, * mln/metal/if.hh, * mln/metal/int.hh, * mln/metal/is.hh, * mln/metal/is_a.hh, * mln/metal/is_const.hh, * mln/metal/is_not.hh, * mln/metal/is_not_a.hh, * mln/metal/is_not_const.hh, * mln/metal/is_not_ref.hh, * mln/metal/is_ref.hh, * mln/metal/is_unqualif.hh, * mln/metal/mat.hh, * mln/metal/math/all.hh, * mln/metal/math/max.hh, * mln/metal/math/pow.hh, * mln/metal/math/root.hh, * mln/metal/math/sqrt.hh, * mln/metal/none.hh, * mln/metal/not_equal.hh, * mln/metal/ref.hh, * mln/metal/ret.hh, * mln/metal/same_coord.hh, * mln/metal/same_point.hh, * mln/metal/templated_by.hh, * mln/metal/unconst.hh, * mln/metal/unptr.hh, * mln/metal/unqualif.hh, * mln/metal/unref.hh, * mln/metal/vec.hh, * mln/morpho/Rd.hh, * mln/morpho/algebraic_filter.hh, * mln/morpho/all.hh, * mln/morpho/approx/all.hh, * mln/morpho/approx/dilation.hh, * mln/morpho/approx/erosion.hh, * mln/morpho/attribute/all.hh, * mln/morpho/attribute/card.hh, * mln/morpho/attribute/count_adjacent_vertices.hh, * mln/morpho/attribute/height.hh, * mln/morpho/attribute/sharpness.hh, * mln/morpho/attribute/sum.hh, * mln/morpho/attribute/volume.hh, * mln/morpho/closing/algebraic.hh, * mln/morpho/closing/all.hh, * mln/morpho/closing/approx/all.hh, * mln/morpho/closing/approx/structural.hh, * mln/morpho/closing/area.hh, * mln/morpho/closing/area_on_vertices.hh, * mln/morpho/closing/essential.hh, * mln/morpho/closing/height.hh, * mln/morpho/closing/leveling.hh, * mln/morpho/closing/structural.hh, * mln/morpho/closing/sum.hh, * mln/morpho/closing/volume.hh, * mln/morpho/complementation.hh, * mln/morpho/contrast.hh, * mln/morpho/dilation.hh, * mln/morpho/elementary/all.hh, * mln/morpho/elementary/closing.hh, * mln/morpho/elementary/dilation.hh, * mln/morpho/elementary/erosion.hh, * mln/morpho/elementary/essential.hh, * mln/morpho/elementary/gradient.hh, * mln/morpho/elementary/gradient_external.hh, * mln/morpho/elementary/gradient_internal.hh, * mln/morpho/elementary/laplacian.hh, * mln/morpho/elementary/like_ero_fun.hh, * mln/morpho/elementary/like_ero_set.hh, * mln/morpho/elementary/opening.hh, * mln/morpho/elementary/top_hat.hh, * mln/morpho/erosion.hh, * mln/morpho/essential.hh, * mln/morpho/general.hh, * mln/morpho/general.spe.hh, * mln/morpho/gradient.hh, * mln/morpho/hit_or_miss.hh, * mln/morpho/includes.hh, * mln/morpho/internal/elementary.hh, * mln/morpho/laplacian.hh, * mln/morpho/leveling_filter.hh, * mln/morpho/line_gradient.hh, * mln/morpho/meyer_wst.hh, * mln/morpho/min.hh, * mln/morpho/minus.hh, * mln/morpho/opening/algebraic.hh, * mln/morpho/opening/all.hh, * mln/morpho/opening/approx/all.hh, * mln/morpho/opening/approx/structural.hh, * mln/morpho/opening/area.hh, * mln/morpho/opening/area_on_vertices.hh, * mln/morpho/opening/essential.hh, * mln/morpho/opening/height.hh, * mln/morpho/opening/leveling.hh, * mln/morpho/opening/structural.hh, * mln/morpho/opening/volume.hh, * mln/morpho/plus.hh, * mln/morpho/rank_filter.hh, * mln/morpho/reconstruction/all.hh, * mln/morpho/reconstruction/by_dilation/all.hh, * mln/morpho/reconstruction/by_erosion/all.hh, * mln/morpho/skeleton_constrained.hh, * mln/morpho/thick_miss.hh, * mln/morpho/thickening.hh, * mln/morpho/thin_fit.hh, * mln/morpho/thinning.hh, * mln/morpho/top_hat.hh, * mln/morpho/tree/all.hh, * mln/morpho/tree/compute_attribute_image.hh, * mln/morpho/tree/compute_parent.hh, * mln/morpho/tree/data.hh, * mln/morpho/tree/filter/filter.hh, * mln/morpho/tree/max.hh, * mln/morpho/tree/propagate_if.hh, * mln/morpho/tree/propagate_node.hh, * mln/morpho/tree/propagate_representative.hh, * mln/morpho/tree/utils.hh, * mln/morpho/watershed/all.hh, * mln/morpho/watershed/flooding.hh, * mln/morpho/watershed/superpose.hh, * mln/norm/all.hh, * mln/norm/essential.hh, * mln/norm/l1.hh, * mln/norm/l2.hh, * mln/norm/linfty.hh, * mln/opt/all.hh, * mln/opt/at.hh, * mln/opt/element.hh, * mln/opt/essential.hh, * mln/opt/value.hh, * mln/pw/all.hh, * mln/pw/cst.hh, * mln/pw/essential.hh, * mln/pw/image.hh, * mln/pw/internal/image_base.hh, * mln/pw/value.hh, * mln/pw/var.hh, * mln/registration/all.hh, * mln/registration/essential.hh, * mln/registration/icp.hh, * mln/registration/registration.hh, * mln/set/all.hh, * mln/set/card.hh, * mln/set/compute.hh, * mln/set/compute_with_weights.hh, * mln/set/diff.hh, * mln/set/essential.hh, * mln/set/get.hh, * mln/set/has.hh, * mln/set/inter.hh, * mln/set/sym_diff.hh, * mln/set/uni.hh, * mln/set/unique.hh, * mln/subsampling/all.hh, * mln/subsampling/essential.hh, * mln/subsampling/gaussian_subsampling.hh, * mln/subsampling/subsampling.hh, * mln/tag/all.hh, * mln/tag/essential.hh, * mln/tag/init.hh, * mln/tag/skeleton.hh, * mln/test/all.hh, * mln/test/essential.hh, * mln/test/positive.hh, * mln/test/predicate.hh, * mln/topo/adj_higher_dim_connected_n_face_iter.hh, * mln/topo/adj_higher_face_iter.hh, * mln/topo/adj_lower_dim_connected_n_face_iter.hh, * mln/topo/adj_lower_face_iter.hh, * mln/topo/adj_lower_higher_face_iter.hh, * mln/topo/adj_m_face_iter.hh, * mln/topo/algebraic_face.hh, * mln/topo/algebraic_n_face.hh, * mln/topo/all.hh, * mln/topo/attic/faces_iter.hh, * mln/topo/center_only_iter.hh, * mln/topo/centered_iter_adapter.hh, * mln/topo/complex.hh, * mln/topo/complex_iterators.hh, * mln/topo/detach.hh, * mln/topo/essential.hh, * mln/topo/face.hh, * mln/topo/face_data.hh, * mln/topo/face_iter.hh, * mln/topo/internal/complex_iterator_base.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/is_facet.hh, * mln/topo/is_n_face.hh, * mln/topo/is_simple_2d.hh, * mln/topo/is_simple_cell.hh, * mln/topo/n_face.hh, * mln/topo/n_face_iter.hh, * mln/topo/n_faces_set.hh, * mln/topo/skeleton/breadth_first_thinning.hh, * mln/topo/skeleton/crest.hh, * mln/topo/skeleton/is_simple_point.hh, * mln/topo/static_n_face_iter.hh, * mln/trace/all.hh, * mln/trace/entering.hh, * mln/trace/essential.hh, * mln/trace/exiting.hh, * mln/trace/quiet.hh, * mln/trace/resume.hh, * mln/trace/stop.hh, * mln/trace/warning.hh, * mln/trait/accumulator/print.hh, * mln/trait/accumulator/props.hh, * mln/trait/accumulators.hh, * mln/trait/all.hh, * mln/trait/ch_function_value.hh, * mln/trait/ch_value.hh, * mln/trait/concrete.hh, * mln/trait/essential.hh, * mln/trait/image/print.hh, * mln/trait/image/props.hh, * mln/trait/image_from_grid.hh, * mln/trait/images.hh, * mln/trait/neighborhood.hh, * mln/trait/next/solve.hh, * mln/trait/next/solve_binary.hh, * mln/trait/next/solve_proxy.hh, * mln/trait/next/solve_unary.hh, * mln/trait/op/all.hh, * mln/trait/op/and.hh, * mln/trait/op/decl.hh, * mln/trait/op/div.hh, * mln/trait/op/eq.hh, * mln/trait/op/essential.hh, * mln/trait/op/geq.hh, * mln/trait/op/greater.hh, * mln/trait/op/leq.hh, * mln/trait/op/less.hh, * mln/trait/op/lor.hh, * mln/trait/op/minus.hh, * mln/trait/op/mod.hh, * mln/trait/op/neq.hh, * mln/trait/op/not.hh, * mln/trait/op/or.hh, * mln/trait/op/ord.hh, * mln/trait/op/plus.hh, * mln/trait/op/postdec.hh, * mln/trait/op/postinc.hh, * mln/trait/op/predec.hh, * mln/trait/op/preinc.hh, * mln/trait/op/times.hh, * mln/trait/op/uminus.hh, * mln/trait/op/uplus.hh, * mln/trait/op/xor.hh, * mln/trait/promote.hh, * mln/trait/site_set/print.hh, * mln/trait/site_set/props.hh, * mln/trait/site_sets.hh, * mln/trait/solve.hh, * mln/trait/solve_binary.hh, * mln/trait/solve_unary.hh, * mln/trait/undef.hh, * mln/trait/value/all.hh, * mln/trait/value/comp.hh, * mln/trait/value/essential.hh, * mln/trait/value/internal/all.hh, * mln/trait/value/internal/comp.hh, * mln/trait/value/kind.hh, * mln/trait/value/nature.hh, * mln/trait/value/print.hh, * mln/trait/value/quant.hh, * mln/trait/value_.hh, * mln/trait/window/print.hh, * mln/trait/window/props.hh, * mln/trait/windows.hh, * mln/transform/all.hh, * mln/transform/distance_and_closest_point_geodesic.hh, * mln/transform/distance_and_influence_zone_geodesic.hh, * mln/transform/distance_front.hh, * mln/transform/distance_geodesic.hh, * mln/transform/essential.hh, * mln/transform/hough.hh, * mln/transform/influence_zone_front.hh, * mln/transform/influence_zone_geodesic.hh, * mln/transform/internal/all.hh, * mln/transform/internal/closest_point_functor.hh, * mln/transform/internal/distance_functor.hh, * mln/transform/internal/influence_zone_functor.hh, * mln/util/adjacency_matrix.hh, * mln/util/all.hh, * mln/util/array.hh, * mln/util/branch_iter.hh, * mln/util/branch_iter_ind.hh, * mln/util/couple.hh, * mln/util/dindex.hh, * mln/util/eat.hh, * mln/util/edge.hh, * mln/util/essential.hh, * mln/util/graph.hh, * mln/util/graph_ids.hh, * mln/util/ignore.hh, * mln/util/index.hh, * mln/util/internal/edge_impl.hh, * mln/util/internal/graph_base.hh, * mln/util/internal/graph_iter.hh, * mln/util/internal/graph_iter_base.hh, * mln/util/internal/graph_nbh_iter.hh, * mln/util/internal/graph_nbh_iter_base.hh, * mln/util/internal/id2element.hh, * mln/util/internal/vertex_impl.hh, * mln/util/lazy_set.hh, * mln/util/lemmings.hh, * mln/util/line_graph.hh, * mln/util/max.hh, * mln/util/multi_site.hh, * mln/util/nil.hh, * mln/util/object_id.hh, * mln/util/ord.hh, * mln/util/ord_pair.hh, * mln/util/pix.hh, * mln/util/set.hh, * mln/util/site_pair.hh, * mln/util/soft_heap.hh, * mln/util/timer.hh, * mln/util/tracked_ptr.hh, * mln/util/tree.hh, * mln/util/tree_fast.hh, * mln/util/tree_fast_to_image.hh, * mln/util/tree_to_fast.hh, * mln/util/tree_to_image.hh, * mln/util/vertex.hh, * mln/util/yes.hh, * mln/value/aliases.hh, * mln/value/all.hh, * mln/value/builtin/all.hh, * mln/value/builtin/carrays.hh, * mln/value/builtin/essential.hh, * mln/value/builtin/floatings.hh, * mln/value/builtin/integers.hh, * mln/value/builtin/ops.hh, * mln/value/builtin/promotions.hh, * mln/value/builtin/symbolics.hh, * mln/value/cast.hh, * mln/value/concept/all.hh, * mln/value/concept/built_in.hh, * mln/value/concept/data.hh, * mln/value/concept/essential.hh, * mln/value/concept/floating.hh, * mln/value/concept/integer.hh, * mln/value/concept/scalar.hh, * mln/value/concept/structured.hh, * mln/value/concept/symbolic.hh, * mln/value/concept/vectorial.hh, * mln/value/equiv.hh, * mln/value/essential.hh, * mln/value/float01.hh, * mln/value/float01_.hh, * mln/value/float01_16.hh, * mln/value/float01_8.hh, * mln/value/float01_f.hh, * mln/value/gl16.hh, * mln/value/gl8.hh, * mln/value/glf.hh, * mln/value/graylevel.hh, * mln/value/graylevel_f.hh, * mln/value/hsl.hh, * mln/value/int_s.hh, * mln/value/int_s16.hh, * mln/value/int_s32.hh, * mln/value/int_s8.hh, * mln/value/int_u.hh, * mln/value/int_u12.hh, * mln/value/int_u16.hh, * mln/value/int_u32.hh, * mln/value/int_u8.hh, * mln/value/int_u_sat.hh, * mln/value/internal/all.hh, * mln/value/internal/convert.hh, * mln/value/internal/encoding.hh, * mln/value/internal/essential.hh, * mln/value/internal/gray_.hh, * mln/value/internal/gray_f.hh, * mln/value/internal/integer.hh, * mln/value/internal/iterable_set.hh, * mln/value/internal/limits.hh, * mln/value/internal/value_like.hh, * mln/value/interval.hh, * mln/value/label.hh, * mln/value/label_16.hh, * mln/value/label_8.hh, * mln/value/lut_vec.hh, * mln/value/ops.hh, * mln/value/other.hh, * mln/value/proxy.hh, * mln/value/rgb.hh, * mln/value/rgb16.hh, * mln/value/rgb8.hh, * mln/value/scalar.hh, * mln/value/set.hh, * mln/value/shell.hh, * mln/value/sign.hh, * mln/value/stack.hh, * mln/value/super_value.hh, * mln/value/viter.hh, * mln/win/all.hh, * mln/win/backdiag2d.hh, * mln/win/ball.hh, * mln/win/cube3d.hh, * mln/win/cuboid3d.hh, * mln/win/diag2d.hh, * mln/win/diff.hh, * mln/win/disk2d.hh, * mln/win/essential.hh, * mln/win/hline2d.hh, * mln/win/inter.hh, * mln/win/line.hh, * mln/win/multiple.hh, * mln/win/multiple_size.hh, * mln/win/octagon2d.hh, * mln/win/rectangle2d.hh, * mln/win/segment1d.hh, * mln/win/shift.hh, * mln/win/sphere3d.hh, * mln/win/sym.hh, * mln/win/vline2d.hh, * mln/world/all.hh, * mln/world/binary_2d/all.hh, * mln/world/binary_2d/enlarge.hh, * mln/world/binary_2d/projected_histo.hh, * mln/world/binary_2d/subsample.hh, * mln/world/inter_pixel/all.hh, * mln/world/inter_pixel/compute.hh, * mln/world/inter_pixel/dim2/all.hh, * mln/world/inter_pixel/dim2/is_dot.hh, * mln/world/inter_pixel/dim2/is_edge.hh, * mln/world/inter_pixel/dim2/is_pixel.hh, * mln/world/inter_pixel/dim2/is_row_odd.hh, * mln/world/inter_pixel/dim2/make_edge_image.hh, * mln/world/inter_pixel/display_edge.hh, * mln/world/inter_pixel/full2image.hh, * mln/world/inter_pixel/immerse.hh, * mln/world/inter_pixel/is_pixel.hh, * mln/world/inter_pixel/is_separator.hh, * mln/world/inter_pixel/neighb2d.hh, * mln/world/inter_pixel/separator_to_pixels.hh, * tests/accu/all_accus.cc, * tests/accu/bbox.cc, * tests/accu/compute.cc, * tests/accu/count.cc, * tests/accu/histo.cc, * tests/accu/image/init.cc, * tests/accu/image/set_value.cc, * tests/accu/image/take.cc, * tests/accu/image/take_as_init.cc, * tests/accu/image/take_n_times.cc, * tests/accu/image/to_result.cc, * tests/accu/image/untake.cc, * tests/accu/line.cc, * tests/accu/max_site.cc, * tests/accu/nil.cc, * tests/accu/pair.cc, * tests/accu/rank.cc, * tests/accu/site_set/rectangularity.cc, * tests/accu/stat/max.cc, * tests/accu/stat/max_h.cc, * tests/accu/stat/mean.cc, * tests/accu/stat/median_h.cc, * tests/accu/stat/min.cc, * tests/accu/stat/min_h.cc, * tests/accu/stat/min_max.cc, * tests/accu/stat/var.cc, * tests/accu/transform.cc, * tests/accu/transform_diagonal.cc, * tests/accu/transform_directional.cc, * tests/accu/transform_line.cc, * tests/accu/transform_snake.cc, * tests/accu/tuple.cc, * tests/algebra/h_mat.cc, * tests/algebra/h_vec.cc, * tests/algebra/mat.cc, * tests/algebra/mat2.cc, * tests/algebra/op_times.cc, * tests/algebra/quat.cc, * tests/algebra/vec.cc, * tests/algebra/vec2.cc, * tests/all_headers.cc, * tests/arith/all_headers.cc, * tests/arith/diff_abs.cc, * tests/arith/minus.cc, * tests/arith/minus_full.cc, * tests/arith/plus.cc, * tests/arith/plus_full.cc, * tests/arith/revert.cc, * tests/arith/revert_full.cc, * tests/arith/times.cc, * tests/arith/times_full.cc, * tests/binarization/threshold.cc, * tests/border/adjust.cc, * tests/border/adjust_full.cc, * tests/border/all_headers.cc, * tests/border/duplicate.cc, * tests/border/duplicate_full.cc, * tests/border/equalize.cc, * tests/border/equalize_full.cc, * tests/border/fill.cc, * tests/border/fill_full.cc, * tests/border/find.cc, * tests/border/find_full.cc, * tests/border/get.cc, * tests/border/get_full.cc, * tests/border/mirror.cc, * tests/border/mirror_full.cc, * tests/border/resize.cc, * tests/border/resize_equal.cc, * tests/border/resize_full.cc, * tests/border/resize_image1d_1.cc, * tests/border/resize_image1d_2.cc, * tests/border/resize_image1d_3.cc, * tests/border/resize_image2d_1.cc, * tests/border/resize_image2d_2.cc, * tests/border/resize_image2d_3.cc, * tests/border/resize_image3d_1.cc, * tests/border/resize_image3d_2.cc, * tests/border/resize_image3d_3.cc, * tests/border/resize_image_if.cc, * tests/border/resize_sub_image.cc, * tests/canvas/browsing/backdiagonal2d.cc, * tests/canvas/browsing/breadth_first_search.cc, * tests/canvas/browsing/depth_first_search.cc, * tests/canvas/browsing/diagonal2d.cc, * tests/canvas/browsing/dir_struct_elt_incr_update.cc, * tests/canvas/browsing/fwd.cc, * tests/canvas/browsing/hyper_directional.cc, * tests/canvas/browsing/snake_fwd.cc, * tests/canvas/browsing/snake_generic_2d_hori.cc, * tests/canvas/browsing/snake_generic_2d_vert.cc, * tests/canvas/browsing/snake_generic_3d_hori.cc, * tests/canvas/browsing/snake_generic_3d_vert.cc, * tests/canvas/browsing/snake_vert.cc, * tests/canvas/chamfer.cc, * tests/convert/impl/from_site_set_to_image.cc, * tests/convert/to_hsl.cc, * tests/convert/to_image.cc, * tests/convert/to_p_array.cc, * tests/convert/to_p_set.cc, * tests/convert/to_rgb.cc, * tests/convert/to_window.cc, * tests/core/alias/box1d.cc, * tests/core/alias/box2d.cc, * tests/core/alias/box3d.cc, * tests/core/alias/dpoint1d.cc, * tests/core/alias/dpoint2d.cc, * tests/core/alias/dpoint3d.cc, * tests/core/alias/point1d.cc, * tests/core/alias/point2d.cc, * tests/core/alias/point3d.cc, * tests/core/alias/w_window1d_int.cc, * tests/core/alias/w_window2d_int.cc, * tests/core/alias/window1d.cc, * tests/core/alias/window2d.cc, * tests/core/alias/window3d.cc, * tests/core/image/complex_image.cc, * tests/core/image/complex_image.hh, * tests/core/image/dmorph/hexa.cc, * tests/core/image/dmorph/image2d_h.cc, * tests/core/image/dmorph/image_if.cc, * tests/core/image/dmorph/p2p_image.cc, * tests/core/image/dmorph/slice_image.cc, * tests/core/image/dmorph/sub_image.cc, * tests/core/image/dmorph/transformed_image.cc, * tests/core/image/dmorph/unproject_image.cc, * tests/core/image/edge_image.cc, * tests/core/image/flat_image.cc, * tests/core/image/graph_image.cc, * tests/core/image/image1d.cc, * tests/core/image/image2d.cc, * tests/core/image/image3d.cc, * tests/core/image/imorph/decorated_image.cc, * tests/core/image/imorph/interpolated.cc, * tests/core/image/imorph/labeled_image.cc, * tests/core/image/imorph/safe_image.cc, * tests/core/image/imorph/tr_image.cc, * tests/core/image/line_graph_image.cc, * tests/core/image/plain.cc, * tests/core/image/vertex_image.cc, * tests/core/image/vmorph/cast_image.cc, * tests/core/other/box_runstart_piter.cc, * tests/core/other/category.cc, * tests/core/other/dpoints_pixter.cc, * tests/core/other/graph_elt_neighborhood.cc, * tests/core/other/graph_elt_neighborhood_if.cc, * tests/core/other/graph_elt_window.cc, * tests/core/other/graph_elt_window_if.cc, * tests/core/other/neighb.cc, * tests/core/other/pixel.cc, * tests/core/other/pixter1d.cc, * tests/core/other/pixter1d_more.cc, * tests/core/other/pixter2d.cc, * tests/core/other/pixter2d_more.cc, * tests/core/other/pixter3d.cc, * tests/core/other/pixter3d_more.cc, * tests/core/other/point_set_compatibility.cc, * tests/core/other/var.cc, * tests/core/other/w_window.cc, * tests/core/routine/duplicate.cc, * tests/core/routine/exact.cc, * tests/core/routine/extend.cc, * tests/core/routine/initialize.cc, * tests/core/routine/primary.cc, * tests/core/site_set/operators.cc, * tests/core/site_set/p_array.cc, * tests/core/site_set/p_complex.cc, * tests/core/site_set/p_edges.cc, * tests/core/site_set/p_if.cc, * tests/core/site_set/p_image.cc, * tests/core/site_set/p_priority_queue.cc, * tests/core/site_set/p_queue.cc, * tests/core/site_set/p_queue_fast.cc, * tests/core/site_set/p_set.cc, * tests/core/site_set/p_transformed.cc, * tests/core/site_set/p_vaccess.cc, * tests/core/site_set/p_vertices.cc, * tests/data/abs.cc, * tests/data/abs_full.cc, * tests/data/all_headers.cc, * tests/data/apply.cc, * tests/data/apply_full.cc, * tests/data/approx/median.cc, * tests/data/compare.cc, * tests/data/compare_full.cc, * tests/data/compute.cc, * tests/data/compute_full.cc, * tests/data/convert.cc, * tests/data/fill.cc, * tests/data/fill_full.cc, * tests/data/fill_with_image.cc, * tests/data/fill_with_value.cc, * tests/data/median.cc, * tests/data/median_fast.cc, * tests/data/memcpy_.cc, * tests/data/memset_.cc, * tests/data/naive/median.cc, * tests/data/paste.cc, * tests/data/paste_full.cc, * tests/data/replace.cc, * tests/data/saturate.cc, * tests/data/saturate_full.cc, * tests/data/sort_psites.cc, * tests/data/stretch.cc, * tests/data/stretch_full.cc, * tests/data/transform.cc, * tests/data/transform_full.cc, * tests/data/transform_inplace.cc, * tests/data/update.cc, * tests/debug/iota.cc, * tests/debug/println.cc, * tests/debug/println_with_border.cc, * tests/debug/slices_2d.cc, * tests/display/all_headers.cc, * tests/draw/all_headers.cc, * tests/draw/graph.cc, * tests/draw/line.cc, * tests/essential_headers.cc, * tests/estim/mean.cc, * tests/estim/min_max.cc, * tests/extension/fill.cc, * tests/fun/i2v/all_to.cc, * tests/fun/i2v/array.cc, * tests/fun/i2v/value_at_index.cc, * tests/fun/ops.cc, * tests/fun/p2p/fold.cc, * tests/fun/p2p/translation.cc, * tests/fun/stat/mahalanobis.cc, * tests/fun/v2i/index_of_value.cc, * tests/fun/v2v/component.cc, * tests/fun/v2v/hsl_to_rgb.cc, * tests/fun/v2v/norm.cc, * tests/fun/v2v/projection.cc, * tests/fun/v2v/rgb_to_hsl.cc, * tests/fun/v2v/wrap.cc, * tests/fun/vv2v/max.cc, * tests/fun/vv2v/min.cc, * tests/fun/x2x/composed.cc, * tests/fun/x2x/rotation.cc, * tests/fun/x2x/translation.cc, * tests/geom/nsites.cc, * tests/geom/seed2tiling.cc, * tests/geom/seed2tiling_roundness.cc, * tests/global_vars1.cc, * tests/global_vars2.cc, * tests/graph/attribute/card.cc, * tests/graph/attribute/representative.cc, * tests/graph/labeling.cc, * tests/histo/compute.cc, * tests/histo/point_from_value.cc, * tests/histo/to_image1d.cc, * tests/io/dicom/dicom.cc, * tests/io/dump/dump.cc, * tests/io/fits/fits.cc, * tests/io/magick/load.cc, * tests/io/magick/save.cc, * tests/io/off/load_bin.cc, * tests/io/off/load_float.cc, * tests/io/off/load_save_bin.cc, * tests/io/pbm/pbm.cc, * tests/io/pbm/pbm_ascii.cc, * tests/io/pbms/load.cc, * tests/io/pgm/pgm.cc, * tests/io/pgm/pgm16.cc, * tests/io/pgm/pgm19.cc, * tests/io/pgm/pgm27.cc, * tests/io/pgm/pgm_ascii.cc, * tests/io/pgms/load.cc, * tests/io/ppm/ppm.cc, * tests/io/ppm/ppm16.cc, * tests/io/ppm/ppm23.cc, * tests/io/ppms/load.cc, * tests/io/tiff/load.cc, * tests/labeling/background.cc, * tests/labeling/blobs.cc, * tests/labeling/colorize.cc, * tests/labeling/compute.cc, * tests/labeling/fill_holes.cc, * tests/labeling/flat_zones.cc, * tests/labeling/foreground.cc, * tests/labeling/mean_values.cc, * tests/labeling/n_max.cc, * tests/labeling/pack.cc, * tests/labeling/regional_maxima.cc, * tests/labeling/regional_minima.cc, * tests/labeling/relabel.cc, * tests/labeling/value.cc, * tests/labeling/wrap.cc, * tests/linear/convolve.cc, * tests/linear/convolve_2x1d.cc, * tests/linear/convolve_directional.cc, * tests/linear/gaussian.cc, * tests/linear/gaussian/filter.cc, * tests/linear/lap.cc, * tests/linear/local/convolve.cc, * tests/linear/log.cc, * tests/linear/sobel_2d.cc, * tests/literal/black.cc, * tests/literal/medium_gray.cc, * tests/literal/one.cc, * tests/literal/white.cc, * tests/literal/zero.cc, * tests/logical/all_headers.cc, * tests/logical/and.cc, * tests/logical/and_not.cc, * tests/logical/not.cc, * tests/logical/or.cc, * tests/logical/xor.cc, * tests/make/dual_neighb.cc, * tests/make/dummy_p_edges.cc, * tests/make/dummy_p_vertices.cc, * tests/make/h_mat.cc, * tests/make/image2d.cc, * tests/make/image3d.cc, * tests/make/influence_zone_adjacency_graph.cc, * tests/make/mat.cc, * tests/make/p_edges_with_mass_centers.cc, * tests/make/p_vertices_with_mass_centers.cc, * tests/make/rag_and_labeled_wsl.cc, * tests/make/region_adjacency_graph.cc, * tests/make/w_window.cc, * tests/make/w_window_directional.cc, * tests/metal/converts_to.cc, * tests/metal/is.cc, * tests/metal/math/pow.cc, * tests/metal/math/root.cc, * tests/metal/unconst.cc, * tests/morpho/Rd.cc, * tests/morpho/approx/dilation.cc, * tests/morpho/approx/erosion.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/morpho/attribute/card.cc, * tests/morpho/attribute/height.cc, * tests/morpho/attribute/sum.cc, * tests/morpho/attribute/volume.cc, * tests/morpho/closing/algebraic.cc, * tests/morpho/closing/approx/structural.cc, * tests/morpho/closing/area.cc, * tests/morpho/closing/area_on_vertices.cc, * tests/morpho/closing/height.cc, * tests/morpho/closing/leveling.cc, * tests/morpho/closing/structural.cc, * tests/morpho/closing/sum.cc, * tests/morpho/closing/volume.cc, * tests/morpho/complex_image_morpho.cc, * tests/morpho/complex_image_wst.cc, * tests/morpho/contrast.cc, * tests/morpho/dilation.cc, * tests/morpho/elementary/closing.cc, * tests/morpho/elementary/dilation.cc, * tests/morpho/elementary/erosion.cc, * tests/morpho/elementary/gradient.cc, * tests/morpho/elementary/gradient_external.cc, * tests/morpho/elementary/gradient_internal.cc, * tests/morpho/elementary/laplacian.cc, * tests/morpho/elementary/opening.cc, * tests/morpho/elementary/top_hat.cc, * tests/morpho/erosion.cc, * tests/morpho/general.cc, * tests/morpho/gradient.cc, * tests/morpho/graph_image_morpho.cc, * tests/morpho/graph_image_wst.cc, * tests/morpho/hit_or_miss.cc, * tests/morpho/laplacian.cc, * tests/morpho/lena_line_graph_image_wst1.cc, * tests/morpho/lena_line_graph_image_wst2.cc, * tests/morpho/line_graph_image_morpho.cc, * tests/morpho/line_graph_image_wst.cc, * tests/morpho/meyer_wst.cc, * tests/morpho/meyer_wst_long.cc, * tests/morpho/opening/algebraic.cc, * tests/morpho/opening/approx/structural.cc, * tests/morpho/opening/area.cc, * tests/morpho/opening/area_on_vertices.cc, * tests/morpho/opening/height.cc, * tests/morpho/opening/leveling.cc, * tests/morpho/opening/structural.cc, * tests/morpho/opening/sum.cc, * tests/morpho/opening/volume.cc, * tests/morpho/rank_filter.cc, * tests/morpho/reconstruction/by_dilation/union_find.cc, * tests/morpho/reconstruction/by_erosion/union_find.cc, * tests/morpho/skeleton_constrained.cc, * tests/morpho/thinning.cc, * tests/morpho/top_hat.cc, * tests/morpho/tree/compute_attribute_image.cc, * tests/morpho/tree/compute_parent.cc, * tests/morpho/tree/data.cc, * tests/morpho/tree/filter/filter.cc, * tests/morpho/tree/max.cc, * tests/morpho/watershed/flooding.cc, * tests/morpho/watershed/superpose.cc, * tests/norm/l1.cc, * tests/norm/l2.cc, * tests/norm/linfty.cc, * tests/opt/at.cc, * tests/opt/element.cc, * tests/opt/value.cc, * tests/pw/image.cc, * tests/pw/value.cc, * tests/registration/registration.cc, * tests/set/card.cc, * tests/set/compute.cc, * tests/set/compute_with_weights.cc, * tests/set/diff.cc, * tests/set/inter.cc, * tests/set/sym_diff.cc, * tests/set/uni.cc, * tests/set/unique.cc, * tests/test/positive.cc, * tests/timer.hh, * tests/topo/complex.cc, * tests/topo/skeleton/crest.cc, * tests/topo/skeleton/is_simple_point.cc, * tests/trait/ch_value.cc, * tests/trait/image/images.cc, * tests/trait/op/plus.cc, * tests/trait/op/uminus.cc, * tests/trait/super.cc, * tests/trait/value/comp.cc, * tests/trait/value/values.cc, * tests/transform/bench_closest_point_geodesic.cc, * tests/transform/distance_and_closest_point_geodesic.cc, * tests/transform/distance_front.cc, * tests/transform/distance_geodesic.cc, * tests/transform/hough.cc, * tests/transform/influence_zone_front.cc, * tests/transform/influence_zone_geodesic.cc, * tests/transformation/rotate.cc, * tests/util/adjacency_matrix.cc, * tests/util/all_headers.cc, * tests/util/branch_iter.cc, * tests/util/branch_iter_ind.cc, * tests/util/eat.cc, * tests/util/fibonacci_heap.cc, * tests/util/graph.cc, * tests/util/lazy_set.cc, * tests/util/lemmings.cc, * tests/util/line_graph.cc, * tests/util/ord_pair.cc, * tests/util/set.cc, * tests/util/soft_heap.cc, * tests/util/tree.cc, * tests/util/tree_fast.cc, * tests/util/tree_fast_to_image.cc, * tests/util/tree_to_fast.cc, * tests/util/tree_to_image.cc, * tests/util/yes.cc, * tests/value/bool.cc, * tests/value/builtin/builtin.cc, * tests/value/equiv.cc, * tests/value/float01.cc, * tests/value/float01_bis.cc, * tests/value/float01_f.cc, * tests/value/graylevel.cc, * tests/value/graylevel_f.cc, * tests/value/graylevel_f_full.cc, * tests/value/graylevel_full.cc, * tests/value/int_s.cc, * tests/value/int_s16.cc, * tests/value/int_u8.cc, * tests/value/interop.cc, * tests/value/label.cc, * tests/value/macros.hh, * tests/value/rgb8.cc, * tests/value/rgb_full.cc, * tests/value/scalar.cc, * tests/value/set.cc, * tests/value/sign.cc, * tests/value/stack.cc, * tests/win/backdiag2d.cc, * tests/win/ball.cc, * tests/win/cube3d.cc, * tests/win/cuboid3d.cc, * tests/win/diag2d.cc, * tests/win/diff.cc, * tests/win/disk2d.cc, * tests/win/hline2d.cc, * tests/win/inter.cc, * tests/win/octagon2d.cc, * tests/win/rectangle2d.cc, * tests/win/segment1d.cc, * tests/win/sphere3d.cc, * tests/win/vline2d.cc, * tests/world/inter_pixel/compute.cc, * tests/world/inter_pixel/dim2/make_edge_image.cc, * tests/world/inter_pixel/display_edge.cc, * tests/world/inter_pixel/immerse.cc, * tests/world/inter_pixel/is_pixel.cc, * tests/world/inter_pixel/is_separator.cc, * tests/world/inter_pixel/separator_to_pixels.cc: clear arguments of \file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4046 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Jun, 2009 2 commits
-
-
Thierry Geraud authored
* trash/clock_neighb2d.cc, * trash/neighb_image.cc, * trash/sparse_image.cc, * trash/mono_rle_encode.hh, * trash/boost_graph_structure.hh, * trash/boost_graph_access.hh, * trash/value_encode.hh, * trash/bgraph_image.cc, * trash/t_image.cc, * trash/boost_graph.cc, * trash/fi_adaptor.cc, * trash/translate_image.hh, * trash/obased_rle_image.hh, * trash/mono_rle_image.cc, * trash/value_enc_image.hh, * trash/graph_image.hh, * trash/mono_obased_rle_encode.hh, * trash/display_show.hh, * trash/clock_neighb.hh, * trash/display_color_pretty.hh, * trash/sparse_encode.hh, * trash/line_graph_image.hh, * trash/boost_graph_property.hh, * trash/to_tiles.hh, * trash/display_remove.hh, * trash/p_bgraph.hh, * trash/display_save.hh, * trash/rle_image.hh, * trash/translate_image.cc, * trash/p_bgraph_piter.hh, * trash/obased_rle_image.cc, * trash/value_enc_image.cc, * trash/mono_obased_rle_image.hh, * trash/neighb_get.hh, * trash/display_show.cc, * trash/clock_neighb2d.hh, * trash/neighb_image.hh, * trash/rle_encode.hh, * trash/sparse_image.hh, * trash/display_color_pretty.cc, * trash/bgraph_image.hh, * trash/display_save_and_show.hh, * trash/t_image.hh, * trash/save_and_show.cc, * trash/bgraph_psite.hh, * trash/boost_graph.hh, * trash/fi_adaptor.hh, * trash/to_tiles.cc, * trash/p_bgraph.cc, * trash/rle_image.cc, * trash/mono_rle_image.hh, * trash/obased_rle_encode.hh, * trash/mono_obased_rle_image.cc, * trash/clock_neighb2d_bis.cc, * mln/topo/face_iter.hh, * mln/topo/is_simple_cell.hh, * mln/topo/adj_higher_face_iter.hh, * mln/topo/skeleton/is_simple_point.hh, * mln/topo/skeleton/breadth_first_thinning.hh, * mln/topo/skeleton/crest.hh, * mln/topo/essential.hh, * mln/topo/algebraic_face.hh, * mln/topo/face_data.hh, * mln/topo/detach.hh, * mln/topo/adj_lower_higher_face_iter.hh, * mln/topo/face.hh, * mln/topo/n_face_iter.hh, * mln/topo/adj_lower_dim_connected_n_face_iter.hh, * mln/topo/complex_iterators.hh, * mln/topo/center_only_iter.hh, * mln/topo/algebraic_n_face.hh, * mln/topo/static_n_face_iter.hh, * mln/topo/attic/faces_iter.hh, * mln/topo/is_n_face.hh, * mln/topo/complex.hh, * mln/topo/adj_lower_face_iter.hh, * mln/topo/all.hh, * mln/topo/is_simple_2d.hh, * mln/topo/n_faces_set.hh, * mln/topo/adj_m_face_iter.hh, * mln/topo/n_face.hh, * mln/topo/centered_iter_adapter.hh, * mln/topo/adj_higher_dim_connected_n_face_iter.hh, * mln/topo/is_facet.hh, * mln/topo/internal/complex_relative_iterator_sequence.hh, * mln/topo/internal/complex_relative_iterator_base.hh, * mln/topo/internal/complex_set_iterator_base.hh, * mln/topo/internal/complex_iterator_base.hh, * mln/trait/accumulator/props.hh, * mln/trait/accumulator/print.hh, * mln/trait/site_set/props.hh, * mln/trait/site_set/print.hh, * mln/trait/image/props.hh, * mln/trait/image/print.hh, * mln/trait/promote.hh, * mln/trait/ch_value.hh, * mln/trait/essential.hh, * mln/trait/solve.hh, * mln/trait/windows.hh, * mln/trait/ch_function_value.hh, * mln/trait/solve_binary.hh, * mln/trait/undef.hh, * mln/trait/accumulators.hh, * mln/trait/site_sets.hh, * mln/trait/concrete.hh, * mln/trait/images.hh, * mln/trait/solve_unary.hh, * mln/trait/neighborhood.hh, * mln/trait/all.hh, * mln/trait/functions.hh, * mln/trait/window/props.hh, * mln/trait/window/print.hh, * mln/trait/image_from_grid.hh, * mln/trait/value_.hh, * mln/trait/value/kind.hh, * mln/trait/value/essential.hh, * mln/trait/value/all.hh, * mln/trait/value/quant.hh, * mln/trait/value/print.hh, * mln/trait/value/nature.hh, * mln/trait/value/internal/all.hh, * mln/trait/value/internal/comp.hh, * mln/trait/value/comp.hh, * mln/trait/op/leq.hh, * mln/trait/op/times.hh, * mln/trait/op/div.hh, * mln/trait/op/neq.hh, * mln/trait/op/plus.hh, * mln/trait/op/ord.hh, * mln/trait/op/essential.hh, * mln/trait/op/greater.hh, * mln/trait/op/minus.hh, * mln/trait/op/lor.hh, * mln/trait/op/not.hh, * mln/trait/op/postdec.hh, * mln/trait/op/and.hh, * mln/trait/op/predec.hh, * mln/trait/op/eq.hh, * mln/trait/op/less.hh, * mln/trait/op/decl.hh, * mln/trait/op/all.hh, * mln/trait/op/uplus.hh, * mln/trait/op/xor.hh, * mln/trait/op/geq.hh, * mln/trait/op/mod.hh, * mln/trait/op/postinc.hh, * mln/trait/op/or.hh, * mln/trait/op/preinc.hh, * mln/trait/op/uminus.hh, * mln/trait/next/solve_unary.hh, * mln/trait/next/solve.hh, * mln/trait/next/solve_proxy.hh, * mln/trait/next/solve_binary.hh, * mln/subsampling/subsampling.hh, * mln/subsampling/essential.hh, * mln/subsampling/all.hh, * mln/subsampling/gaussian_subsampling.hh, * mln/histo/compute.spe.hh, * mln/histo/essential.hh, * mln/histo/all.hh, * mln/histo/point_from_value.hh, * mln/histo/compute.hh, * mln/histo/array.hh, * mln/debug/iota.spe.hh, * mln/debug/superpose.hh, * mln/debug/histo.hh, * mln/debug/println.hh, * mln/debug/quiet.hh, * mln/debug/essential.hh, * mln/debug/format.hh, * mln/debug/iota.hh, * mln/debug/put_word.hh, * mln/debug/println_with_border.spe.hh, * mln/debug/slices_2d.hh, * mln/debug/all.hh, * mln/debug/println.spe.hh, * mln/debug/println_with_border.hh, * mln/debug/draw_graph.hh, * mln/debug/filename.hh, * mln/world/inter_pixel/immerse.hh, * mln/world/inter_pixel/neighb2d.hh, * mln/world/inter_pixel/separator_to_pixels.hh, * mln/world/inter_pixel/full2image.hh, * mln/world/inter_pixel/all.hh, * mln/world/inter_pixel/display_edge.hh, * mln/world/inter_pixel/is_separator.hh, * mln/world/inter_pixel/compute.hh, * mln/world/inter_pixel/is_pixel.hh, * mln/world/inter_pixel/dim2/is_dot.hh, * mln/world/inter_pixel/dim2/make_edge_image.hh, * mln/world/inter_pixel/dim2/all.hh, * mln/world/inter_pixel/dim2/is_row_odd.hh, * mln/world/inter_pixel/dim2/is_pixel.hh, * mln/world/inter_pixel/dim2/is_edge.hh, * mln/world/all.hh, * mln/world/binary_2d/projected_histo.hh, * mln/world/binary_2d/all.hh, * mln/world/binary_2d/subsample.hh, * mln/world/binary_2d/enlarge.hh, * mln/core/site_set/p_complex.hh, * mln/core/site_set/box.hh, * mln/core/site_set/p_complex_piter.hh, * mln/core/site_set/box_piter.hh, * mln/core/site_set/p_priority.hh, * mln/core/site_set/p_faces.hh, * mln/core/site_set/p_queue.hh, * mln/core/site_set/p_vaccess.hh, * mln/core/site_set/p_key.hh, * mln/core/site_set/all.hh, * mln/core/site_set/p_centered.hh, * mln/core/site_set/p_queue_fast.hh, * mln/core/site_set/p_n_faces_piter.hh, * mln/core/site_set/p_graph_piter.hh, * mln/core/site_set/p_run.hh, * mln/core/site_set/p_run_piter.hh, * mln/core/site_set/essential.hh, * mln/core/site_set/p_double.hh, * mln/core/site_set/p_mutable_array_of.hh, * mln/core/site_set/p_line2d.hh, * mln/core/site_set/p_array.hh, * mln/core/site_set/p_set_of.hh, * mln/core/site_set/p_image.hh, * mln/core/site_set/p_vertices.hh, * mln/core/site_set/p_transformed.hh, * mln/core/site_set/p_transformed_piter.hh, * mln/core/site_set/attic/p_faces_piter.hh, * mln/core/site_set/attic/p_complex_faces_piter.hh, * mln/core/site_set/p_edges.hh, * mln/core/site_set/p_vertices_psite.hh, * mln/core/site_set/p_edges_psite.hh, * mln/core/site_set/p_set.hh, * mln/core/site_set/complex_psite.hh, * mln/core/site_set/p_if.hh, * mln/core/site_set/operators.hh, * mln/core/site_set/p_if_piter.hh, * mln/core/pixel.hh, * mln/core/macros.hh, * mln/core/image/complex_windows.hh, * mln/core/image/complex_neighborhoods.hh, * mln/core/image/essential.hh, * mln/core/image/flat_image.hh, * mln/core/image/dmorph/extension_fun.hh, * mln/core/image/dmorph/hexa.hh, * mln/core/image/dmorph/transformed_image.hh, * mln/core/image/dmorph/hexa_piter.hh, * mln/core/image/dmorph/sub_image.hh, * mln/core/image/dmorph/image_if.hh, * mln/core/image/dmorph/extended.hh, * mln/core/image/dmorph/slice_image.hh, * mln/core/image/dmorph/extension_ima.hh, * mln/core/image/dmorph/p2p_image.hh, * mln/core/image/dmorph/all.hh, * mln/core/image/dmorph/sub_image_if.hh, * mln/core/image/dmorph/unproject_image.hh, * mln/core/image/dmorph/extension_val.hh, * mln/core/image/dmorph/image2d_h.hh, * mln/core/image/graph_window_piter.hh, * mln/core/image/graph_elt_window.hh, * mln/core/image/graph_elt_neighborhood.hh, * mln/core/image/ch_piter.hh, * mln/core/image/imorph/lazy_image.hh, * mln/core/image/imorph/plain.hh, * mln/core/image/imorph/tr_image.hh, * mln/core/image/imorph/all.hh, * mln/core/image/imorph/interpolated.hh, * mln/core/image/imorph/labeled_image.hh, * mln/core/image/imorph/decorated_image.hh, * mln/core/image/imorph/safe.hh, * mln/core/image/complex_window_piter.hh, * mln/core/image/complex_neighborhood_piter.hh, * mln/core/image/edge_image.hh, * mln/core/image/image1d.hh, * mln/core/image/all.hh, * mln/core/image/image2d.hh, * mln/core/image/graph_window_if_piter.hh, * mln/core/image/image3d.hh, * mln/core/image/complex_image.hh, * mln/core/image/graph_elt_window_if.hh, * mln/core/image/graph_elt_neighborhood_if.hh, * mln/core/image/vmorph/thru_image.hh, * mln/core/image/vmorph/all.hh, * mln/core/image/vmorph/fun_image.hh, * mln/core/image/vmorph/cast_image.hh, * mln/core/image/vmorph/violent_cast_image.hh, * mln/core/image/vmorph/thrubin_image.hh, * mln/core/image/vertex_image.hh, * mln/core/faces_psite.hh, * mln/core/trait/essential.hh, * mln/core/trait/all.hh, * mln/core/trait/pixter.hh, * mln/core/trait/qlf_value.hh, * mln/core/trait/op_mult.hh, * mln/core/routine/initialize.hh, * mln/core/routine/ops.hh, * mln/core/routine/init.hh, * mln/core/routine/primary.hh, * mln/core/routine/exact.hh, * mln/core/routine/essential.hh, * mln/core/routine/extend.hh, * mln/core/routine/all.hh, * mln/core/routine/duplicate.hh, * mln/core/routine/init.hxx, * mln/core/essential.hh, * mln/core/var.hh, * mln/core/point.hh, * mln/core/alias/neighb1d.hh, * mln/core/alias/complex_geometry.hh, * mln/core/alias/dpoint1d.hh, * mln/core/alias/neighb2d.hh, * mln/core/alias/dpoint2d.hh, * mln/core/alias/neighb3d.hh, * mln/core/alias/dpoint3d.hh, * mln/core/alias/dpoint2d_h.hh, * mln/core/alias/p_runs2d.hh, * mln/core/alias/all.hh, * mln/core/alias/box1d.hh, * mln/core/alias/box2d.hh, * mln/core/alias/point1d.hh, * mln/core/alias/point2d.hh, * mln/core/alias/box3d.hh, * mln/core/alias/point3d.hh, * mln/core/alias/box2d_h.hh, * mln/core/alias/point2d_h.hh, * mln/core/alias/w_window1d_int.hh, * mln/core/alias/window1d.hh, * mln/core/alias/w_window2d_int.hh, * mln/core/alias/window2d.hh, * mln/core/alias/w_window3d_int.hh, * mln/core/alias/window3d.hh, * mln/core/alias/vec2d.hh, * mln/core/alias/vec3d.hh, * mln/core/alias/w_window1d_float.hh, * mln/core/alias/w_window2d_float.hh, * mln/core/alias/p_run2d.hh, * mln/core/alias/complex_image.hh, * mln/core/alias/w_window3d_float.hh, * mln/core/neighb.hh, * mln/core/box_runstart_piter.hh, * mln/core/w_window.hh, * mln/core/concept/proxy.hh, * mln/core/concept/meta_accumulator.hh, * mln/core/concept/function.hh, * mln/core/concept/value_iterator.hh, * mln/core/concept/value_set.hh, * mln/core/concept/weighted_window.hh, * mln/core/concept/box.hh, * mln/core/concept/proxy.hxx, * mln/core/concept/point.hh, * mln/core/concept/pixel_iterator.hh, * mln/core/concept/browsing.hh, * mln/core/concept/meta_function.hh, * mln/core/concept/mesh.hh, * mln/core/concept/meta_fun.hh, * mln/core/concept/graph.hh, * mln/core/concept/site_proxy.hh, * mln/core/concept/object.hh, * mln/core/concept/window.hh, * mln/core/concept/neighborhood.hh, * mln/core/concept/doc/image.hh, * mln/core/concept/doc/value_iterator.hh, * mln/core/concept/doc/weighted_window.hh, * mln/core/concept/doc/value_set.hh, * mln/core/concept/doc/box.hh, * mln/core/concept/doc/iterator.hh, * mln/core/concept/doc/pixel_iterator.hh, * mln/core/concept/doc/generalized_pixel.hh, * mln/core/concept/doc/dpoint.hh, * mln/core/concept/doc/point_iterator.hh, * mln/core/concept/doc/object.hh, * mln/core/concept/doc/neighborhood.hh, * mln/core/concept/doc/window.hh, * mln/core/concept/doc/image_fastest.hh, * mln/core/concept/doc/point_site.hh, * mln/core/concept/doc/site_set.hh, * mln/core/concept/doc/accumulator.hh, * mln/core/concept/all.hh, * mln/core/concept/image.hh, * mln/core/concept/pseudo_site.hh, * mln/core/concept/delta_point_site.hh, * mln/core/concept/iterator.hh, * mln/core/concept/generalized_pixel.hh, * mln/core/concept/literal.hh, * mln/core/concept/dpoint.hh, * mln/core/concept/gpoint.hh, * mln/core/concept/site.hh, * mln/core/concept/gdpoint.hh, * mln/core/concept/regular_grid.hh, * mln/core/concept/value.hh, * mln/core/concept/site_iterator.hh, * mln/core/concept/point_site.hh, * mln/core/concept/site_set.hh, * mln/core/concept/accumulator.hh, * mln/core/dpoint.hh, * mln/core/tags.hh, * mln/core/pixter1d.hh, * mln/core/def/coord.hh, * mln/core/def/essential.hh, * mln/core/def/all.hh, * mln/core/def/low_quant_nbits.hh, * mln/core/def/coordf.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/core/window.hh, * mln/core/all.hh, * mln/core/grids.hh, * mln/core/dpoints_pixter.hh, * mln/core/category.hh, * mln/core/contract.hh, * mln/core/a_point_of.hh, * mln/core/internal/pixel_iterator_base.hh, * mln/core/internal/coord_impl.hh, * mln/core/internal/complex_neighborhood_base.hh, * mln/core/internal/piter_identity.hh, * mln/core/internal/site_set_impl.hh, * mln/core/internal/geom_bbox.hh, * mln/core/internal/site_relative_iterator_base.hh, * mln/core/internal/exact.hh, * mln/core/internal/run_image.hh, * mln/core/internal/site_iterator_base.hh, * mln/core/internal/data.hh, * mln/core/internal/site_set_base.hh, * mln/core/internal/image_base.hh, * mln/core/internal/image_morpher.hh, * mln/core/internal/check/image_all.hh, * mln/core/internal/check/image_fastest.hh, * mln/core/internal/weighted_window_base.hh, * mln/core/internal/force_exact.hh, * mln/core/internal/graph_window_base.hh, * mln/core/internal/site_set_iterator_base.hh, * mln/core/internal/p_complex_piter_base.hh, * mln/core/internal/morpher_lvalue.hh, * mln/core/internal/image_primary.hh, * mln/core/internal/image_identity.hh, * mln/core/internal/piter_adaptor.hh, * mln/core/internal/graph_psite_base.hh, * mln/core/internal/neighborhood_base.hh, * mln/core/internal/window_base.hh, * mln/core/internal/pixel_impl.hh, * mln/core/internal/image_domain_morpher.hh, * mln/core/internal/complex_window_p_base.hh, * mln/core/internal/fixme.hh, * mln/core/internal/box_impl.hh, * mln/core/internal/image_value_morpher.hh, * mln/core/internal/pseudo_site_base.hh, * mln/core/internal/neighb_niter_impl.hh, * mln/core/internal/exact_gcc_2_95.hh, * mln/core/internal/set_of.hh, * mln/core/internal/classical_window_base.hh, * mln/core/internal/is_masked_impl_selector.hh, * mln/core/dpsites_piter.hh, * mln/math/min.hh, * mln/math/cos.hh, * mln/math/acos.hh, * mln/math/max.hh, * mln/math/essential.hh, * mln/math/jacobi.hh, * mln/math/round.hh, * mln/math/sqrt.hh, * mln/math/sin.hh, * mln/math/diff_abs.hh, * mln/math/round_sat.hh, * mln/math/sign.hh, * mln/math/abs.hh, * mln/math/sqr.hh, * mln/math/all.hh, * mln/math/pi.hh, * mln/literal/colors.hh, * mln/literal/one.hh, * mln/literal/ops.hh, * mln/literal/min.hh, * mln/literal/grays.hh, * mln/literal/max.hh, * mln/literal/essential.hh, * mln/literal/origin.hh, * mln/literal/all.hh, * mln/literal/identity.hh, * mln/literal/black.hh, * mln/literal/zero.hh, * mln/literal/white.hh, * mln/draw/essential.hh, * mln/draw/line.hh, * mln/draw/all.hh, * mln/draw/box.hh, * mln/draw/plot.hh, * mln/graph/attribute/card.hh, * mln/graph/attribute/representative.hh, * mln/graph/essential.hh, * mln/graph/all.hh, * mln/graph/compute.hh, * mln/graph/labeling.hh, * mln/graph/to_neighb.hh, * mln/graph/to_win.hh, * mln/opt/at.hh, * mln/opt/essential.hh, * mln/opt/all.hh, * mln/opt/element.hh, * mln/opt/value.hh, * mln/metal/unqualif.hh, * mln/metal/ands.hh, * mln/metal/fix_return.hh, * mln/metal/const.hh, * mln/metal/not_equal.hh, * mln/metal/is_not_ref.hh, * mln/metal/unconst.hh, * mln/metal/ret.hh, * mln/metal/math/root.hh, * mln/metal/math/max.hh, * mln/metal/math/pow.hh, * mln/metal/math/all.hh, * mln/metal/math/sqrt.hh, * mln/metal/is_not_a.hh, * mln/metal/bool.hh, * mln/metal/if.hh, * mln/metal/same_point.hh, * mln/metal/is_not_const.hh, * mln/metal/is_ref.hh, * mln/metal/equal.hh, * mln/metal/abort.hh, * mln/metal/unptr.hh, * mln/metal/all.hh, * mln/metal/templated_by.hh, * mln/metal/same_coord.hh, * mln/metal/is_a.hh, * mln/metal/vec.hh, * mln/metal/array.hh, * mln/metal/bexpr.hh, * mln/metal/is_const.hh, * mln/metal/mat.hh, * mln/metal/essential.hh, * mln/metal/int.hh, * mln/metal/is_not.hh, * mln/metal/none.hh, * mln/metal/goes_to.hh, * mln/metal/array1d.hh, * mln/metal/array2d.hh, * mln/metal/array3d.hh, * mln/metal/converts_to.hh, * mln/metal/is.hh, * mln/metal/ref.hh, * mln/metal/is_unqualif.hh, * mln/metal/unref.hh, * mln/transformation/essential.hh, * mln/transformation/all.hh, * mln/transformation/rotate.hh, * mln/all.hh, * mln/arith/times.hh, * mln/arith/div.hh, * mln/arith/min.hh, * mln/arith/plus.hh, * mln/arith/includes.hh, * mln/arith/essential.hh, * mln/arith/revert.hh, * mln/arith/times.spe.hh, * mln/arith/all.hh, * mln/arith/div.spe.hh, * mln/arith/min.spe.hh, * mln/arith/minus.hh, * mln/arith/diff_abs.hh, * mln/arith/revert.spe.hh, * mln/data/update.hh, * mln/data/fill_with_image.hh, * mln/data/fill.hh, * mln/data/was.median.hh, * mln/data/memcpy_.hh, * mln/data/transform.spe.hh, * mln/data/paste.spe.hh, * mln/data/fill_with_value.spe.hh, * mln/data/to_enc.hh, * mln/data/all.hh, * mln/data/transform.hh, * mln/data/replace.hh, * mln/data/approx/essential.hh, * mln/data/approx/all.hh, * mln/data/approx/median.hh, * mln/data/apply.spe.hh, * mln/data/paste.hh, * mln/data/stretch.hh, * mln/data/fill_with_value.hh, * mln/data/sort_offsets.hh, * mln/data/apply.hh, * mln/data/compare.hh, * mln/data/essential.hh, * mln/data/saturate.hh, * mln/data/memset_.hh, * mln/data/median.hh, * mln/data/naive/essential.hh, * mln/data/naive/all.hh, * mln/data/naive/median.hh, * mln/data/abs.hh, * mln/data/transform_inplace.hh, * mln/data/paste_without_localization.hh, * mln/data/fill_with_image.spe.hh, * mln/data/fast_median.hh, * mln/data/compute.hh, * mln/data/sort_psites.hh, * mln/data/convert.hh, * mln/linear/log.hh, * mln/linear/ch_convolve.hh, * mln/linear/essential.hh, * mln/linear/all.hh, * mln/linear/convolve_directional.hh, * mln/linear/convolve_2x1d.hh, * mln/linear/sobel_2d.hh, * mln/linear/gaussian.hh, * mln/linear/convolve.hh, * mln/linear/local/convolve.hh, * mln/linear/lap.hh, * mln/linear/gaussian/impl.hh, * mln/linear/gaussian/filter.hh, * mln/linear/gaussian/internal/coefficients.hh, * mln/linear/gaussian_directional_2d.hh, * mln/linear/gaussian_1d.hh, * mln/extract/hue.hh, * mln/extract/blue.hh, * mln/extract/essential.hh, * mln/extract/sat.hh, * mln/extract/all.hh, * mln/extract/red.hh, * mln/extract/lum.hh, * mln/extract/green.hh, * mln/transform/distance_and_influence_zone_geodesic.hh, * mln/transform/distance_front.hh, * mln/transform/distance_and_closest_point_geodesic.hh, * mln/transform/influence_zone_geodesic.hh, * mln/transform/essential.hh, * mln/transform/all.hh, * mln/transform/hough.hh, * mln/transform/influence_zone_front.hh, * mln/transform/distance_geodesic.hh, * mln/transform/internal/influence_zone_functor.hh, * mln/transform/internal/closest_point_functor.hh, * mln/transform/internal/all.hh, * mln/transform/internal/distance_functor.hh, * mln/tag/init.hh, * mln/tag/skeleton.hh, * mln/tag/essential.hh, * mln/tag/all.hh, * mln/accu/site_set/essential.hh, * mln/accu/site_set/all.hh, * mln/accu/site_set/rectangularity.hh, * mln/accu/nil.hh, * mln/accu/transform_line.hh, * mln/accu/image/take_n_times.hh, * mln/accu/image/init.hh, * mln/accu/image/take.hh, * mln/accu/image/essential.hh, * mln/accu/image/set_value.hh, * mln/accu/image/untake.hh, * mln/accu/image/all.hh, * mln/accu/image/take_as_init.hh, * mln/accu/image/to_result.hh, * mln/accu/count_adjacent_vertices.hh, * mln/accu/transform_directional.hh, * mln/accu/tuple.hh, * mln/accu/pair.hh, * mln/accu/lor.hh, * mln/accu/label_used.hh, * mln/accu/sum.hh, * mln/accu/all.hh, * mln/accu/transform_diagonal.hh, * mln/accu/max_site.hh, * mln/accu/count_labels.hh, * mln/accu/transform.hh, * mln/accu/inf.hh, * mln/accu/internal/couple.hh, * mln/accu/internal/base.hh, * mln/accu/maj_h.hh, * mln/accu/land_basic.hh, * mln/accu/transform_stop.hh, * mln/accu/center.hh, * mln/accu/min.hh, * mln/accu/take.hh, * mln/accu/max.hh, * mln/accu/histo.hh, * mln/accu/line.hh, * mln/accu/essential.hh, * mln/accu/count.hh, * mln/accu/min_max.hh, * mln/accu/min_h.hh, * mln/accu/bbox.hh, * mln/accu/convolve.hh, * mln/accu/rank.hh, * mln/accu/transform_snake.hh, * mln/accu/max_h.hh, * mln/accu/median_alt.hh, * mln/accu/lor_basic.hh, * mln/accu/p.hh, * mln/accu/rms.hh, * mln/accu/rank_high_quant.hh, * mln/accu/median_h.hh, * mln/accu/v.hh, * mln/accu/rank_bool.hh, * mln/accu/volume.hh, * mln/accu/sup.hh, * mln/accu/height.hh, * mln/accu/compute.hh, * mln/accu/stat/deviation.hh, * mln/accu/stat/var.hh, * mln/accu/stat/variance.hh, * mln/accu/stat/all.hh, * mln/accu/land.hh, * mln/accu/mean.hh, * mln/value/int_s32.hh, * mln/value/other.hh, * mln/value/proxy.hh, * mln/value/int_u12.hh, * mln/value/int_u32.hh, * mln/value/int_s16.hh, * mln/value/interval.hh, * mln/value/mixin.hh, * mln/value/int_u16.hh, * mln/value/hsl.hh, * mln/value/cast.hh, * mln/value/graylevel.hh, * mln/value/float01_8.hh, * mln/value/graylevel_f.hh, * mln/value/sign.hh, * mln/value/ops.hh, * mln/value/lut_vec.hh, * mln/value/rgb8.hh, * mln/value/scalar.hh, * mln/value/float01_.hh, * mln/value/label_8.hh, * mln/value/shell.hh, * mln/value/glf.hh, * mln/value/all.hh, * mln/value/int_s.hh, * mln/value/int_u.hh, * mln/value/internal/gray_.hh, * mln/value/internal/limits.hh, * mln/value/internal/iterable_set.hh, * mln/value/internal/encoding.hh, * mln/value/internal/essential.hh, * mln/value/internal/gray_f.hh, * mln/value/internal/all.hh, * mln/value/internal/integer.hh, * mln/value/internal/convert.hh, * mln/value/internal/value_like.hh, * mln/value/rgb16.hh, * mln/value/aliases.hh, * mln/value/hsi.hh, * mln/value/label_16.hh, * mln/value/int_u_sat.hh, * mln/value/essential.hh, * mln/value/equiv.hh, * mln/value/viter.hh, * mln/value/gl8.hh, * mln/value/super_value.hh, * mln/value/set.hh, * mln/value/concept/symbolic.hh, * mln/value/concept/floating.hh, * mln/value/concept/structured.hh, * mln/value/concept/built_in.hh, * mln/value/concept/scalar.hh, * mln/value/concept/essential.hh, * mln/value/concept/all.hh, * mln/value/concept/vectorial.hh, * mln/value/concept/data.hh, * mln/value/concept/integer.hh, * mln/value/int_s8.hh, * mln/value/stack.hh, * mln/value/int_u8.hh, * mln/value/float01.hh, * mln/value/builtin/ops.hh, * mln/value/builtin/symbolics.hh, * mln/value/builtin/carrays.hh, * mln/value/builtin/floatings.hh, * mln/value/builtin/essential.hh, * mln/value/builtin/all.hh, * mln/value/builtin/promotions.hh, * mln/value/builtin/integers.hh, * mln/value/gl16.hh, * mln/value/rgb.hh, * mln/value/float01_f.hh, * mln/value/float01_16.hh, * mln/value/label.hh, * mln/border/resize.hh, * mln/border/fill.hh, * mln/border/essential.hh, * mln/border/all.hh, * mln/border/resize_equal.hh, * mln/border/adjust.hh, * mln/border/duplicate.hh, * mln/border/mirror.hh, * mln/border/thickness.hh, * mln/border/equalize.hh, * mln/border/get.hh, * mln/border/find.hh, * mln/make/dummy_p_edges.hh, * mln/make/influence_zone_adjacency_graph.hh, * mln/make/rag_and_labeled_wsl.hh, * mln/make/dpoint2d_h.hh, * mln/make/w_window.hh, * mln/make/pix.hh, * mln/make/p_vertices_with_mass_centers.hh, * mln/make/region_adjacency_graph.hh, * mln/make/p_edges_with_mass_centers.hh, * mln/make/all.hh, * mln/make/double_neighb2d.hh, * mln/make/vec.hh, * mln/make/box1d.hh, * mln/make/box2d.hh, * mln/make/dummy_p_vertices.hh, * mln/make/box3d.hh, * mln/make/pixel.hh, * mln/make/mat.hh, * mln/make/w_window1d.hh, * mln/make/win_chamfer.hh, * mln/make/image.hh, * mln/make/w_window2d.hh, * mln/make/w_window3d.hh, * mln/make/box2d_h.hh, * mln/make/point2d_h.hh, * mln/make/essential.hh, * mln/make/attachment.hh, * mln/make/h_mat.hh, * mln/make/voronoi.hh, * mln/make/w_window1d_int.hh, * mln/make/w_window2d_int.hh, * mln/make/w_window3d_int.hh, * mln/make/dual_neighb.hh, * mln/make/edge_image.hh, * mln/make/image2d.hh, * mln/make/image3d.hh, * mln/make/w_window_directional.hh, * mln/make/detachment.hh, * mln/make/relabelfun.hh, * mln/make/vertex_image.hh, * mln/make/cell.hh, * mln/test/positive.hh, * mln/test/essential.hh, * mln/test/all.hh, * mln/test/predicate.hh, * mln/convert/to.hh, * mln/convert/impl/from_float_to_value.hh, * mln/convert/impl/from_image_to_site_set.hh, * mln/convert/impl/from_site_set_to_image.hh, * mln/convert/impl/all.hh, * mln/convert/impl/from_double_to_value.hh, * mln/convert/impl/from_int_to_value.hh, * mln/convert/impl/from_value_to_value.hh, * mln/convert/impl/from_unsigned_to_value.hh, * mln/convert/to_image.hh, * mln/convert/to_upper_window.hh, * mln/convert/from_to.hh, * mln/convert/essential.hh, * mln/convert/all.hh, * mln/convert/to_window.hh, * mln/convert/to_fun.hh, * mln/convert/to_p_set.hh, * mln/convert/from_to.hxx, * mln/convert/to_dpoint.hh, * mln/convert/to_p_array.hh, * mln/estim/sum.hh, * mln/estim/essential.hh, * mln/estim/all.hh, * mln/estim/min_max.hh, * mln/estim/mean.hh, * mln/pw/image.hh, * mln/pw/essential.hh, * mln/pw/all.hh, * mln/pw/var.hh, * mln/pw/cst.hh, * mln/pw/value.hh, * mln/pw/internal/image_base.hh, * mln/essential/1d.hh, * mln/essential/2d.hh, * mln/essential/routine.hh, * mln/essential/3d.hh, * mln/geom/max_col.hh, * mln/geom/complex_geometry.hh, * mln/geom/essential.hh, * mln/geom/nslis.hh, * mln/geom/pmin_pmax.hh, * mln/geom/delta.hh, * mln/geom/min_sli.hh, * mln/geom/bbox.hh, * mln/geom/max_sli.hh, * mln/geom/seeds2tiling.hh, * mln/geom/seeds2tiling_roundness.hh, * mln/geom/size1d.hh, * mln/geom/size2d.hh, * mln/geom/size3d.hh, * mln/geom/chamfer.hh, * mln/geom/nsites.hh, * mln/geom/all.hh, * mln/geom/nrows.hh, * mln/geom/min_row.hh, * mln/geom/ninds.hh, * mln/geom/max_row.hh, * mln/geom/min_ind.hh, * mln/geom/ncols.hh, * mln/geom/max_ind.hh, * mln/geom/min_col.hh, * mln/fun/vv2b/implies.hh, * mln/fun/vv2b/eq.hh, * mln/fun/vv2b/all.hh, * mln/fun/vv2b/gt.hh, * mln/fun/vv2b/ge.hh, * mln/fun/vv2b/lt.hh, * mln/fun/vv2b/le.hh, * mln/fun/c.hh, * mln/fun/p2b/chess.hh, * mln/fun/p2b/big_chess.hh, * mln/fun/p2b/antilogy.hh, * mln/fun/p2b/essential.hh, * mln/fun/p2b/tautology.hh, * mln/fun/p2b/all.hh, * mln/fun/p2b/has.hh, * mln/fun/v2w2v/cos.hh, * mln/fun/v2w2v/all.hh, * mln/fun/meta/hue.hh, * mln/fun/meta/inty.hh, * mln/fun/meta/blue.hh, * mln/fun/meta/sat.hh, * mln/fun/meta/to_enc.hh, * mln/fun/meta/essential.hh, * mln/fun/meta/first.hh, * mln/fun/meta/all.hh, * mln/fun/meta/red.hh, * mln/fun/meta/second.hh, * mln/fun/meta/lum.hh, * mln/fun/meta/green.hh, * mln/fun/spe/binary.hh, * mln/fun/spe/unary.hh, * mln/fun/cast.hh, * mln/fun/math/cos.hh, * mln/fun/math/abs.hh, * mln/fun/math/sup.hh, * mln/fun/math/norm.hh, * mln/fun/math/inf.hh, * mln/fun/point/row.hh, * mln/fun/point/sli.hh, * mln/fun/point/col.hh, * mln/fun/v2b/essential.hh, * mln/fun/v2b/all.hh, * mln/fun/v2b/lnot.hh, * mln/fun/v2b/threshold.hh, * mln/fun/unary.hh, * mln/fun/ops.hh, * mln/fun/i2v/essential.hh, * mln/fun/i2v/value_at_index.hh, * mln/fun/i2v/all.hh, * mln/fun/i2v/all_to.hh, * mln/fun/i2v/array.hh, * mln/fun/v2i/index_of_value.hh, * mln/fun/v2i/all.hh, * mln/fun/p2p/fold.hh, * mln/fun/p2p/all.hh, * mln/fun/p2p/mirror.hh, * mln/fun/p2p/translation.hh, * mln/fun/composition.hh, * mln/fun/access/all.hh, * mln/fun/access/mean.hh, * mln/fun/vv2v/min.hh, * mln/fun/vv2v/lxor.hh, * mln/fun/vv2v/macros.hh, * mln/fun/vv2v/max.hh, * mln/fun/vv2v/essential.hh, * mln/fun/vv2v/all.hh, * mln/fun/vv2v/lor.hh, * mln/fun/vv2v/diff_abs.hh, * mln/fun/vv2v/vec.hh, * mln/fun/vv2v/land.hh, * mln/fun/vv2v/land_not.hh, * mln/fun/all.hh, * mln/fun/p2v/elifs.hh, * mln/fun/p2v/ternary.hh, * mln/fun/p2v/essential.hh, * mln/fun/p2v/all.hh, * mln/fun/p2v/iota.hh, * mln/fun/x2p/closest_point.hh, * mln/fun/x2p/essential.hh, * mln/fun/x2p/all.hh, * mln/fun/internal/ch_function_value_impl.hh, * mln/fun/internal/x2x_linear_impl.hh, * mln/fun/internal/resolve.hh, * mln/fun/internal/selector.hh, * mln/fun/unary_param.hh, * mln/fun/v2v/hsl_to_rgb.hh, * mln/fun/v2v/rgb_to_hsl.hh, * mln/fun/v2v/essential.hh, * mln/fun/v2v/saturate.hh, * mln/fun/v2v/cast.hh, * mln/fun/v2v/ch_function_value.hh, * mln/fun/v2v/dec.hh, * mln/fun/v2v/id.hh, * mln/fun/v2v/component.hh, * mln/fun/v2v/abs.hh, * mln/fun/v2v/enc.hh, * mln/fun/v2v/all.hh, * mln/fun/v2v/wrap.hh, * mln/fun/v2v/inc.hh, * mln/fun/v2v/linear.hh, * mln/fun/v2v/norm.hh, * mln/fun/v2v/projection.hh, * mln/fun/v2v/rgb_to_hsi.hh, * mln/fun/v2v/hsi_to_rgb.hh, * mln/fun/v2v/convert.hh, * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/essential.hh, * mln/fun/x2v/l1_norm.hh, * mln/fun/x2v/all.hh, * mln/fun/x2v/trilinear.hh, * mln/fun/x2v/linear.hh, * mln/fun/x2v/nneighbor.hh, * mln/fun/x2x/essential.hh, * mln/fun/x2x/all.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh, * mln/fun/binary.hh, * mln/fun/essential.hh, * mln/fun/from_accu.hh, * mln/fun/param.hh, * mln/fun/binary_param.hh, * mln/fun/component/scomp.hh, * mln/fun/component/ithcomp.hh, * mln/fun/component/comp_count.hh, * mln/fun/component/blue.hh, * mln/fun/component/red.hh, * mln/fun/component/rgb.hh, * mln/fun/component/comp.hh, * mln/fun/component/green.hh, * mln/fun/compose.hh, * mln/fun/accu_result.hh, * mln/fun/stat/all.hh, * mln/fun/stat/mahalanobis.hh, * mln/fun/v2w_w2v/all.hh, * mln/fun/v2w_w2v/norm.hh, * mln/binarization/includes.hh, * mln/binarization/essential.hh, * mln/binarization/all.hh, * mln/binarization/binarization.hh, * mln/binarization/threshold.hh, * mln/set/inter.hh, * mln/set/compute_with_weights.hh, * mln/set/unique.hh, * mln/set/essential.hh, * mln/set/all.hh, * mln/set/diff.hh, * mln/set/card.hh, * mln/set/has.hh, * mln/set/uni.hh, * mln/set/compute.hh, * mln/set/get.hh, * mln/set/sym_diff.hh, * mln/algebra/mat.hh, * mln/algebra/h_vec.hh, * mln/algebra/essential.hh, * mln/algebra/all.hh, * mln/algebra/h_mat.hh, * mln/algebra/quat.hh, * mln/algebra/vec.hh, * mln/win/inter.hh, * mln/win/multiple_size.hh, * mln/win/hline2d.hh, * mln/win/segment1d.hh, * mln/win/line.hh, * mln/win/essential.hh, * mln/win/rectangle2d.hh, * mln/win/diag2d.hh, * mln/win/multiple.hh, * mln/win/cuboid3d.hh, * mln/win/vline2d.hh, * mln/win/cube3d.hh, * mln/win/diff.hh, * mln/win/all.hh, * mln/win/sym.hh, * mln/win/ball.hh, * mln/win/backdiag2d.hh, * mln/win/shift.hh, * mln/win/sphere3d.hh, * mln/win/octagon2d.hh, * mln/win/disk2d.hh, * mln/trace/stop.hh, * mln/trace/warning.hh, * mln/trace/essential.hh, * mln/trace/exiting.hh, * mln/trace/quiet.hh, * mln/trace/all.hh, * mln/trace/entering.hh, * mln/trace/resume.hh, * mln/morpho/watershed/flooding.hh, * mln/morpho/watershed/superpose.hh, * mln/morpho/watershed/all.hh, * mln/morpho/rank_filter.hh, * mln/morpho/closing/sum.hh, * mln/morpho/closing/leveling.hh, * mln/morpho/closing/essential.hh, * mln/morpho/closing/volume.hh, * mln/morpho/closing/all.hh, * mln/morpho/closing/area.hh, * mln/morpho/closing/area_on_vertices.hh, * mln/morpho/closing/height.hh, * mln/morpho/closing/structural.hh, * mln/morpho/closing/algebraic.hh, * mln/morpho/closing/approx/all.hh, * mln/morpho/closing/approx/structural.hh, * mln/morpho/tree/compute_attribute_image.hh, * mln/morpho/tree/propagate_representative.hh, * mln/morpho/tree/compute_parent.hh, * mln/morpho/tree/max.hh, * mln/morpho/tree/filter/min.hh, * mln/morpho/tree/filter/filter.hh, * mln/morpho/tree/filter/max.hh, * mln/morpho/tree/filter/all.hh, * mln/morpho/tree/filter/direct.hh, * mln/morpho/tree/filter/subtractive.hh, * mln/morpho/tree/propagate_node.hh, * mln/morpho/tree/all.hh, * mln/morpho/tree/data.hh, * mln/morpho/tree/utils.hh, * mln/morpho/tree/propagate_if.hh, * mln/morpho/line_gradient.hh, * mln/morpho/thin_fit.hh, * mln/morpho/attribute/sum.hh, * mln/morpho/attribute/count_adjacent_vertices.hh, * mln/morpho/attribute/sharpness.hh, * mln/morpho/attribute/volume.hh, * mln/morpho/attribute/all.hh, * mln/morpho/attribute/height.hh, * mln/morpho/attribute/card.hh, * mln/morpho/elementary/like_ero_fun.hh, * mln/morpho/elementary/dilation.hh, * mln/morpho/elementary/laplacian.hh, * mln/morpho/elementary/like_ero_set.hh, * mln/morpho/elementary/essential.hh, * mln/morpho/elementary/all.hh, * mln/morpho/elementary/gradient_internal.hh, * mln/morpho/elementary/gradient.hh, * mln/morpho/elementary/closing.hh, * mln/morpho/elementary/erosion.hh, * mln/morpho/elementary/top_hat.hh, * mln/morpho/elementary/gradient_external.hh, * mln/morpho/elementary/opening.hh, * mln/morpho/all.hh, * mln/morpho/approx/dilation.hh, * mln/morpho/approx/all.hh, * mln/morpho/approx/erosion.hh, * mln/morpho/internal/elementary.hh, * mln/morpho/erosion.hh, * mln/morpho/thinning.hh, * mln/morpho/hit_or_miss.hh, * mln/morpho/reconstruction/all.hh, * mln/morpho/reconstruction/by_erosion/all.hh, * mln/morpho/reconstruction/by_erosion/union_find.hh, * mln/morpho/reconstruction/by_dilation/all.hh, * mln/morpho/reconstruction/by_dilation/union_find.hh, * mln/morpho/thickening.hh, * mln/morpho/min.hh, * mln/morpho/plus.hh, * mln/morpho/laplacian.hh, * mln/morpho/essential.hh, * mln/morpho/minus.hh, * mln/morpho/thick_miss.hh, * mln/morpho/contrast.hh, * mln/morpho/gradient.hh, * mln/morpho/complementation.hh, * mln/morpho/top_hat.hh, * mln/morpho/opening/leveling.hh, * mln/morpho/opening/essential.hh, * mln/morpho/opening/volume.hh, * mln/morpho/opening/all.hh, * mln/morpho/opening/area.hh, * mln/morpho/opening/area_on_vertices.hh, * mln/morpho/opening/height.hh, * mln/morpho/opening/structural.hh, * mln/morpho/opening/algebraic.hh, * mln/morpho/opening/approx/all.hh, * mln/morpho/opening/approx/structural.hh, * mln/morpho/dilation.hh, * mln/morpho/general.spe.hh, * mln/morpho/Rd.hh, * mln/morpho/includes.hh, * mln/morpho/leveling_filter.hh, * mln/morpho/general.hh, * mln/morpho/skeleton_constrained.hh, * mln/morpho/meyer_wst.hh, * mln/morpho/algebraic_filter.hh, * mln/display/essential.hh, * mln/display/all.hh, * mln/io/txt/all.hh, * mln/io/txt/save.hh, * mln/io/pfm/all.hh, * mln/io/pfm/save.hh, * mln/io/pfm/load.hh, * mln/io/pgm/all.hh, * mln/io/pgm/save.hh, * mln/io/pgm/load.hh, * mln/io/essential.hh, * mln/io/tiff/all.hh, * mln/io/tiff/load.hh, * mln/io/pnm/macros.hh, * mln/io/pnm/save_header.hh, * mln/io/pnm/load_header.hh, * mln/io/pnm/max_component.hh, * mln/io/pnm/all.hh, * mln/io/pnm/save.hh, * mln/io/pnm/load.hh, * mln/io/dicom/all.hh, * mln/io/dicom/load.hh, * mln/io/magick/all.hh, * mln/io/magick/save.hh, * mln/io/magick/load.hh, * mln/io/ppm/all.hh, * mln/io/ppm/save.hh, * mln/io/ppm/load.hh, * mln/io/dump/all.hh, * mln/io/dump/save.hh, * mln/io/dump/load.hh, * mln/io/abort.hh, * mln/io/fits/all.hh, * mln/io/fits/load.hh, * mln/io/cloud/all.hh, * mln/io/cloud/save.hh, * mln/io/cloud/load.hh, * mln/io/all.hh, * mln/io/off/all.hh, * mln/io/off/save.hh, * mln/io/off/load.hh, * mln/io/pbm/all.hh, * mln/io/pbm/save.hh, * mln/io/pbm/load.hh, * mln/io/plot/all.hh, * mln/io/plot/save.hh, * mln/io/plot/load.hh, * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/includes.hh, * mln/logical/not.spe.hh, * mln/logical/essential.hh, * mln/logical/all.hh, * mln/logical/xor.hh, * mln/logical/not.hh, * mln/logical/or.hh, * mln/registration/get_rot.hh, * mln/registration/essential.hh, * mln/registration/all.hh, * mln/registration/registration.hh, * mln/registration/icp.hh, * mln/registration/internal/rms.hh, * mln/registration/get_rtransf.hh, * mln/norm/linfty.hh, * mln/norm/essential.hh, * mln/norm/all.hh, * mln/norm/l1.hh, * mln/norm/l2.hh, * mln/canvas/distance_front.hh, * mln/canvas/chamfer.hh, * mln/canvas/morpho/essential.hh, * mln/canvas/morpho/all.hh, * mln/canvas/morpho/attribute_filter.hh, * mln/canvas/morpho/internal/find_root.hh, * mln/canvas/essential.hh, * mln/canvas/all.hh, * mln/canvas/browsing/snake_fwd.hh, * mln/canvas/browsing/snake_vert.hh, * mln/canvas/browsing/dir_struct_elt_incr_update.hh, * mln/canvas/browsing/diagonal2d.hh, * mln/canvas/browsing/hyper_directional.hh, * mln/canvas/browsing/backdiagonal2d.hh, * mln/canvas/browsing/breadth_first_search.hh, * mln/canvas/browsing/essential.hh, * mln/canvas/browsing/all.hh, * mln/canvas/browsing/directional.hh, * mln/canvas/browsing/snake_generic.hh, * mln/canvas/browsing/internal/graph_first_search.hh, * mln/canvas/browsing/depth_first_search.hh, * mln/canvas/browsing/fwd.hh, * mln/canvas/distance_geodesic.hh, * mln/canvas/labeling.hh, * mln/extension/adjust_duplicate.hh, * mln/extension/fill.hh, * mln/extension/essential.hh, * mln/extension/all.hh, * mln/extension/adjust.hh, * mln/extension/duplicate.hh, * mln/extension/adjust_fill.hh, * mln/labeling/colorize.hh, * mln/labeling/essential.hh, * mln/labeling/regional_minima.hh, * mln/labeling/regional_maxima.hh, * mln/labeling/mean_values.hh, * mln/labeling/blobs.hh, * mln/labeling/value.spe.hh, * mln/labeling/n_max.hh, * mln/labeling/flat_zones.hh, * mln/labeling/relabel.hh, * mln/labeling/all.hh, * mln/labeling/wrap.hh, * mln/labeling/foreground.hh, * mln/labeling/value.hh, * mln/labeling/compute.hh, * mln/labeling/pack.hh, * mln/labeling/background.hh, * mln/labeling/fill_holes.hh, * mln/util/nil.hh, * mln/util/object_id.hh, * mln/util/couple.hh, * mln/util/lazy_set.hh, * mln/util/tree.hh, * mln/util/ord_pair.hh, * mln/util/pix.hh, * mln/util/yes.hh, * mln/util/graph.hh, * mln/util/tracked_ptr.hh, * mln/util/greater_point.hh, * mln/util/tree_to_image.hh, * mln/util/line_graph.hh, * mln/util/all.hh, * mln/util/soft_heap.hh, * mln/util/eat.hh, * mln/util/branch_iter_ind.hh, * mln/util/fibonacci_heap.hh, * mln/util/dindex.hh, * mln/util/tree_fast.hh, * mln/util/internal/graph_iter.hh, * mln/util/internal/edge_impl.hh, * mln/util/internal/graph_nbh_iter_base.hh, * mln/util/internal/id2element.hh, * mln/util/internal/graph_base.hh, * mln/util/internal/graph_nbh_iter.hh, * mln/util/internal/graph_iter_base.hh, * mln/util/internal/vertex_impl.hh, * mln/util/tree_to_fast.hh, * mln/util/array.hh, * mln/util/site_pair.hh, * mln/util/branch_iter.hh, * mln/util/ignore.hh, * mln/util/ord.hh, * mln/util/max.hh, * mln/util/essential.hh, * mln/util/set.hh, * mln/util/greater_psite.hh, * mln/util/graph_ids.hh, * mln/util/edge.hh, * mln/util/adjacency_matrix.hh, * mln/util/index.hh, * mln/util/lemmings.hh, * mln/util/vertex.hh, * mln/util/multi_site.hh, * mln/util/tree_fast_to_image.hh, * mln/util/timer.hh, * tools/area_flooding.cc, * tools/seed2tiling.cc, * tests/topo/skeleton/is_simple_point.cc, * tests/topo/skeleton/crest.cc, * tests/topo/complex.cc, * tests/trait/image/images.cc, * tests/trait/super.cc, * tests/trait/ch_value.cc, * tests/trait/value/comp.cc, * tests/trait/value/values.cc, * tests/trait/op/uminus.cc, * tests/trait/op/plus.cc, * tests/histo/compute.cc, * tests/histo/point_from_value.cc, * tests/histo/to_image1d.cc, * tests/debug/iota.cc, * tests/debug/println_with_border.cc, * tests/debug/println.cc, * tests/debug/slices_2d.cc, * tests/all_headers.cc, * tests/world/inter_pixel/is_separator.cc, * tests/world/inter_pixel/compute.cc, * tests/world/inter_pixel/is_pixel.cc, * tests/world/inter_pixel/immerse.cc, * tests/world/inter_pixel/separator_to_pixels.cc, * tests/world/inter_pixel/dim2/make_edge_image.cc, * tests/world/inter_pixel/display_edge.cc, * tests/core/site_set/p_array.cc, * tests/core/site_set/p_if.cc, * tests/core/site_set/operators.cc, * tests/core/site_set/p_queue_fast.cc, * tests/core/site_set/p_image.cc, * tests/core/site_set/p_transformed.cc, * tests/core/site_set/p_vertices.cc, * tests/core/site_set/p_queue.cc, * tests/core/site_set/p_priority_queue.cc, * tests/core/site_set/p_vaccess.cc, * tests/core/site_set/p_edges.cc, * tests/core/site_set/p_complex.cc, * tests/core/site_set/p_set.cc, * tests/core/other/graph_elt_neighborhood.cc, * tests/core/other/graph_elt_window.cc, * tests/core/other/neighb.cc, * tests/core/other/w_window.cc, * tests/core/other/point_set_compatibility.cc, * tests/core/other/box_runstart_piter.cc, * tests/core/other/pixter1d.cc, * tests/core/other/pixter2d.cc, * tests/core/other/pixter3d.cc, * tests/core/other/graph_elt_window_if.cc, * tests/core/other/graph_elt_neighborhood_if.cc, * tests/core/other/dpoints_pixter.cc, * tests/core/other/category.cc, * tests/core/other/pixel.cc, * tests/core/other/pixter1d_more.cc, * tests/core/other/pixter2d_more.cc, * tests/core/other/pixter3d_more.cc, * tests/core/other/var.cc, * tests/core/image/graph_image.cc, * tests/core/image/plain.cc, * tests/core/image/dmorph/sub_image.cc, * tests/core/image/dmorph/unproject_image.cc, * tests/core/image/dmorph/image2d_h.cc, * tests/core/image/dmorph/image_if.cc, * tests/core/image/dmorph/slice_image.cc, * tests/core/image/dmorph/p2p_image.cc, * tests/core/image/dmorph/hexa.cc, * tests/core/image/dmorph/transformed_image.cc, * tests/core/image/edge_image.cc, * tests/core/image/image1d.cc, * tests/core/image/image2d.cc, * tests/core/image/complex_image.cc, * tests/core/image/image3d.cc, * tests/core/image/line_graph_image.cc, * tests/core/image/imorph/decorated_image.cc, * tests/core/image/imorph/safe_image.cc, * tests/core/image/imorph/tr_image.cc, * tests/core/image/imorph/interpolated.cc, * tests/core/image/imorph/labeled_image.cc, * tests/core/image/vertex_image.cc, * tests/core/image/complex_image.hh, * tests/core/image/vmorph/cast_image.cc, * tests/core/image/flat_image.cc, * tests/core/routine/initialize.cc, * tests/core/routine/primary.cc, * tests/core/routine/exact.cc, * tests/core/routine/extend.cc, * tests/core/routine/duplicate.cc, * tests/core/alias/window1d.cc, * tests/core/alias/w_window1d_int.cc, * tests/core/alias/window2d.cc, * tests/core/alias/w_window2d_int.cc, * tests/core/alias/window3d.cc, * tests/core/alias/w_window3d_int.cc, * tests/core/alias/box1d.cc, * tests/core/alias/point1d.cc, * tests/core/alias/box2d.cc, * tests/core/alias/point2d.cc, * tests/core/alias/box3d.cc, * tests/core/alias/point3d.cc, * tests/core/alias/dpoint1d.cc, * tests/core/alias/dpoint2d.cc, * tests/core/alias/dpoint3d.cc, * tests/literal/black.cc, * tests/literal/zero.cc, * tests/literal/white.cc, * tests/literal/one.cc, * tests/literal/medium_gray.cc, * tests/draw/graph.cc, * tests/draw/all_headers.cc, * tests/draw/line.cc, * tests/global_vars2.cc, * tests/graph/labeling.cc, * tests/graph/attribute/representative.cc, * tests/graph/attribute/card.cc, * tests/opt/value.cc, * tests/opt/at.cc, * tests/opt/element.cc, * tests/metal/is.cc, * tests/metal/math/root.cc, * tests/metal/math/pow.cc, * tests/metal/converts_to.cc, * tests/metal/unconst.cc, * tests/essential_headers.cc, * tests/transformation/rotate.cc, * tests/arith/minus.cc, * tests/arith/diff_abs.cc, * tests/arith/minus_full.cc, * tests/arith/times.cc, * tests/arith/all_headers.cc, * tests/arith/plus.cc, * tests/arith/times_full.cc, * tests/arith/plus_full.cc, * tests/arith/revert.cc, * tests/arith/revert_full.cc, * tests/data/transform_full.cc, * tests/data/median.cc, * tests/data/compute_full.cc, * tests/data/all_headers.cc, * tests/data/abs.cc, * tests/data/transform_inplace.cc, * tests/data/apply_full.cc, * tests/data/fill_full.cc, * tests/data/median_fast.cc, * tests/data/compute.cc, * tests/data/sort_psites.cc, * tests/data/convert.cc, * tests/data/update.cc, * tests/data/fill_with_image.cc, * tests/data/approx/median.cc, * tests/data/fill.cc, * tests/data/abs_full.cc, * tests/data/memcpy_.cc, * tests/data/stretch_full.cc, * tests/data/paste_full.cc, * tests/data/compare_full.cc, * tests/data/saturate_full.cc, * tests/data/replace.cc, * tests/data/transform.cc, * tests/data/stretch.cc, * tests/data/paste.cc, * tests/data/fill_with_value.cc, * tests/data/naive/median.cc, * tests/data/apply.cc, * tests/data/compare.cc, * tests/data/saturate.cc, * tests/data/memset_.cc, * tests/extract/green.cc, * tests/extract/blue.cc, * tests/extract/red.cc, * tests/linear/convolve.cc, * tests/linear/lap.cc, * tests/linear/log.cc, * tests/linear/local/convolve.cc, * tests/linear/gaussian/filter.cc, * tests/linear/convolve_directional.cc, * tests/linear/convolve_2x1d.cc, * tests/linear/sobel_2d.cc, * tests/linear/gaussian.cc, * tests/transform/influence_zone_front.cc, * tests/transform/distance_geodesic.cc, * tests/transform/distance_front.cc, * tests/transform/distance_and_closest_point_geodesic.cc, * tests/transform/influence_zone_geodesic.cc, * tests/transform/bench_closest_point_geodesic.cc, * tests/transform/hough.cc, * tests/accu/site_set/rectangularity.cc, * tests/accu/pair.cc, * tests/accu/rank.cc, * tests/accu/max_h.cc, * tests/accu/transform_snake.cc, * tests/accu/image/to_result.cc, * tests/accu/image/take_n_times.cc, * tests/accu/image/init.cc, * tests/accu/image/take.cc, * tests/accu/image/set_value.cc, * tests/accu/image/untake.cc, * tests/accu/image/take_as_init.cc, * tests/accu/median_h.cc, * tests/accu/transform_diagonal.cc, * tests/accu/max_site.cc, * tests/accu/transform.cc, * tests/accu/compute.cc, * tests/accu/mean.cc, * tests/accu/nil.cc, * tests/accu/transform_line.cc, * tests/accu/min.cc, * tests/accu/max.cc, * tests/accu/histo.cc, * tests/accu/all_accus.cc, * tests/accu/line.cc, * tests/accu/stat/var.cc, * tests/accu/min_max.cc, * tests/accu/count.cc, * tests/accu/transform_directional.cc, * tests/accu/tuple.cc, * tests/accu/min_h.cc, * tests/accu/bbox.cc, * tests/value/set.cc, * tests/value/bool.cc, * tests/value/rgb_full.cc, * tests/value/macros.hh, * tests/value/graylevel_f.cc, * tests/value/sign.cc, * tests/value/rgb8.cc, * tests/value/float01_bis.cc, * tests/value/stack.cc, * tests/value/scalar.cc, * tests/value/float01.cc, * tests/value/int_u8.cc, * tests/value/float01_f.cc, * tests/value/int_s.cc, * tests/value/graylevel_full.cc, * tests/value/label.cc, * tests/value/interop.cc, * tests/value/graylevel_f_full.cc, * tests/value/builtin/builtin.cc, * tests/value/int_s16.cc, * tests/value/equiv.cc, * tests/value/graylevel.cc, * tests/border/mirror_full.cc, * tests/border/duplicate_full.cc, * tests/border/get_full.cc, * tests/border/equalize_full.cc, * tests/border/resize.cc, * tests/border/find_full.cc, * tests/border/all_headers.cc, * tests/border/fill_full.cc, * tests/border/resize_image1d_1.cc, * tests/border/resize_image1d_2.cc, * tests/border/resize_image2d_1.cc, * tests/border/mirror.cc, * tests/border/duplicate.cc, * tests/border/resize_image1d_3.cc, * tests/border/resize_image2d_2.cc, * tests/border/resize_image3d_1.cc, * tests/border/resize_image2d_3.cc, * tests/border/resize_image3d_2.cc, * tests/border/adjust_full.cc, * tests/border/resize_image3d_3.cc, * tests/border/resize_sub_image.cc, * tests/border/get.cc, * tests/border/equalize.cc, * tests/border/find.cc, * tests/border/resize_image_if.cc, * tests/border/resize_full.cc, * tests/border/fill.cc, * tests/border/resize_equal.cc, * tests/border/adjust.cc, * tests/make/w_window.cc, * tests/make/dual_neighb.cc, * tests/make/p_vertices_with_mass_centers.cc, * tests/make/region_adjacency_graph.cc, * tests/make/p_edges_with_mass_centers.cc, * tests/make/image2d.cc, * tests/make/image3d.cc, * tests/make/w_window_directional.cc, * tests/make/dummy_p_vertices.cc, * tests/make/dummy_p_edges.cc, * tests/make/mat.cc, * tests/make/influence_zone_adjacency_graph.cc, * tests/make/rag_and_labeled_wsl.cc, * tests/make/h_mat.cc, * tests/test/positive.cc, * tests/convert/to_p_set.cc, * tests/convert/to_rgb.cc, * tests/convert/impl/from_site_set_to_image.cc, * tests/convert/to_p_array.cc, * tests/convert/to_image.cc, * tests/convert/to_hsl.cc, * tests/convert/to_window.cc, * tests/estim/mean.cc, * tests/estim/min_max.cc, * tests/pw/value.cc, * tests/pw/image.cc, * tests/geom/max_sli.cc, * tests/geom/nsites.cc, * tests/geom/nrows.cc, * tests/geom/seed2tiling_roundness.cc, * tests/geom/seed2tiling.cc, * tests/geom/min_row.cc, * tests/geom/ninds.cc, * tests/geom/max_row.cc, * tests/geom/min_ind.cc, * tests/geom/ncols.cc, * tests/geom/max_ind.cc, * tests/geom/min_col.cc, * tests/geom/max_col.cc, * tests/geom/pmin_pmax.cc, * tests/geom/nslis.cc, * tests/geom/min_sli.cc, * tests/geom/bbox.cc, * tests/fun/i2v/array.cc, * tests/fun/i2v/value_at_index.cc, * tests/fun/i2v/all_to.cc, * tests/fun/v2i/index_of_value.cc, * tests/fun/x2x/translation.cc, * tests/fun/x2x/rotation.cc, * tests/fun/x2x/composed.cc, * tests/fun/p2p/translation.cc, * tests/fun/p2p/fold.cc, * tests/fun/vv2v/min.cc, * tests/fun/vv2v/max.cc, * tests/fun/ops.cc, * tests/fun/stat/mahalanobis.cc, * tests/fun/v2v/norm.cc, * tests/fun/v2v/projection.cc, * tests/fun/v2v/component.cc, * tests/fun/v2v/hsl_to_rgb.cc, * tests/fun/v2v/rgb_to_hsl.cc, * tests/fun/v2v/wrap.cc, * tests/binarization/threshold.cc, * tests/set/uni.cc, * tests/set/compute.cc, * tests/set/sym_diff.cc, * tests/set/inter.cc, * tests/set/compute_with_weights.cc, * tests/set/unique.cc, * tests/set/diff.cc, * tests/set/card.cc, * tests/win/cuboid3d.cc, * tests/win/vline2d.cc, * tests/win/cube3d.cc, * tests/win/diff.cc, * tests/win/sym.cc, * tests/win/ball.cc, * tests/win/backdiag2d.cc, * tests/win/sphere3d.cc, * tests/win/shift.cc, * tests/win/disk2d.cc, * tests/win/octagon2d.cc, * tests/win/inter.cc, * tests/win/hline2d.cc, * tests/win/segment1d.cc, * tests/win/rectangle2d.cc, * tests/win/diag2d.cc, * tests/algebra/vec.cc, * tests/algebra/vec2.cc, * tests/algebra/op_times.cc, * tests/algebra/mat.cc, * tests/algebra/mat2.cc, * tests/algebra/h_vec.cc, * tests/algebra/h_mat.cc, * tests/algebra/quat.cc, * tests/global_vars1.cc, * tests/morpho/gradient.cc, * tests/morpho/contrast.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/morpho/top_hat.cc, * tests/morpho/graph_image_wst.cc, * tests/morpho/watershed/flooding.cc, * tests/morpho/watershed/superpose.cc, * tests/morpho/dilation.cc, * tests/morpho/Rd.cc, * tests/morpho/line_graph_image_wst.cc, * tests/morpho/closing/sum.cc, * tests/morpho/closing/approx/structural.cc, * tests/morpho/closing/leveling.cc, * tests/morpho/closing/volume.cc, * tests/morpho/closing/area.cc, * tests/morpho/closing/height.cc, * tests/morpho/closing/structural.cc, * tests/morpho/closing/area_on_vertices.cc, * tests/morpho/closing/algebraic.cc, * tests/morpho/tree/compute_attribute_image.cc, * tests/morpho/tree/filter/filter.cc, * tests/morpho/tree/compute_parent.cc, * tests/morpho/tree/max.cc, * tests/morpho/tree/data.cc, * tests/morpho/general.cc, * tests/morpho/skeleton_constrained.cc, * tests/morpho/meyer_wst.cc, * tests/morpho/attribute/sum.cc, * tests/morpho/attribute/volume.cc, * tests/morpho/attribute/height.cc, * tests/morpho/attribute/card.cc, * tests/morpho/elementary/gradient.cc, * tests/morpho/elementary/closing.cc, * tests/morpho/elementary/erosion.cc, * tests/morpho/elementary/top_hat.cc, * tests/morpho/elementary/gradient_external.cc, * tests/morpho/elementary/opening.cc, * tests/morpho/elementary/dilation.cc, * tests/morpho/elementary/laplacian.cc, * tests/morpho/elementary/gradient_internal.cc, * tests/morpho/approx/erosion.cc, * tests/morpho/approx/dilation.cc, * tests/morpho/lena_line_graph_image_wst1.cc, * tests/morpho/reconstruction/by_erosion/union_find.cc, * tests/morpho/reconstruction/by_dilation/union_find.cc, * tests/morpho/complex_image_morpho.cc, * tests/morpho/meyer_wst_long.cc, * tests/morpho/line_graph_image_morpho.cc, * tests/morpho/rank_filter.cc, * tests/morpho/complex_image_wst.cc, * tests/morpho/opening/sum.cc, * tests/morpho/opening/approx/structural.cc, * tests/morpho/opening/leveling.cc, * tests/morpho/opening/volume.cc, * tests/morpho/opening/area.cc, * tests/morpho/opening/height.cc, * tests/morpho/opening/structural.cc, * tests/morpho/opening/area_on_vertices.cc, * tests/morpho/opening/algebraic.cc, * tests/morpho/thinning.cc, * tests/morpho/erosion.cc, * tests/morpho/hit_or_miss.cc, * tests/morpho/laplacian.cc, * tests/morpho/graph_image_morpho.cc, * tests/morpho/lena_line_graph_image_wst2.cc, * tests/display/all_headers.cc, * tests/io/pgm/pgm_ascii.cc, * tests/io/pgm/pgm27.cc, * tests/io/pgm/pgm19.cc, * tests/io/pgm/pgm.cc, * tests/io/pgm/pgm16.cc, * tests/io/fits/fits.cc, * tests/io/dump/dump.cc, * tests/io/tiff/load.cc, * tests/io/off/load_float.cc, * tests/io/off/load_save_bin.cc, * tests/io/off/load_bin.cc, * tests/io/dicom/dicom.cc, * tests/io/magick/save.cc, * tests/io/magick/load.cc, * tests/io/ppm/ppm.cc, * tests/io/ppm/ppm23.cc, * tests/io/ppm/ppm16.cc, * tests/io/pbm/pbm.cc, * tests/io/pbm/pbm_ascii.cc, * tests/logical/not.cc, * tests/logical/or.cc, * tests/logical/and.cc, * tests/logical/and_not.cc, * tests/logical/all_headers.cc, * tests/logical/xor.cc, * tests/registration/registration.cc, * tests/canvas/morpho/attribute_filter.cc, * tests/canvas/chamfer.cc, * tests/canvas/browsing/fwd.cc, * tests/canvas/browsing/depth_first_search.cc, * tests/canvas/browsing/snake_fwd.cc, * tests/canvas/browsing/snake_vert.cc, * tests/canvas/browsing/snake_generic_2d_vert.cc, * tests/canvas/browsing/dir_struct_elt_incr_update.cc, * tests/canvas/browsing/snake_generic_2d_hori.cc, * tests/canvas/browsing/snake_generic_3d_vert.cc, * tests/canvas/browsing/diagonal2d.cc, * tests/canvas/browsing/hyper_directional.cc, * tests/canvas/browsing/snake_generic_3d_hori.cc, * tests/canvas/browsing/backdiagonal2d.cc, * tests/canvas/browsing/breadth_first_search.cc, * tests/norm/l1.cc, * tests/norm/l2.cc, * tests/norm/common.hh, * tests/norm/linfty.cc, * tests/extension/fill.cc, * tests/labeling/regional_maxima.cc, * tests/labeling/mean_values.cc, * tests/labeling/blobs.cc, * tests/labeling/n_max.cc, * tests/labeling/flat_zones.cc, * tests/labeling/relabel.cc, * tests/labeling/wrap.cc, * tests/labeling/foreground.cc, * tests/labeling/compute.cc, * tests/labeling/value.cc, * tests/labeling/pack.cc, * tests/labeling/background.cc, * tests/labeling/fill_holes.cc, * tests/labeling/colorize.cc, * tests/labeling/regional_minima.cc, * tests/util/set.cc, * tests/util/tree.cc, * tests/util/ord_pair.cc, * tests/util/yes.cc, * tests/util/graph.cc, * tests/util/all_headers.cc, * tests/util/tree_to_image.cc, * tests/util/adjacency_matrix.cc, * tests/util/line_graph.cc, * tests/util/soft_heap.cc, * tests/util/eat.cc, * tests/util/branch_iter_ind.cc, * tests/util/fibonacci_heap.cc, * tests/util/lemmings.cc, * tests/util/tree_fast.cc, * tests/util/tree_to_fast.cc, * tests/util/tree_fast_to_image.cc, * tests/util/branch_iter.cc, * tests/util/lazy_set.cc, * tests/timer.hh, * apps/statues/mesh-max-curv.cc, * apps/statues/mesh-complex-skel.cc, * apps/statues/save_bin_alt.hh, * apps/statues/mesh-complex-max-curv.cc, * apps/statues/io.hh, * apps/statues/mesh-pinv-curv.cc, * apps/statues/mesh-segm.cc, * apps/statues/trimesh/misc.hh, * apps/statues/mesh-skel.cc, * apps/statues/mesh-complex-segm.cc, * apps/statues/mesh-complex-max-curv-segm.cc, * doc/oldies/2008__tour1.cc, * doc/oldies/2008__tour2.cc, * doc/oldies/2008__tour3.cc, * doc/oldies/2008__tour1_extra.cc, * doc/benchmark/canvas.cc, * doc/benchmark/morpho/erosion.cc, * doc/benchmark/median/median_bench.cc, * doc/tools/sample_utils.hh, * doc/examples/trash/labeling_algo.cc, * doc/examples/trash/graph.cc, * doc/examples/trash/erosion.cc, * doc/examples/trash/mk_graph.cc (copyright): Fix the library name. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3984 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/topo/face_iter.hh, * mln/topo/adj_higher_face_iter.hh, * mln/topo/face_data.hh, * mln/topo/n_face_iter.hh, * mln/topo/adj_lower_dim_connected_n_face_iter.hh, * mln/topo/center_only_iter.hh, * mln/topo/static_n_face_iter.hh, * mln/topo/attic/faces_iter.hh, * mln/topo/complex.hh, * mln/topo/adj_lower_face_iter.hh, * mln/topo/adj_m_face_iter.hh, * mln/topo/n_face.hh, * mln/topo/adj_higher_dim_connected_n_face_iter.hh, * mln/topo/internal/complex_relative_iterator_sequence.hh, * mln/topo/internal/complex_iterator_base.hh, * mln/core/site_set/p_faces.hh, * mln/core/site_set/p_complex.hh, * mln/io/off/save.hh, * tests/topo/complex.cc, * tests/morpho/complex_image_wst.cc, * apps/statues/save_bin_alt.hh (face): Explicit use as topo::face to fix the ambiguity. (nfaces): Rename the templated overload as... (nfaces_with_dim): ...this. (complex_data): Move definition after the specializations of faces_set_mixin. Update. Aestetic change. Upgrade doc style. * mln/topo/internal/complex_relative_iterator_sequence.hh (const_face_type_): New. (operator): Use it. * mln/topo/internal/complex_iterator_base.hh (operator): Simplify signature. Dispatch! * mln/topo/complex.hh (todo): New; for Roland. * mln/io/pgm/load.hh (todo): New; for Fabien. Misc. * mln/world/inter_pixel/neighb2d.hh: Fix missing const. * mln/core/site_set/p_vertices_psite.hh, * mln/core/site_set/p_edges_psite.hh, * mln/core/site_set/complex_psite.hh (target_t): New; was missing. * mln/core/image/edge_image.hh, * mln/core/image/vertex_image.hh (using): Remove. (operator()): Explicit write them, instead of inherit them. * mln/core/image/graph_window_if_piter.hh (s_): Fix accessibility. (is_masked_impl_selector): Fix typedef deduction. * mln/core/internal/is_masked_impl_selector.hh: Update. * mln/core/internal/graph_psite_base.hh (operator): Do not use id_t. * mln/make/image.hh (todo): New. * mln/metal/converts_to.hh: Have it work with g++-2.95. * mln/linear/gaussian/impl.hh, * mln/accu/transform_directional.hh, * mln/accu/transform_diagonal.hh: Ease constant deduction. * mln/fun/x2x/composed.hh: Fix Boolean expr as parameter. * mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh (using): Remove; useless. * mln/morpho/attribute/card.hh: Likewise. * mln/fun/stat/mahalanobis.hh (V::dim): Replace by n. * mln/canvas/browsing/internal/graph_first_search.hh (graph_first_search_t): Revamp weird params resolution. (queue): Rename as... (q): ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3982 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 01 Jun, 2009 1 commit
-
-
Thierry Geraud authored
* mln/core/concept/function.hh: Remove all concepts except Function, Function_v2v, Function_v2b, Function_vv2v, and Function_vv2b. * mln/data/transform.spe.hh: De-activate some implementation routines and their related some dispatch routines. (todo): New. * mln/topo/is_simple_cell.hh, * mln/topo/skeleton/breadth_first_thinning.hh, * mln/topo/is_n_face.hh, * mln/world/inter_pixel/is_separator.hh, * mln/world/inter_pixel/is_pixel.hh, * mln/world/inter_pixel/dim2/is_dot.hh, * mln/world/inter_pixel/dim2/is_row_odd.hh, * mln/world/inter_pixel/dim2/is_pixel.hh, * mln/world/inter_pixel/dim2/is_edge.hh, * mln/core/site_set/p_image.hh, * mln/core/site_set/p_if.hh, * mln/core/image/dmorph/image_if.hh, * mln/core/image/dmorph/p2p_image.hh, * mln/core/image/imorph/tr_image.hh, * mln/core/image/edge_image.hh, * mln/core/image/vertex_image.hh, * mln/core/point.hh, * mln/core/dpoint.hh, * mln/metal/vec.hh, * mln/metal/mat.hh, * mln/data/transform.spe.hh, * mln/value/shell.hh, * mln/make/w_window.hh, * mln/make/edge_image.hh, * mln/make/vertex_image.hh, * mln/test/predicate.hh, * mln/pw/var.hh, * mln/fun/p2b/chess.hh, * mln/fun/p2b/big_chess.hh, * mln/fun/p2b/antilogy.hh, * mln/fun/p2b/tautology.hh, * mln/fun/p2b/has.hh, * mln/fun/meta/hue.hh, * mln/fun/meta/inty.hh, * mln/fun/meta/sat.hh, * mln/fun/meta/blue.hh, * mln/fun/meta/first.hh, * mln/fun/meta/red.hh, * mln/fun/meta/second.hh, * mln/fun/meta/lum.hh, * mln/fun/meta/green.hh, * mln/fun/v2w2v/cos.hh, * mln/fun/cast.hh, * mln/fun/ops.hh, * mln/fun/i2v/all_to.hh, * mln/fun/i2v/array.hh, * mln/fun/p2p/fold.hh, * mln/fun/p2p/mirror.hh, * mln/fun/p2p/translation.hh, * mln/fun/p2v/elifs.hh, * mln/fun/p2v/ternary.hh, * mln/fun/p2v/iota.hh, * mln/fun/internal/x2x_linear_impl.hh, * mln/fun/internal/selector.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh, * mln/fun/v2w_w2v/norm.hh, * mln/set/diff.hh, * mln/algebra/mat.hh, * mln/algebra/vec.hh, * mln/morpho/tree/filter/min.hh, * mln/morpho/tree/filter/max.hh, * mln/morpho/tree/filter/filter.hh, * mln/morpho/tree/filter/direct.hh, * mln/morpho/tree/filter/subtractive.hh, * mln/morpho/tree/propagate_if.hh, * mln/util/internal/id2element.hh, * mln/util/array.hh, * tests/arith/minus_full.cc, * tests/arith/times_full.cc, * tests/arith/plus_full.cc, * tests/arith/revert_full.cc, * tests/data/compute_full.cc, * tests/data/fill_full.cc, * tests/data/abs_full.cc, * tests/data/paste_full.cc, * tests/data/compare_full.cc, * tests/border/get_full.cc, * tests/border/find_full.cc, * tests/border/resize_sub_image.cc, * tests/border/get.cc, * tests/border/resize_image_if.cc, * tests/make/w_window.cc, * tests/test/positive.cc, * tests/morpho/watershed/superpose.cc, * tests/canvas/browsing/fwd.cc, * tests/canvas/browsing/snake_fwd.cc, * tests/canvas/browsing/snake_vert.cc, * tests/canvas/browsing/snake_generic_2d_vert.cc, * tests/canvas/browsing/snake_generic_2d_hori.cc, * tests/canvas/browsing/snake_generic_3d_vert.cc, * tests/canvas/browsing/snake_generic_3d_hori.cc, * tests/canvas/browsing/hyper_directional.cc, * tests/canvas/browsing/diagonal2d.cc, * tests/canvas/browsing/backdiagonal2d.cc, * doc/examples/trash/graph.cc, * doc/examples/graph-data.cc, * doc/examples/mln_var.cc, * doc/examples/graph-iter.cc, * doc/examples/extend.cc: Propagate update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3943 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 22 May, 2009 1 commit
-
-
Guillaume Lazzara authored
* mln/accu/max_site.hh: add a missing include. * mln/fun/x2x/rotation.hh: Replace 'float' by 'C', the template parameter. * mln/fun/x2x/translation.hh: fix header. * mln/graph/attribute/representative.hh: avoid a warning. * mln/make/p_edges_with_mass_centers.hh, * mln/make/p_vertices_with_mass_centers.hh: improve interface. * mln/math/pi.hh: use a more precise value. * mln/topo/skeleton/crest.hh: add more documentation. * mln/transformation/all.hh: fix wrong include. * tests/make/p_edges_with_mass_centers.cc, * tests/make/p_vertices_with_mass_centers.cc: update the call of the routine. * tests/transformation/rotate.cc: fix wrong reference result. * tests/util/Makefile.am: remove a non existing test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3861 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 Apr, 2009 1 commit
-
-
Guillaume Lazzara authored
* mln/convert/from_to.hxx, * mln/value/label.hh: add conversion from int_u<n> to label<m>. * mln/fun/x2x/rotation.hh, * mln/fun/x2x/translation.hh: update doc. * mln/labeling/relabel.hh: add a new overload. * mln/labeling/wrap.hh: add a new overload with a default argument. * mln/util/couple.hh: make it a class. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3626 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 20 Feb, 2009 3 commits
-
-
Guillaume Lazzara authored
* mln/core/concept/gdpoint.hh, * mln/core/concept/gpoint.hh: make to_vec return a new object. * mln/core/dpoint.hh, * mln/core/point.hh: make to_vec return a vector of float with coordinates ordered as a user would expect, (x,y,z...). * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/trilinear.hh: get the coordinates in the proper vector index. * mln/fun/x2x/rotation.hh: normalize the axis. * tests/algebra/h_vec.cc, * tests/core/alias/dpoint3d.cc, * tests/core/alias/point1d.cc: fix tests according these changes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3404 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/algebra/quat.hh, * mln/core/concept/gpoint.hh, * mln/core/point.hh, * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/trilinear.hh, * mln/fun/x2x/rotation.hh, * mln/registration/icp.hh: undo changes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3401 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3397 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 18 Feb, 2009 2 commits
-
-
Guillaume Lazzara authored
* doc/tutorial/Makefile.am: fix wrong include path. * mln/canvas/morpho/algebraic_union_find.hh: add missing MLN_INCLUDE_ONLY guards. * mln/core/clock_neighb.hh: add missing is_valid(). * mln/labeling/mean_values.hh, * mln/fun/v2v/rgb_to_hsl.hh: add missing includes. * mln/fun/x2x/rotation.hh: add more comments. * mln/io/dump/load.hh: check if the loaded image is valid. * mln/labeling/level.hh: Fix warnings. * mln/registration/all.hh: update comments. * mln/registration/icp2.hh: rename as... * mln/registration/icp.hh: ... this. * mln/registration/registration.hh: fix wrong call to registration_tests. * mln/util/graph.hh: add NDEBUG guards. * mln/value/rgb.hh: add missing forward declaration. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3390 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/fun/x2x/rotation.hh: (get_rot_h_mat 3d): fix matrix construction. (rotation(algebra::quat)): update attributes in order to produce a valid inverted rotation. * tests/fun/x2x/rotation.cc: improve test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3388 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Feb, 2009 1 commit
-
-
Guillaume Lazzara authored
* mln/fun/x2x/rotation.hh: add a new check while creating the rotation matrix from a quaternion. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3242 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 29 Jan, 2009 1 commit
-
-
Ugo Jardonnet authored
* mln/core/image/lazy_image.hh: Fix box type. * mln/fun/x2x/rotation.hh: Fix matrix creation. * mln/registration/get_rot.hh: Assert 3d. * mln/registration/registration.hh: p_array convertion. * mln/registration/icp.hh: Remove debug print. * sandbox/lazzara/igr.cc: Add useless things. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3225 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Jan, 2009 1 commit
-
-
Guillaume Lazzara authored
* headers.mk: add new headers to distribution. * mln/core/internal/site_relative_iterator_base.hh: avoid a warning. * mln/labeling/blobs.hh, * mln/draw/line.hh: use trace::warning. * mln/trace/warning.hh: always print warnings. * mln/fun/x2x/rotation.hh: fix a precondition. * mln/morpho/tree/data.hh: add a missing method. * tests/level/median.cc: add a missing include. * tests/unit_test/Makefile.am, * tests/unit_test/mln_accu_transform_line.cc, * tests/unit_test/mln_convert_impl_from_double_to_value.cc, * tests/unit_test/mln_opt_value.cc: add missing unit_tests. * tests/unit_test/mln_histo_data.cc: rename as... * tests/unit_test/mln_histo_array.cc: ... this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3162 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 06 Jan, 2009 2 commits
-
-
Ugo Jardonnet authored
* mln/fun/x2x/rotation.hh: Assert axis is valid. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3135 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Ugo Jardonnet authored
* mln/fun/x2x/rotation.hh: Fix 3d rotation Matrix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3134 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 10 Dec, 2008 1 commit
-
-
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
-
- 30 Oct, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/accu/maj_h.hh: Add majority accumulator. * mln/accu/histo.hh: Remove bad use of size_t. * mln/accu/mean.hh: Temporary fix. * mln/fun/x2x/rotation.hh: Fix matrix parameters. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2741 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 19 Oct, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/convert/to_image.hh: Fix missing ;. * mln/convert/to_p_array.hh: Fix use of mln_point. * mln/fun/x2v/all.hh: Fix wrong comment. * mln/fun/x2x/rotation.hh: Add constructor with quaternion. * mln/fun/x2p/closest_point.hh: Fix warning. * mln/algebra/quat.hh (quad::rotate): Add method. * mln/registration/get_rot.hh: New. Get rotation needed btw 2 p_arrays. * mln/registration/registration.hh: Add inclusion. * mln/registration/icp.hh: Minor fix. * mln/registration/get_rtransf.hh: Split code. * mln/registration/internal/rms.hh: Add specific rms computation. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2612 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 09 Oct, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/fun/x2x/interpol/bilinear.hh, * mln/fun/x2x/interpol/linear.hh, * mln/fun/x2x/interpol/nneighbor.hh: Move ... * mln/fun/x2v/bilinear.hh, * mln/fun/x2v/linear.hh, * mln/fun/x2v/nneighbor.hh: ... here. * mln/fun/x2x/geom/composed.hh, * mln/fun/x2x/geom/translation.hh, * mln/fun/x2x/geom/rotation.hh: Move ... * mln/fun/x2x/composed.hh, * mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh: ... here. * mln/fun/x2p: New. * mln/fun/x2p/closest_point.hh: Add a functor that return the closest point of a vector x in a given p_array. * mln/registration/multiscale.hh: Fix use of p_array. * mln/registration/registration.hh: Make use of fun::x2p::closest_point. * mln/registration/icp.hh: Add buffers. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2537 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 Oct, 2008 1 commit
-
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2531 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 30 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/core/image/lazy_image.hh: Fix traits, Add init_. * mln/fun/x2x/all.hh: Upgrade. * mln/fun/x2x/geom: New. * mln/fun/x2x/composed.hh: Move and update ... * mln/fun/x2x/geom/composed.hh: ... here. * mln/fun/x2x/translation.hh: Move and update ... * mln/fun/x2x/geom/translation.hh: ... here. * mln/fun/x2x/rotation.hh: Move and update ... * mln/fun/x2x/geom/rotation.hh: ... here. * mln/fun/x2x/interpol: New. * mln/fun/x2x/interpol/bilinear.hh: New interpolation. * mln/fun/x2x/interpol/linear.hh: New interpolation. * mln/draw/plot.hh: Fix doxygen. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2451 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 17 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/make/box1d.hh: Remove ambiguity. * mln/fun/x2x/rotation.hh: Add 2d case. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2315 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Sep, 2008 1 commit
-
-
Guillaume Lazzara authored
* milena/tests/convert/to_image.cc, * milena/tests/convert/to_window.cc, * milena/tests/histo/compute.cc, * milena/tests/histo/to_image1d.cc, * milena/tests/morpho/hit_or_miss.cc, * milena/tests/morpho/thinning.cc, * milena/tests/set/inter.cc, * milena/tests/set/is_subset_of.cc, * milena/tests/set/sym_diff.cc, * milena/tests/set/uni.cc: Make the test compile. * milena/mln/fun/x2x/rotation.hh, * milena/mln/set/diff.hh, * milena/mln/labeling/regional_minima.hh, * milena/mln/border/resize.hh, * milena/mln/level/fill.hh, * milena/mln/level/fill_with_image.hh, * milena/mln/level/fill_with_value.hh: Avoid compilation warning when compiled with -DNDEBUG. * milena/mln/convert/to_p_array.hh: Add a missing exact(). * milena/mln/set/inter.hh, * milena/mln/convert/to_image.hh, * milena/mln/convert/to_p_set.hh, * milena/mln/convert/to_std_set.hh, * milena/mln/convert/to_window.hh: Rename mln_point. * milena/mln/core/alias/box1d.hh: Add full namespace name. * milena/mln/draw/label.hh: Use sub_image instead of image_if_value. * milena/mln/level/transform.spe.hh, * milena/mln/level/median.hh: use values_eligible() instead of values(). * milena/mln/morpho/Rd.hh: Use greater_point instead of operator<. * milena/mln/morpho/erosion.spe.hh: Add a missing include. * milena/tests/morpho/Makefile.am: Disable graph related tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2280 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 15 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/fun/x2x/rotation.hh: Fix h_mat construction. * sandbox/jardonnet/virtual/access.cc: Update in consequencce. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2267 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 10 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/fun/x2x/rotation.hh (give_h_mat): Add function. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2208 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 09 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/fun/x2x/rotation.hh: Code 3d rotation about a vector x. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2204 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 05 Sep, 2008 1 commit
-
-
Ugo Jardonnet authored
* mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh: Fix wrong namespaces. * sandbox/jardonnet/virtual/access.hh: Fix concept check. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@2187 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 04 Sep, 2008 1 commit
-
-
Thierry Geraud authored
* mln/core/h_vec.hh, * mln/core/h_mat.hh: Rename as... * mln/algebra/h_vec.hh, * mln/algebra/h_mat.hh: ...these. Update. * tests/core/h_vec.cc, * tests/algebra/vec2.cc, * tests/algebra/mat.cc, * mln/core/point.hh, * mln/metal/vec.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/translation.hh, * mln/fun/x2x/rotation.hh, * mln/fun/internal/x2x_linear_impl.hh, * mln/algebra/vec.hh: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2178 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 17 Mar, 2008 1 commit
-
-
Ugo Jardonnet authored
* tests/metal_mat.cc: . * tests/metal_pow.cc: . * tests/all.cc: . * tests/mat.cc: . * tests/metal_vec.cc: . * tests/core/h_vec.cc: . * tests/core/tr_image.cc: . * tests/stack.cc: . * tests/dpoint1d.cc: . * tests/dpoint2d.cc: . * tests/dpoint3d.cc: . * tests/fun/x2x/translation.cc: . * tests/fun/x2x/rotation.cc: . * tests/fun/x2x/composed.cc: . * tests/fun/vv2v/min.cc: . * tests/fun/vv2v/max.cc: . * tests/fun/v2v/norm.cc: . * tests/vec.cc: . * tests/point1d.cc: . * tests/point2d.cc: . * tests/norm/l1.cc: . * tests/norm/l2.cc: . * tests/norm/linfty.cc: . * tests/interpolated.cc: . * mln/trait/ch_value.hh: . * mln/trait/value_.hh: . * mln/core/point.hh: . * mln/core/line_graph_image.hh: . * mln/core/h_vec.hh: . * mln/core/tr_image.hh: . * mln/core/interpolated.hh: . * mln/core/bgraph_image.hh: . * mln/core/trait/op_mult.hh: . * mln/core/graph_image.hh: . * mln/core/h_mat.hh: . * mln/core/dpoint.hh: . * mln/core/plain.hh: . * mln/metal/mat.hh: . * mln/metal/math/pow.hh: . * mln/metal/math/max.hh: . * mln/metal/math/all.hh: . * mln/metal/math/sqrt.hh: . * mln/metal/all.hh: . * mln/metal/vec.hh: . * mln/linear/sobel.hh: . * mln/linear/gaussian.hh: . * mln/value/graylevel.hh: . * mln/value/graylevel_f.hh: . * mln/value/float01_.hh: . * mln/value/quat.hh: Remove. * mln/value/int_s.hh: . * mln/value/int_u.hh: . * mln/value/internal/gray_.hh: . * mln/value/internal/gray_f.hh: . * mln/value/int_u_sat.hh: . * mln/value/stack.hh: . * mln/value/rgb.hh: . * mln/value/label.hh: . * mln/make/vec.hh: . * mln/make/mat.hh: . * mln/make/voronoi.hh: . * mln/geom/seeds2tiling_roundness.hh: . * mln/geom/seeds2tiling.hh: . * mln/fun/x2x/composed.hh: . * mln/fun/x2x/translation.hh: . * mln/fun/x2x/rotation.hh: . * mln/fun/internal/selector.hh: . * mln/algebra/mat.hh: New. * mln/algebra/quat.hh: New. * mln/norm/linfty.hh: . * mln/norm/l1.hh: . * mln/norm/l2.hh: . * sandbox/duhamel/slow_seed2tiling.cc: . * sandbox/duhamel/labeling_algo.hh: . * sandbox/duhamel/mesh_image.hh: . * sandbox/jardonnet/test/icp.cc: New. * sandbox/jardonnet/test/gaussian_subsampling.cc: . * sandbox/jardonnet/test/Makefile: . * sandbox/jardonnet/subsampling/gaussian_subsampling.hh: . * sandbox/jardonnet/subsampling/sub_sampled_image.hh: . * sandbox/jardonnet/TODO: . * sandbox/jardonnet/registration/quat7.hh: New. * sandbox/jardonnet/registration/cloud.hh: New. * sandbox/jardonnet/registration/jacobi.hh: New. * sandbox/jardonnet/registration/icp.hh: . * sandbox/jardonnet/registration/projection.hh: New. * sandbox/jardonnet/registration/quat: New. * sandbox/jardonnet/registration/quat/all.hh: New. * sandbox/jardonnet/registration/quat/misc.hh: New. * sandbox/jardonnet/registration/quat/interpol.hh: New. * sandbox/jardonnet/registration/quat/rotation.hh: New. * sandbox/vigouroux/color/my_yuv.hh: . * sandbox/vigouroux/color/my_hsi.hh: . * sandbox/vigouroux/color/my_hsl.hh: . * sandbox/vigouroux/color/my_xyz.hh: . * sandbox/vigouroux/color/my_hsv.hh: . * sandbox/vigouroux/color/my_yiq.hh: . * sandbox/folio/dmap.cc: . * sandbox/garrigues/image_identity/interpolated.hh: . * sandbox/garrigues/image_identity/interpolated.cc: . git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1784 4aad255d-cdde-0310-9447-f3009e2ae8c0
-