- 12 Sep, 2013 3 commits
-
-
Roland Levillain authored
* src/text_in_picture.cc, * src/text_recognition_in_picture.cc, * tests/convert/base64.cc, * tests/estim/font_boldness.cc, * tests/estim/font_color.cc, * tests/toolchain/nepomuk/text_extraction.cc, * tests/util/component_precise_outline.cc: Here.
-
Roland Levillain authored
* demos/inter_pixel/inter_pixel.cc, * tests/io/plot/load.cc: Here.
-
Roland Levillain authored
* tests/img/lena.tiff: New. Generated from Milena's lena.pgm using ImageMagick's convert. * tests/Makefile.am (EXTRA_DIST): Add img/lena.tiff. * tests/binarization/sauvola_ms_tiff.cc: New test. * tests/binarization/sauvola_ms_tiff.ref.pbm: New reference output image. * tests/binarization/Makefile.am (check_PROGRAMS) [HAVE_TIFF]: Add sauvola_ms_tiff. (sauvola_ms_tiff_CPPFLAGS, sauvola_ms_tiff_LDFLAGS) [HAVE_TIFF]: New. (EXTRA_DIST): Add sauvola_ms_tiff.ref.pbm.
-
- 11 Sep, 2013 5 commits
-
-
Roland Levillain authored
* src/toolchain/nepomuk/Makefile.am (text_extraction_LDFLAGS): Move $(QT_LIBS)... (text_extraction_LDADD): ...here. Add $(LDADD).
-
Roland Levillain authored
* tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* build-aux/build_unit_test.sh: Write Make variables with parentheses instead of braces. Add a space before `='.
-
Roland Levillain authored
-
- 10 Sep, 2013 3 commits
-
-
Roland Levillain authored
* python/Makefile.am: Here, as Automake 1.11+ already takes care of this.
-
Roland Levillain authored
* scribo.mk, * tests/tests.mk: Here, as Automake 1.11+ already takes care of this.
-
Roland Levillain authored
* apps/constrained-connectivity/Makefile.am, * apps/generic-skel/Makefile.am, * apps/graph-morpho/Makefile.am, * apps/mesh-segm-skel/Makefile.am, * apps/morphers/Makefile.am, * apps/papers/levillain.09.ismm/Makefile.am, * tests/tests.mk, * tools/tools.mk: Here, as Automake 1.11+ already takes care of this.
-
- 09 Sep, 2013 6 commits
-
-
Roland Levillain authored
* python/Makefile.am (AM_CPPFLAGS): Here.
-
Roland Levillain authored
* doc/Makefile.am (AM_CPPFLAGS): Remove Scribo's build dir from the file inclusion path. * src/Makefile.am (pbm_text_in_doc_CPPFLAGS, text_recognition_in_picture_CPPFLAGS) * src/contest/DAE-2011/Makefile.am (content_in_hdoc_dae_CPPFLAGS, content_in_hdoc_dae_CPPFLAGS) * src/contest/hbr-2013/Makefile.am (content_in_hdoc_hbr_CPPFLAGS) * src/contest/hdlac-2011/Makefile.am (content_in_hdoc_hdlac_CPPFLAGS) * src/contest/hnla-2013/Makefile.am (content_in_hdoc_hnla_CPPFLAGS) * src/text/Makefile.am (pbm_lines_recognition_CPPFLAGS, pbm_recognition_CPPFLAGS) * src/toolchain/nepomuk/Makefile.am (text_extraction_CPPFLAGS) * tests/toolchain/nepomuk/Makefile.am (text_extraction_CPPFLAGS): Remove -I$(top_builddir). * src/pbm_text_in_doc.cc, * src/text/pbm_lines_recognition.cc * src/text/pbm_recognition.cc * src/text_recognition_in_picture.cc * src/toolchain/nepomuk/text_extraction.cc * tests/toolchain/nepomuk/text_extraction.cc [HAVE_CONFIG_H]: Do not include config.h.
-
Roland Levillain authored
* tools/tools.mk (AM_CPPFLAGS): Remove Milena's build dir from the file inclusion path. Remove outdated FIXMEs. * apps/constrained-connectivity/Makefile.am, * apps/graph-morpho/Makefile.am, * apps/mesh-segm-skel/Makefile.am, * apps/morphers/Makefile.am, * apps/papers/levillain.09.ismm/Makefile.am (AM_CPPFLAGS): Explain why $(top_builddir)/milena is part of the file inclusion path. * apps/generic-skel/Makefile.am, * doc/Makefile.am, * tests/tests.mk (AM_CPPFLAGS): Uniformity changes.
-
Roland Levillain authored
* doc/Makefile.am (AM_CPPFLAGS): Here.
-
Roland Levillain authored
* Makefile.am (SUBDIRS): Prepend `.' to the list of subdirectories to force make to honor this Makefile's targets before recursing in Milena's subdirectories.
-
Roland Levillain authored
* Makefile.am (regen-am): Here.
-
- 06 Sep, 2013 4 commits
-
-
Roland Levillain authored
* mln/version.hh.in (OLN_PACKAGE_AUTHORS): Set it to @PACKAGE_AUTHORS@.
-
Roland Levillain authored
* configure.ac (PACKAGE_AUTHORS): New variable. Define it both as a C/C++ preprocessor symbol (using AC_DEFINE_UNQUOTED) and as an Autoconf output variable (via AC_SUBST).
-
Roland Levillain authored
* configure.ac: No longer configure milena/mln/version.hh, as milena/Makefile now generates it the source tree instead.
-
Roland Levillain authored
* Makefile.am ($(srcdir)/mln/version.hh): New target, generating mln/version.hh in the source tree using make instead of configure. (edit): New. (EXTRA_DIST): Add mln/version.hh.in (nobase_nodist_include_HEADERS): Remove mln/version.hh. * mln/version.hh: New (generated). * headers.mk: Regen.
-
- 05 Sep, 2013 1 commit
-
-
Roland Levillain authored
* doc/examples/tuto3/first_routine.cc: Here. * doc/examples/split/tuto3_first_routine-1.cc.raw: Regen.
-
- 02 Sep, 2013 2 commits
-
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc: Here, as suggested by g++ 4.7.
-
Roland Levillain authored
* apps/generic-skel/test-mixed.in, * apps/mesh-segm-skel/test-mixed.in: Add a `-wadgmm-2010' suffix to saved images to distinguish them from outputs of other tests. * apps/generic-skel/Makefile.am, * apps/mesh-segm-skel/Makefile.am (MOSTLYCLEANFILES): Adjust. Add files generated by disabled test cases. (generated_checked_tests): New. Contain all generated checked tests. (generated_tests): Set it to contain all test (checked automatically and run manually). (TESTS): Set it to $(generated_checked_tests). Aesthetic changes.
-
- 31 Aug, 2013 6 commits
-
-
Roland Levillain authored
* apps/generic-skel/Makefile.am, * apps/mesh-segm-skel/Makefile.am: Here.
-
Roland Levillain authored
* apps/mesh-segm-skel/Makefile.am: Here.
-
Roland Levillain authored
* apps/generic-skel/Makefile.am (EXTRA_DIST): Add test-mixed.in. * apps/mesh-segm-skel/Makefile.am (EXTRA_DIST): Add test-mesh-complex-2-collapse.in, test-mesh-complex-max-curv-2-collapse.in, test-mesh-complex-max-curv-1-collapse.in and test-mixed.in.
-
Roland Levillain authored
* apps/generic-skel/Makefile.am, * apps/mesh-segm-skel/Makefile.am: s/bin_PROGRAMS/noinst_PROGRAMS/.
-
Roland Levillain authored
* apps/generic-skel/Makefile.am (noinst_HEADERS): Add image3d-skel.hh.
-
Roland Levillain authored
* apps/generic-skel/Makefile.am: Include $(top_srcdir)/milena/common.mk.
-
- 30 Aug, 2013 10 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
-
Roland Levillain authored
* src/Makefile.am, * src/binarization/Makefile.am: Here.
-
Roland Levillain authored
* apps/generic-skel/Makefile.am, * apps/mesh-segm-skel/Makefile.am, * tests/io/vtk/Makefile.am, * tests/transform/Makefile.am, * tools/Makefile.am: Here.
-
Roland Levillain authored
* doc/figures/extend-1.ppm, * doc/figures/extend-2.ppm, * doc/figures/extend-3.ppm, * doc/figures/extend-4.ppm, * doc/figures/extend-5.ppm, * doc/figures/fill-1.ppm, * doc/figures/fill-2.ppm, * doc/figures/fill-imageif-cfun-1.ppm, * doc/figures/fill-subdomain-1.pbm, * doc/figures/fill-subdomain-2.ppm, * doc/figures/fill-subdomain-3.ppm, * doc/figures/fill-subdomain-4.ppm, * doc/figures/ima2d-rot-1.ppm, * doc/figures/ima2d-rot-2.ppm, * doc/figures/ima_save.pbm, * doc/figures/labeling-compute-1.pbm, * doc/figures/labeling-compute-2.ppm, * doc/figures/logical-not-1.pbm, * doc/figures/logical-not-2.pbm, * doc/figures/logical-not-3.pbm, * doc/figures/tuto2_first_image-1.pbm, * doc/figures/tuto3_colorize-1.pgm, * doc/figures/tuto3_colorize-2.ppm, * doc/figures/tuto3_rw_image-1.ppm, * doc/figures/tuto3_rw_image-2.ppm, * doc/figures/tuto3_rw_image-3.ppm, * doc/figures/tuto4_genericity_and_algorithms-1.ppm, * doc/figures/tuto4_genericity_and_algorithms-2.ppm, * doc/figures/tuto4_genericity_and_algorithms-3.pbm, * doc/figures/tuto4_genericity_and_algorithms-4.ppm, * doc/figures/tuto4_genericity_and_algorithms-5.ppm, * doc/figures/tuto4_genericity_and_algorithms-6.ppm: Regen.
-
Roland Levillain authored
* apps/generic-skel/image2d-skel-unconstrained.cc, * apps/generic-skel/image2d-skel-with-end-points.cc, * apps/mesh-segm-skel/mesh-complex-2-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc, * apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc, * apps/mesh-segm-skel/off-to-vtk-bin.cc, * mln/topo/is_not_1d_isthmus.hh, * mln/topo/is_not_end_point.hh: Here.
-
Roland Levillain authored
* tests/value/Makefile.am: Here.
-
Roland Levillain authored
* tools/Makefile.am: Fix build rules of optional programs. * tools/simple_point3d_lut_tbb.cc: Rename as... * tools/simple_point_3d_lut_tbb.cc: ...this. s/point_3d/point3d/.
-
Roland Levillain authored
* mln/io/vtk/save.hh, * tools/connectivity_numbers_3d_tbb.hh, * tools/simple_point3d_lut_tbb.hh: Here.
-
Roland Levillain authored
* python/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/milena.
-