- 16 Sep, 2009 7 commits
-
-
Guillaume Lazzara authored
* src/Makefile.am, * src/extract/primitive/Makefile.am, * src/text/Makefile.am: Add new targets. * src/extract/primitive/find_thick_and_single_lines.cc, * src/text/cleantxt.cc, * src/text_in_photo_ppm.cc: New full examples. * src/extract/primitive/find_thick_lines.cc: Use the lines_*_thick routines. * src/text_in_doc.cc, * src/text_in_photo.cc: Improve outputs. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4484 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* text/clean.hh: Do not use the distance map anymore. * text/recognition.hh: Do not return an image of char anymore. Enlarge the temporary image domain. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4483 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* filter/common/objects_photo.hh, * filter/object_groups_v_thickness.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4482 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4481 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* fabien/mln/upsampling/hq2x.hh, * fabien/mln/upsampling/hq3x.hh, * fabien/mln/upsampling/hq4x.hh: Add support for image domains not starting from (0,0). Initialize image extension correctly git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4480 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4479 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/geom/all.hh: Add new include. * mln/geom/translate.hh: New routine. * tests/geom/Makefile.am, * tests/geom/translate.cc: New test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4478 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 14 Sep, 2009 5 commits
-
-
Fabien Freling authored
* mln/io/magick/save.hh: Disable tiled2d image support. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4477 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* tests/fun/v2v/rgb_to_hsl.cc: Update luminance values with fractions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4476 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* mln/io/magick/load.hh: Disable tiled2d image support. * tests/fun/v2v/rgb_to_hsl.cc: Update test for luminance value. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4475 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4474 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* neighb2d.i: Wrap base class internal::neighb_base<W, neighb<W> >. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4473 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Sep, 2009 2 commits
-
-
Yann Jacquelet authored
* green/mln/accu/stat/histo3d_hsl.hh :Update library file. * green/tests/accu/stat/histo3d_hsl/histo3d_hsl.cc:Update unitary test. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4472 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/fun/x2v/sampler.hh : Delete obsolete library file. * green/mln/fun/x2v : Delete directory. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4471 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 11 Sep, 2009 6 commits
-
-
Yann Jacquelet authored
* green/mln/fun/x2v : New directory. * green/mln/fun/x2v/sampler.hh : New library file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4470 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/accu/stat/histo3d_hsl.hh : New library file. * green/tests/accu/stat/histo3d_hsl : New directory. * green/tests/accu/stat/Makefile.am : New makefile. * green/tests/accu/stat/histo3d_hsl.cc : New source file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4469 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc/examples : New directory. Move hello_world directory in doc/examples. * green/doc/examples/hello_world : New directory. * green/doc/examples/hello_world/Makefile.am : Copy makefile. * green/doc/examples/hello_world/hellow_world.cc : Copy source file. * green/doc/examples/hello_world/print.cc : Copy source file. * green/hello_world/hello_world.cc : Remove source file. * green/hello_world/print.cc : Remove source file. * green/hello_world/Makefile.am : Remove makefile. * green/hello_world : Remove directory. Move hello_milena directory in doc/examples. * green/doc/exampleshello_milena : New directory. * green/doc/exampleshello_milena/Makefile.am : Copy makefile. * green/doc/examples/hello_milena/hello_milena.cc : Copy source file. * green/hello_milena/hello_milena.cc : Remove source file. * green/hello_milena/Makefile.am : Remove makefile. * green/hello_milena : Remove directory. Move learn_milena directory in doc/examples. * green/doc/examples/learn_milena : New directory. * green/doc/examples/learn_milena/Makefile.am : Copy makefile. * green/doc/examples/learn_milena/learn_milena.cc : Copy source file. * green/learn_milena/learn_milena.cc : Remove source file. * green/learn_milena/Makefile.am : Remove makefile. * green/learn_milena : Remove directory. Move otsu directory in doc/examples. * green/doc/examples/otsu : New directory. * green/doc/examples/otsu/Makefile.am : Copy makefile. * green/doc/examples/otsu/otsu.cc : Copy source file. * green/otsu/otsu.cc : Remove source file. * green/otsu/Makefile.am : Remove makefile. * green/otsu : Remove directory. Move fraction directory in doc/examples. * green/doc/examples/fraction : Remove directory. * green/doc/examples/fraction/Makefile.am : Remove makefile. * green/doc/examples/fraction/frac.cc : Remove source file. * green/doc/examples/fraction/frac.hh : Remove source file. * green/doc/examples/fraction/sign_prod.hh : Remove source file. * green/doc/examples/fraction/gcd.hh : Remove source file. * green/fraction/frac.cc : Remove source file. * green/fraction/frac.hh : Remove source file. * green/fraction/sign_prod.hh : Remove source file. * green/fraction/gcd.hh : Remove source file. * green/fraction/Makefile.am : Remove makefile. * green/fraction : Remove directory. Add A new example in doc/examples. * green/doc/examples/accu_color : New directory. * green/doc/examples/accu_color/accu_color.cc : New source file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4468 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc/formulae/formulae.tex : Correct file git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4467 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc/formulae/formulae.tex : Correct file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4466 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc (var_histo, mean_histo) : Comment p.to_vec code. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4465 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 10 Sep, 2009 11 commits
-
-
Roland Levillain authored
* apps/graph-morpho/Makefile.am (complex1d_SOURCES): Add io.hh and morpho.hh. * apps/graph-morpho/morpho.hh: Typo. Aesthetic changes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4464 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/io.hh (println): Take an extra argument to print a (leading) message. * apps/graph-morpho/complex1d.cc: Adjust and simplify. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4463 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/complex1d.cc: Move I/O-related functions... * apps/graph-morpho/io.hh: ...here (new file). * apps/graph-morpho/complex1d.cc: Move morpho-related functions... * apps/graph-morpho/morpho.hh: ...here (new file). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4462 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/alias/complex_image.hh (mln::bin_1complex_image2d): New typedef. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4461 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/complex1d.cc (alpha1, beta1, alpha2, beta2, alpha3, beta3) (opening_vertex, closing_vertex) (opening_edge, closing_edge) (opening_graph, closing_graph) (half_opening_vertex, half_closing_vertex) (half_opening_edge, half_closing_edge) (half_opening_graph, half_closing_graph) (opening, closing, asf): New functions. Exercise some of them... (main): ...here. * apps/graph-morpho/y.pbm, * apps/graph-morpho/z.pbm: New images. * apps/graph-morpho/Makefile.am (EXTRA_DIST): Add y.pbm and z.pbm. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4460 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4459 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/complex1d.cc (make_regular_complex1d_image): New function. Use it... (main): ...here, to simplify the construction of the input image, by reading it from... * apps/graph-morpho/x.pbm: ...this (new) image. * apps/data.hh.in: New. * apps/graph-morpho/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/milena. (bin_PROGRAMS): Rename as... (noinst_PROGRAMS): ...this. (EXTRA_DIST): New. Add x.pbm. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4458 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* mln/fun/v2v/rgb_to_hsl.hh: Fix luminance value computation to fit in [0,1]. * mln/io/magick/load.hh: Minor update. * mln/io/magick/save.hh: Minor update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4457 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/complex1d.cc: Improve documentation. (dilation_vertex, erosion_vertex, dilation_edge, erosion_edge) (combine, dilation_graph, erosion_graph): New functions. (main): Exercise some of them. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4456 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc/quick_tour : New specific directory. * green/doc/quick_tour/quick_tour.tex : New documentation work. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4455 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc : New documentation directory. * green/doc/formulae : New specific directory. * green/doc/formulae/formulae.tex : New recipe of 3d formulae. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4454 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 09 Sep, 2009 7 commits
-
-
Edwin Carlinet authored
* morpho/tree/component_tree.hh: Some shortcuts to compute max and min tree. * morpho/tree/compute_parent_dual_input.hh: New. Union-find based algorithm for computing the dual input max tree. * morpho/tree/data.hh: Comment debug instructions related to tree/graph usage. Improve the tree diplay method. * morpho/tree/dual_input_tree.hh: Some shortcuts to compute dual-input max and min tree. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4453 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc (test_integration) : Manage conversion between rgb and vector. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4452 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* gluit/Makefile.am, * libsrc/Makefile.am: Add extra LD_FLAGS. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4451 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4450 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4449 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/tests/accu/stat/histo3d_rgb : New directory. * green/tests/accu/stat/histo3d_rgb/Makefile.am : New makefile. * green/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc : New unitary tests. * green/mln/accu/stat/histo3d_rgb/histo3d_rgb.hh : New library code. * green/mln/fun/v2v/rgb8_to_rgbn.hh : New converting fun. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4448 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/tests/accu/stat/histo2d : New directory. * green/tests/accu/stat/histo2d/Makefile.am : New makefile. * green/tests/accu/stat/histo2d/gaussian2d.sh : New calibrating tool. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4447 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 08 Sep, 2009 2 commits
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4446 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/: New directory. * apps/graph-morpho/complex1d.cc: New. * apps/graph-morpho/Makefile.am: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4445 4aad255d-cdde-0310-9447-f3009e2ae8c0
-