- 15 Mar, 2010 1 commit
-
-
Guillaume Lazzara authored
* mln/accu/count_value.hh: Fix doc. * mln/convert/from_to.hxx, * mln/value/int_u.hh, * mln/value/qt/rgb32.hhL: Add new from_to overloads. * mln/convert/to_qimage.hh: Add a missing include. * mln/convert/to_qimage_nocopy.hh: Rename an overload. * mln/core/concept/function.hh: Add new concept n2v. * mln/geom/rotate.hh: rename center() to pcenter(). * mln/histo/compute.hh: Fix a namespace ambiguity. * mln/io/magick/save.hh: Handle qt::rgb32. * mln/io/plot/save.hh: Add an overload for histograms. * mln/labeling/relabel.hh: Make 'nlabels' const. * mln/topo/skeleton/crest.hh: Fix a bug. * tests/core/other/box_runstart_piter.cc: Write a valid test.
-
- 11 Mar, 2010 1 commit
-
-
Guillaume Lazzara authored
-
- 24 Feb, 2010 1 commit
-
-
Guillaume Lazzara authored
* mln/fun/all.hh: Include a new file. * mln/fun/n2v/all.hh, * mln/fun/n2v/white_gaussian.hh: New.
-
- 17 Feb, 2010 1 commit
-
-
Guillaume Lazzara authored
-
- 16 Feb, 2010 15 commits
-
-
Guillaume Lazzara authored
* bin/labeling/colorize.cc, * bin/pgm_to_pbm.cc, * bin/ppm_negate.cc: New.
-
Guillaume Lazzara authored
* mln/convert/to_qimage.hh: Remove useless comments and move a specific implementation... * mln/convert/to_qimage_nocopy.hh: ... in this new file.
-
Guillaume Lazzara authored
* mln/convert/to_qimage.hh: New.
-
Guillaume Lazzara authored
* mln/core/site_set/box.hh: New member 'merge()'. * tests/core/site_set/Makefile.am, * tests/core/site_set/box.cc: New test.
-
Guillaume Lazzara authored
* mln/core/image/image3d.hh, * mln/debug/slices_2d.hh, * tests/io/pbms/load.cc, * tests/io/pgms/load.cc, * tests/io/ppms/load.cc: Rename nslices to nslis.
-
Guillaume Lazzara authored
* doc/tutorial/tutorial.tex: Add more contacts. * mln/accu/label_used.hh: Do not use label<>::next(). * mln/draw/line.hh: Add a fixme. * mln/io/dump/save.hh: Close the file. * mln/io/plot/save.hh: Fix an invalid prototype. * mln/io/pnm/load.hh: Fix an invalid static check. * mln/io/raw/get_header.hh: Fix comment. * mln/labeling/pack.hh: Disable a static check on symbolic values. * mln/math/diff_abs.hh: Add a fixme. * mln/world/inter_pixel/full2image.hh: Use mln_concrete(). * mln/data/fill_with_value.hh, * mln/io/raw/load.hh, * mln/io/raw/save.hh, * mln/labeling/compute.hh, * mln/registration/icp.hh: Aesthetic changes.
-
Guillaume Lazzara authored
edge sites.
-
Guillaume Lazzara authored
* mln/io/dump/all.hh: Include a new file. * mln/io/dump/get_header.hh: New.
-
Guillaume Lazzara authored
* mln/io/dicom/all.hh: Include a new file. * mln/io/dicom/get_header.hh: New. * mln/io/dicom/load.hh: Add more doc.
-
Guillaume Lazzara authored
* milena/mln/draw/all.hh: Include new file. * milena/mln/draw/box.hh: Add a fixme. * milena/mln/draw/box_plain.hh: New.
-
Guillaume Lazzara authored
* mln/core/internal/box_impl.hh: Add width, height and depth.
-
Guillaume Lazzara authored
* milena/mln/io/raw/all.hh, * milena/mln/io/raw/get_header.hh, * milena/mln/io/raw/load.hh, * milena/mln/io/raw/save.hh: New.
-
Guillaume Lazzara authored
* milena/mln/core/alias/neighb3d.hh, * milena/mln/win/sline3d.hh: New.
-
Guillaume Lazzara authored
* milena/mln/convert/from_to.hxx: Declare conversion routines. * milena/mln/value/qt/rgb32.hh: New.
-
Guillaume Lazzara authored
* milena/mln/value/internal/make_generic_name.hh: New. * milena/mln/value/int_u.hh, * milena/mln/value/label.hh, * milena/mln/value/rgb.hh: Make use of the new routine to print a correct type names in dump format.
-
- 18 Nov, 2009 5 commits
-
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4726 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/internal/labeled_image_base.hh: New. * mln/core/image/imorph/labeled_image.hh: Make inherit from labeled_image_base. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4725 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/box_runend_piter.hh, * mln/core/box_runstart_piter.hh: use mln_psite_ in macros dedicated for non templated functions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4724 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/geom/bbox.hh, * mln/geom/max_col.hh, * mln/geom/max_row.hh, * mln/geom/max_sli.hh, * mln/geom/min_col.hh, * mln/geom/min_row.hh, * mln/geom/min_sli.hh, * mln/geom/ncols.hh, * mln/geom/nrows.hh, * mln/geom/nslis.hh: Remove useless traces. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4723 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/canvas/distance_geodesic.hh: Remove useless traces. * mln/transform/influence_zone_geodesic.hh: Add a specific fastest version and move some code... * mln/transform/influence_zone_geodesic_saturated.hh: ... here. * tests/transform/influence_zone_geodesic.cc: Update test according to the new interface. * tests/transform/Makefile.am, * tests/transform/influence_zone_geodesic_saturated.cc: New test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4722 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 17 Nov, 2009 1 commit
-
-
Thierry Geraud authored
* bench: New directory. * bench/input_iz.pgm.gz: New. * bench/fastest_statistical_tour_browsing.cc: New. * bench/fastest_forall_p_browsing.cc: New. * bench/iz.cc: New. * bench/fastest_statistical_tour_nbh_browsing.cc: New. * bench/z_sub_browsing: New. * bench/z_sub_browsing/fast.cc: New. * bench/z_sub_browsing/debase.hh: New. * bench/z_sub_browsing/integral.hh: New. * bench/z_sub_browsing/+inc: New. * bench/z_sub_browsing/in.pgm.gz: New. * bench/z_sub_browsing/debase.cc: New. * bench/z_sub_browsing/integral.cc: New. * bench/z_sub_browsing/README: New. * theo/mln/morpho/canvas/lena_blurred.pgm.gz: New. * theo/mln/morpho/canvas/lena.pgm.gz: New. * theo/mln/morpho/canvas/g.pbm.gz: New. * theo/mln/morpho/canvas/lena_min.pgm.gz: New. * theo/mln/morpho/canvas/reconstruction_on_set.hh: Layout. * theo/mln/morpho/canvas/f_and_g.pbm.gz: New. * theo/mln/morpho/canvas/regminid.pbm.gz: New. * theo/mln/morpho/canvas/one_domain.cc: New. * theo/mln/subsampling: New directory. * theo/mln/subsampling/sizes.cc: New. * theo/mln/subsampling/debase.hh: New. * theo/mln/subsampling/integral.hh: New. * theo/mln/subsampling/in.pgm.gz: New. * theo/mln/subsampling/debase.cc: New. * theo/mln/subsampling/integral.cc: New. * theo/mln/browsing: New directory. * theo/mln/browsing/window_sliding.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4721 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 10 Nov, 2009 1 commit
-
-
Guillaume Lazzara authored
* mln/core/box_runend_piter.hh: New iterator. * tests/core/other/Makefile.am, * tests/core/other/box_runend_piter.cc: New test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4720 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 06 Nov, 2009 1 commit
-
-
Fabien Freling authored
* fabien/igr/clo_vol.cc, fabien/igr/color/find_color.cc, fabien/igr/crop.cc, fabien/igr/dist_edges.cc, fabien/igr/filter.cc, fabien/igr/filter_morpho_us.cc, fabien/igr/fun_labels.cc, fabien/igr/grad.cc, fabien/igr/graph.cc, fabien/igr/label2gif.cc, fabien/igr/maj.cc, fabien/igr/mean_median_label.cc, fabien/igr/mean_slices.cc, fabien/igr/med.cc, fabien/igr/min_max_float.cc, fabien/igr/nbasins_finder.cc, fabien/igr/norm.cc, fabien/igr/thres.cc, fabien/igr/time_max.cc, fabien/igr/time_max_norm.cc, fabien/igr/wst.cc, fabien/igr/wst_edges.cc: Udate usage message. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4719 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Nov, 2009 13 commits
-
-
Roland Levillain authored
* src/all_methods.erb.cc, * src/all_methods.erb.hh, * src/data.cc, * src/data.hh, * src/data.hxx, * src/dyn.hh, * src/function.erb.cc, * src/function.erb.hh, * src/function_loader.cc, * src/function_loader.hh, * src/name_of.hh, * src/ruby_stream.cc, * src/ruby_stream.hh, * test/fixtures/my_lib/damien.hh, * test/fixtures/my_lib/damien.hxx: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4718 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* libmd5/md5.hh, * src/config.hh.in, * test/fixtures/my_lib/lib.hh: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4717 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4716 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* bin/dyn-config.in, * bin/mk_swig_input, * bin/swig_tree_to_yaml, * bin/yaml_to_dyn_decls, * config/erbx, * data/function.cc, * src/wrappers/milena.cc, * src/wrappers/milena.hh, * swig/dyn.i, * swig/mln.i, * swig/run.in, * test/test_methods.cc, * test/wrappers/test-milena.cc: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4715 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* bin/dyn-config.in, * bin/mk_swig_input, * bin/swig_tree_to_yaml, * bin/yaml_to_dyn_decls, * bootstrap, * config/erbx, * config/mk_local_config_rb_in.rb, * config/rbconfig_gen.rb, * config/ruby.m4, * src/all_methods.erb.cc, * src/all_methods.erb.hh, * src/config.hh.in, * src/cxx_symbols.rb, * src/data.cc, * src/data.hh, * src/data.hxx, * src/dyn.hh, * src/function.erb.cc, * src/function.erb.hh, * src/function_loader.cc, * src/function_loader.hh, * src/function_loader.rb, * src/name_of.cc, * src/name_of.hh, * src/policy.cc, * src/policy.hh, * src/ruby_stream.cc, * src/ruby_stream.hh, * test/fixtures/my_lib/damien.hh, * test/fixtures/my_lib/damien.hxx, * test/fixtures/my_lib/lib.hh, * test/test_containers.cc, * test/test_damien.cc, * test/test_function_loader.cc, * test/test_function_loader.rb, * test/test_function_loader_cxx.rb, * test/test_methods.cc, * test/test_milena.cc, * test/test_var_and_val.cc, * test/vaucanson/test-loader.cc: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4714 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4713 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* scribo/src/primitive/extract/Makefile.am: Add a new target. * scribo/src/primitive/extract/lines_pattern.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4712 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* scribo/src/binarization/Makefile.am: Add new target. * scribo/src/binarization/sauvola_ms.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4711 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* lazzara/igr/gui/ui_display_seg.h, * lazzara/igr/gui/ui_edit_seg.h, * lazzara/igr/gui/ui_image_viewer.h, * lazzara/igr/gui/ui_main_window.h: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4710 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4709 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* primitive/extract/lines_pattern.hh: Make it less tolerant. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4708 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* src/debug/Makefile.am: Add new targets. * src/debug/show_links_bbox_h_ratio.cc, * src/debug/show_links_bbox_overlap.cc, * src/debug/show_links_bottom_aligned.cc, * src/debug/show_links_center_aligned.cc, * src/debug/show_links_non_h_aligned.cc, * src/debug/show_links_several_right.cc, * src/debug/show_links_several_right_overlap.cc, * src/debug/show_links_single_left.cc, * src/debug/show_links_single_left_dmax_ratio.cc, * src/debug/show_links_single_right.cc, * src/debug/show_links_single_right_dmax_ratio.cc, * src/debug/show_links_top_aligned.cc, * src/debug/show_objects_large_small.cc, * src/debug/show_objects_thick.cc: New debug tools. * src/debug/show_objects_thin.cc: Write it. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4707 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* filter/internal/compute.hh: New routine to compute filter results. * filter/object_links_center_aligned.hh, * filter/object_links_top_aligned.hh, * filter/objects_h_thick.hh, * filter/objects_v_thick.hh: New filters. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4706 4aad255d-cdde-0310-9447-f3009e2ae8c0
-