- 22 Oct, 2010 5 commits
-
-
Roland Levillain authored
* m4/oln-with-lib.m4 (OLN_WITH_LIB): Here.
-
Roland Levillain authored
-
Roland Levillain authored
* HACKING (Required Software): Update. (Useful Tools): New section.
-
Roland Levillain authored
* README: Aesthetic changes. (Overview): Fix an URL. (Other libraries): New section. (Bibliography): Add publications of 2010.
-
Roland Levillain authored
* src/text_in_picture.cc: Help the C++ compiler not to mix up scribo::primitive::link with unistd.h's link(2).
-
- 21 Oct, 2010 6 commits
-
-
Guillaume Lazzara authored
* mln/accu/label_used.hh, * mln/core/internal/labeled_image_base.hh, * mln/labeling/colorize.hh, * mln/labeling/compute.hh, * mln/labeling/superpose.hh, * mln/make/relabelfun.hh, * mln/set/compute_with_weights.hh: Make use of value::next.
-
Guillaume Lazzara authored
* scribo/primitive/link/compute.hh: Update doc. * scribo/primitive/link/internal/link_single_dmax_base.hh (start_point_): Remove useless overload. * scribo/primitive/link/with_single_left_link_dmax_ratio.hh: Remove useless template parameter. * scribo/text/merging.hh: Disable debug. * scribo/toolchain/nepomuk/text_extraction.hh: Enable denoising and reduce Sauvola's window size.
-
Guillaume Lazzara authored
* scribo/filter/object_links_bbox_overlap.hh, * scribo/filter/object_links_bbox_ratio.hh, * scribo/filter/object_links_non_aligned_simple.hh, * scribo/primitive/link/merge_double_link.hh: Ignore invalid links.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/core/component_set.hh, * scribo/core/line_set.hh, * scribo/core/object_links.hh, * scribo/debug/highlight_text_area.hh, * scribo/filter/object_groups_with_holes.hh, * scribo/filter/objects_with_holes.hh, * scribo/postprocessing/fill_object_holes.hh, * scribo/table/internal/align_lines.hh: Use value::next to replace evil casts.
-
Guillaume Lazzara authored
* mln/value/label.hh: Include next routine. * mln/value/next.hh: New.
-
- 11 Oct, 2010 1 commit
-
-
Guillaume Lazzara authored
* scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola_threshold_image.hh, * scribo/subsampling/integral_single_image.hh: Add mln:: prefix.
-
- 15 Sep, 2010 1 commit
-
-
Guillaume Lazzara authored
* mln/io/magick/load.hh, * mln/io/magick/save.hh: Here.
-
- 24 Aug, 2010 7 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
Conflicts: milena/mln/io/magick/load.hh milena/mln/io/magick/save.hh milena/tests/io/magick/save.cc scribo/src/Makefile.am
-
- 18 Aug, 2010 1 commit
-
-
Roland Levillain authored
-
- 13 Aug, 2010 2 commits
-
-
Guillaume Lazzara authored
* mln/value/qt/rgb32.hh: Here. (name()): Change the returned string value.
-
Guillaume Lazzara authored
-
- 12 Aug, 2010 12 commits
-
-
Roland Levillain authored
* m4/swig.m4: Here.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* tests/accu/Makefile.am (tuple): Add conditions. * tests/unit_test/cond_tests_boost-preprocessor_boost-tuple: New. * tests/unit_test/unit-tests.mk: Regen.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* mln/fun/v2v/saturate.hh: Add mln:: namespace prefix. * mln/value/rgb.hh: Add a missing include. * mln/accu/tuple.hh: Update include directive syntax.
-
Guillaume Lazzara authored
* configure.ac: Improve configure output. * m4/oln-with-lib.m4: Always set oln_have_* variable.
-
Guillaume Lazzara authored
* configure.ac: Add tests. * m4/boost.m4: New.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/preprocessing/rotate_90.hh (out_next_offset, out_next_p_offset): Fix a wrong type leading to overflows. (output): Add an assertion checking its validity.
-
Guillaume Lazzara authored
* mln/convert/impl/from_float_to_value.hh: Add an overload for short int. * mln/io/fld/load.hh: Use convert::from_to. * mln/io/fld/max_components.hh: Explicitly cast values to unsigned.
-
Guillaume Lazzara authored
* mln/fun/v2v/saturate.hh: Add a missing include. * mln/subsampling/antialiased.hh: Increment pointer after the call to convert::from_to. * tests/subsampling/antialiased.cc: Fix references according to last changes on 'round factor'.
-
- 11 Aug, 2010 5 commits
-
-
Guillaume Lazzara authored
* mln/fun/v2v/saturate.hh, * mln/subsampling/antialiased.hh, * mln/value/rgb.hh: Use convert::from_to for type conversions.
-
Guillaume Lazzara authored
* scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola_ms.hh, * scribo/binarization/sauvola_threshold_image.hh, * scribo/binarization/sauvola_threshold_image_debug.hh, * scribo/postprocessing/fill_object_holes.hh, * scribo/preprocessing/deskew.hh, * scribo/primitive/extract/lines_pattern.hh, * scribo/subsampling/bilinear.hh, * scribo/subsampling/integral_single_image.hh, * scribo/text/clean_inplace.hh, * src/debug/show_links_several_right_overlap.cc, * src/debug/show_links_single_down.cc, * src/debug/show_links_single_down_left_aligned.cc, * src/debug/show_links_single_down_right_aligned.cc, * src/debug/show_links_single_left.cc, * src/debug/show_links_single_right.cc, * src/debug/show_links_single_up.cc, * src/debug/show_links_single_up_left_aligned.cc, * src/debug/show_links_single_up_right_aligned.cc: explicitly convert to a specific type when necessary.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* mln/draw/dashed_line.hh, * mln/fun/n2v/white_gaussian.hh, * mln/fun/v2v/rgb_to_int_u.hh, * mln/io/dump/get_header.hh, * mln/io/raw/get_header.hh: Add missing includes. * tests/topo/skeleton/crest.cc: Fix reference results since a bug have been fixed. * tests/unit_test/cond_tests_qt: Add conditional tests. * tests/unit_test/unit-tests.mk: Regen.
-
Guillaume Lazzara authored
* mln/convert/to_qimage.hh, * mln/convert/to_qimage_nocopy.hh: Here.
-