- 30 Aug, 2013 19 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* apps/mesh-segm-skel/save_bin_alt.hh (mln::io::vtk::save_bin_alt): New function.
-
Roland Levillain authored
-
Roland Levillain authored
* tests/io/vtk/save.cc: New. * tests/io/vtk/Makefile.am: New. * tests/io/Makefile.am (SUBDIRS): Add vtk.
-
Roland Levillain authored
* mln/io/vtk/save.hh: New.
-
Roland Levillain authored
-
Roland Levillain authored
* mln/topo/skeleton/breadth_first_thinning.hh: Remove a stray semicolon at the end of a `for' statement. Create psite using the right iterator.
-
Roland Levillain authored
* apps/mesh-segm-skel/test-mesh-complex-pinv-curv-skel.in: Here.
-
Roland Levillain authored
* configure.ac: Configure milena/apps/mesh-segm-skel/test-mesh-complex-pinv-curv-segm and milena/apps/mesh-segm-skel/test-mesh-complex-pinv-curv-skel.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc: New. * apps/mesh-segm-skel/mesh-complex-max-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc: Remove dead code. * apps/mesh-segm-skel/test-mesh-complex-pinv-curv-segm.in, * apps/mesh-segm-skel/test-mesh-complex-pinv-curv-skel.in: New. * apps/mesh-segm-skel/Makefile.am (bin_PROGRAMS): Add mesh-complex-pinv-curv-segm and mesh-complex-pinv-curv-skel. (mesh_complex_pinv_curv_segm_SOURCES) (mesh_complex_pinv_curv_skel_SOURCES): New. (TESTS): Add test-mesh-complex-pinv-curv-segm and test-mesh-complex-pinv-curv-skel. (MOSTLYCLEANFILES): Add socket-complex-pinv-curv-segm.off, teapot-complex-pinv-curv-segm.off, socket-complex-pinv-curv-skel.off and teapot-complex-pinv-curv-skel.off.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv-segm.cc: Here.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-segm.cc, * apps/mesh-segm-skel/mesh-complex-skel.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc: Convert the floating point value input to an unsigned integer image to avoid precision errors due to float comparisons.
-
Roland Levillain authored
* configure.ac: Here.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc: New. * apps/mesh-segm-skel/test-mesh-complex-max-curv-skel.in: New. * apps/mesh-segm-skel/Makefile.am (bin_PROGRAMS): Add mesh-complex-max-curv-skel. (mesh_complex_max_curv_skel_SOURCES): New. (TESTS): Add test-mesh-complex-max-curv-skel. (MOSTLYCLEANFILES): Add socket-complex-max-curv-skel.off and teapot-complex-max-curv-skel.off.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv.cc: Remove dead code. * apps/mesh-segm-skel/mesh-complex-skel.cc: Typo. * apps/mesh-segm-skel/Makefile.am: Add titles and FIXMES.
-
Roland Levillain authored
* configure.ac: Here.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc: New. * apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in: New. * apps/mesh-segm-skel/Makefile.am (bin_PROGRAMS): Add mesh-complex-max-curv-extrema. (mesh_complex_max_curv_extrema_SOURCES): New. (TESTS): Add test-mesh-complex-max-curv-segm-extrema. (MOSTLYCLEANFILES): Add socket-complex-max-curv-segm-extrema.off and teapot-complex-max-curv-segm-extrema.off.
-
Roland Levillain authored
* apps/mesh-segm-skel/misc.hh (mln::geom::mesh_curvature): Always call algebra::ldlt_decomp, even when NDEBUG is defined. Typo. Avoid a warning about an undefined variable when NDEBUG is not defined.
-
Roland Levillain authored
* mln/topo/skeleton/breadth_first_thinning.hh (mln::topo::skeleton::breadth_first_thinning): Fix a bias in the algorithm due to a buggy predicate. Introduce a temporary psite to help the compiler. Fix the type of `output'.
-
- 29 Aug, 2013 1 commit
-
-
Roland Levillain authored
* apps/constrained-connectivity/constrained-connectivity.cc: Here.
-
- 28 Aug, 2013 2 commits
-
-
Roland Levillain authored
* mln/morpho/watershed/topological.hh: s/site/psite/g. (morpho::watershed::min, morpho::watershed::max): Abort when the set of components is empty. * mln/core/site_set/p_set.hh (p_set<P>::is_empty): New method.
-
Roland Levillain authored
* apps/mesh-segm-skel/mesh-complex-max-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-max-curv.cc: Here.
-
- 27 Aug, 2013 10 commits
-
-
Roland Levillain authored
* scribo/preprocessing/deskew.hh (scribo::preprocessing::internal::perform_deskew): Here. (PI): Remove macro.
-
Roland Levillain authored
* mln/algebra/quat.hh (mln::algebra::quat::set_unit): Here.
-
Roland Levillain authored
* mln/math/pi.hh (mln::math::pi): Here. Use the value of the M_PI macro from glibc's math.h header.
-
Roland Levillain authored
* tests/preprocessing/crop.cc, * tests/preprocessing/crop_without_localization.cc, * tests/preprocessing/deskew.cc, * tests/preprocessing/rotate_90.cc: Here.
-
Roland Levillain authored
* scribo/afp/components.hh, * scribo/estim/components_features.hh, * scribo/filter/objects_with_holes.hh, * scribo/filter/separators_in_borders.hh, * scribo/io/xml/load.hh, * scribo/postprocessing/fill_object_holes.hh, * scribo/preprocessing/deskew.hh, * scribo/primitive/extract/lines_h_thick_and_thin.hh, * scribo/primitive/extract/non_text.hh, * scribo/primitive/extract/separators_nonvisible.hh, * scribo/text/clean_inplace.hh, * scribo/text/extract_paragraphs_hdoc.hh, * scribo/text/merging.hh: Here.
-
Roland Levillain authored
* scribo/scribo/text/merging.hh, * scribo/scribo/text/recognition.hh: Here.
-
Roland Levillain authored
* scribo/core/line_set.hh, * scribo/core/object_groups.hh, * scribo/core/paragraph_set.hh, * scribo/preprocessing/deskew_crop.hh, * scribo/primitive/extract/non_text_kmean.hh: Here.
-
Roland Levillain authored
* mln/io/pdf/load.hh, * mln/io/tiff/load.hh: Here.
-
Roland Levillain authored
* mln/accu/stat/median_alt.hh, * mln/canvas/browsing/dir_struct_elt_incr_update.hh, * mln/core/image/image2d.hh, * mln/core/internal/classical_window_base.hh, * mln/core/internal/image_morpher.hh, * mln/io/raw/load.hh, * mln/morpho/tree/data.hh, * mln/morpho/tree/impl/dual_hqueue.hh, * mln/morpho/tree/impl/dual_union_find.hh, * mln/morpho/watershed/topological.hh, * mln/util/edge.hh, * mln/util/timer.hh: Here.
-
Roland Levillain authored
* doc/Makefile.am (EXTRA_DIST): Remove generate_dist_files.sh and tools/clearbanner.sh. * doc/generate_dist_files.sh, * doc/tools/clearbanner.sh: Remove.
-
- 26 Aug, 2013 8 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am (edit) ($(srcdir)/user-refman.stamp): Use `[@]' instead of `\@' for portability reasons. (ID): New (empty). ($(DOXYFILE_USER)): Do not depend on $Id$ from ChangeLog. * doc/Doxyfile.in (PROJECT_NUMBER): Reintegrate @ID@ to the project number, even if it is not yet set. Improve the generation of Doxyfiles in Olena.
-
Roland Levillain authored
* doc/Makefile.am (edit) ($(srcdir)/user-refman.stamp) ($(srcdir)/devel-refman.stamp): Use `[@]' instead of `\@' for portability reasons. (ID): New (empty). (edit_devel): Prevent configure from expanding @builddir@. Christen the product as ``Developer documentation''. ($(DOXYFILE_USER), $(DOXYFILE_DEVEL)): Do not depend on $Id$ from ChangeLog. * doc/Doxyfile.in (PROJECT_NUMBER): Reintegrate @ID@ to the project number, even if it is not yet set.
-
Roland Levillain authored
* doc/Makefile.am (edit) ($(srcdir)/user-refman.stamp) ($(srcdir)/devel-refman.stamp): Use `[@]' instead of `\@' for portability reasons. (ID): New (empty). (edit_devel): Prevent configure from expanding @builddir@. Christen the product as ``Developer documentation''. ($(DOXYFILE_USER), $(DOXYFILE_DEVEL)): Do not depend on $Id$ from ChangeLog. * doc/Doxyfile.in (PROJECT_NUMBER): Reintegrate @ID@ to the project number, even if it is not yet set.
-
Roland Levillain authored
* tests/unit_test/cond_tests_fftw3: New. * tests/unit_test/Makefile.am (COND_TESTS): Add cond_tests_fftw3. * tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* mln/transform/fft.hh: Here.
-
Roland Levillain authored
* mln/transform/fft.hh: Here.
-
Roland Levillain authored
* mln/transform/fft.hh: Here.
-