- 23 Aug, 2013 11 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* mln/io/magick/load.hh: Here.
-
Roland Levillain authored
* tests/topo/complex.cc: Here.
-
Roland Levillain authored
* mln/value/int_u.hh, * mln/value/rgb.hh: Here.
-
Roland Levillain authored
* apps/Makefile.am: Here.
-
Roland Levillain authored
* mln/data/fill.hh: Here.
-
Roland Levillain authored
* mln/core/contract.hh: Here.
-
Roland Levillain authored
* mln/value/rgb.hh: Here.
-
Roland Levillain authored
* mln/core/concept/function.hh: Here.
-
Roland Levillain authored
* mln/morpho/watershed/flooding.hh: Here.
-
Roland Levillain authored
* mln/labeling/flat_zones.hh: Here.
-
- 22 Aug, 2013 1 commit
-
-
Roland Levillain authored
* mln/fun/v2v/rgb_to_hsl.hh: Here.
-
- 29 Jul, 2013 1 commit
-
-
Roland Levillain authored
* tests/draw/line.cc: Remove a useless header inclusion. Add a description. Stylistic changes.
-
- 25 Jul, 2013 2 commits
-
-
Roland Levillain authored
* mln/linear/#ch_convolve.hh#: Remove.
-
Roland Levillain authored
* mln/core/site_set/p_line2d.hh (mln::p_line2d::has(const psite&)): Remove a too strict precondition. * mln/draw/dashed_line.hh (mln::draw::dashed_line): Rework implementation to make it more like mln::draw::line's. Clean up a bit. * tests/draw/dashed_line.cc: New test. * tests/draw/Makefile.am (check_PROGRAMS): Add dashed_line.
-
- 04 Jul, 2013 1 commit
-
-
Roland Levillain authored
* tests/labeling/compute.cc, * tests/labeling/pack.cc: Here.
-
- 28 Jun, 2013 2 commits
-
-
Roland Levillain authored
* mln/world/binary_2d/subsample.hh: Here.
-
Roland Levillain authored
* mln/world/binary_2d/subsample.hh (world::binary_2d::subsample(const image2d<bool>&, unsigned)): Properly initialize (and deallocate) the sliding window (array of pointers). Fix the size of the output image. Have the declaration of this function match its definition. * tests/world/binary_2d/subsample.cc: New test. * tests/world/binary_2d/Makefile.am (check_PROGRAMS): Add subsample. (MOSTLYCLEANFILES): Add subsample-small.pgm.
-
- 24 Jun, 2013 6 commits
-
-
Roland Levillain authored
* mln/algebra/mat.hh (mln::algebra::impl::det) * mln/linear/gaussian.hh (mln::linear::impl::generic_filter_) * mln/registration/icp.hh (mln::registration::remove_too_far_sites_debug) (mln::registration::compute_distance_criteria) * tests/io/magick/load.cc (main) * tests/io/magick/save.cc (main): Here.
-
Roland Levillain authored
* apps/morphers/iz.cc: Here. Add a copyright notice and a Doxygen header.
-
Roland Levillain authored
* mln/value/int_u.hh: Here. * mln/value/internal/gray_f.hh: Typo in comment.
-
Roland Levillain authored
* mln/value/qt/rgb32.hh: Here.
-
Roland Levillain authored
* mln/value/hsl.hh: Here. [MLN_INCLUDE_ONLY]: Fix closing #endif statement.
-
Roland Levillain authored
* mln/value/int_u.hh: Move definitions... * mln/value/int_u.hxx: ...here (new file). * mln/value/qt/rgb32.hh: Adjust. * headers.mk (nobase_include_HEADERS): Regen.
-
- 19 Jun, 2013 1 commit
-
-
Roland Levillain authored
-
- 18 Jun, 2013 1 commit
-
-
Roland Levillain authored
* mln/util/timer.hh: Rely on the default copy constructor and the default (copy-)assignment operator.
-
- 17 Jun, 2013 2 commits
-
-
Roland Levillain authored
* doc/Makefile.am: Rewrite patterns ``perl X `find Y''' as ``find Y -exec perl X {} \;'' to avoid long `perl' command lines and please the shell. Wrap some long lines.
-
Roland Levillain authored
* doc/Makefile.am, * doc/tools/clearbanner.sh, * doc/tools/todoxygen.sh: Here, as `sed -i' (with no backup file) behaves differently on GNU/Linux and Mac OS X. For more information, see: http://stackoverflow.com/questions/5694228/.
-
- 13 Jun, 2013 1 commit
-
-
Roland Levillain authored
* mln/debug/trace.hh: Here. Aesthetic changes.
-
- 17 Apr, 2013 8 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* mln/labeling/n_max.hh: Move internal function to namespace internal. * tests/labeling/n_max.cc: Update function namespaces.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* doc/mln/labeling/labeling.dox: New. Introduce labeling module. * mln/labeling/background.hh, * mln/labeling/colorize.hh, * mln/labeling/compute.hh, * mln/labeling/compute_image.hh, * mln/labeling/flat_zones.hh, * mln/labeling/foreground.hh, * mln/labeling/mean_values.hh, * mln/labeling/pack.hh, * mln/labeling/regional_maxima.hh, * mln/labeling/regional_minima.hh, * mln/labeling/relabel.hh, * mln/labeling/superpose.hh, * mln/labeling/value.hh, * mln/labeling/value_and_compute.hh, * mln/labeling/wrap.hh: Set documentation as part of the labeling group.
-
Guillaume Lazzara authored
* mln/trait/ch_value.hh, * mln/trait/concrete.hh: Here.
-
Guillaume Lazzara authored
* doc/examples/multi_files_f1.cc.raw, * doc/examples/multi_files_f2.cc.raw, * doc/examples/multi_files_main.cc.raw, * doc/examples/multiple_def.cc.raw, * doc/examples/typenametemplate.cc.raw, * doc/examples/undef_global_vars.cc.raw, * doc/examples/wrongvaluetype.cc.raw: New. * doc/ref-guide.tex: Add a new section.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
- 16 Apr, 2013 2 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am ($(srcdir)/img/small.png): New rule.
-
- 13 Apr, 2013 1 commit
-
-
Roland Levillain authored
* apps/mesh-segm-skel/Makefile.am (MOSTLYCLEANFILES): Here.
-