- 24 Sep, 2009 13 commits
-
-
Roland Levillain authored
* apps/constrained-connectivity/: New directory. * sandbox/roland/constrained-connectivity.cc, * sandbox/roland/soille.pgm: Move files... * apps/constrained-connectivity/constrained-connectivity.cc, * apps/constrained-connectivity/soille.pgm: ...here. * sandbox/roland/Makefile: Adjust. * apps/constrained-connectivity/Makefile.am: New. * apps/Makefile.am (SUBDIRS): Add constrained-connectivity. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4540 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* roland/constrained-connectivity.cc: Here. * roland/alexandre: Remove symlink. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4539 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh: Here. * apps/graph-morpho/make_complex2d.hh (unmake_complex2d): Adjust as well. * apps/graph-morpho/cplx2d.hh: Remove symlink. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4538 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* roland/constrained-connectivity.cc (main): s/e2c/e2v/. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4537 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/world/inter_pixel/neighb2d.hh (mln::world::inter_pixel::c2c) (mln::world::inter_pixel::c2e) (mln::world::inter_pixel::e2c): Rename as... (mln::world::inter_pixel::v2v) (mln::world::inter_pixel::v2e) (mln::world::inter_pixel::e2v): ...this. * mln/world/inter_pixel/dim2/make_edge_image.hh (mln::world::inter_pixel::dim2::make_edge_image): Adjust. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4536 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* roland/constrained-connectivity.cc: Here. Use Milena's mln::world::inter_pixel instead. Adjust. * roland/theo: Remove symlink. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4535 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/world/inter_pixel/neighb2d.hh (mln::world::inter_pixel::c2c, mln::world::inter_pixel::c2e): New functions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4534 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/world/inter_pixel/neighb2d.hh (mln::world::inter_pixel::e2c, mln::world::inter_pixel::e2e): Here. Wrap long lines. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4533 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/world/inter_pixel/compute.hh: Include mln/core/image/dmorph/image_if.hh and mln/trait/ch_value.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4532 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* abraham/README: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4531 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/morpho/watershed/topo_wst.hh: Rename as... * mln/morpho/watershed/topological.hh: ...this. Add documentation header. * mln/morpho/watershed/all.hh: Include mln/morpho/watershed/topological.hh. * tests/morpho/watershed/test_watershed_topo.cc: Adjust. Revamp. Add copyright and documentation headers. Rename as... * tests/morpho/watershed/topological.cc: ...this. * tests/morpho/watershed/Makefile.am (check_PROGRAMS): Add topological. (topological_SOURCES): New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4530 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/morpho/watershed/topo_wst.hh: New file, imported from sandbox/abraham/mln/morpho/topo_wst.hh. * tests/morpho/watershed/test_watershed_topo.cc: New file, imported from sandbox/abraham/tests/morpho/test_watershed_topo.cc. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4529 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
Rename fraction directory into frac directory. * green/doc/examples/fraction/frac.cc : Delete. * green/doc/examples/fraction/frac.hh : Delete. * green/doc/examples/fraction/gcd.hh : Delete * green/doc/examples/fraction/sign_prod.hh : Delete. * green/doc/examples/frac/frac.cc : New. * green/doc/examples/frac/frac.hh : New. * green/doc/examples/frac/gcd.hh : New. * green/doc/examples/frac/sign_prod.hh : New. * green/doc/examples/frac/Makefile.am : New. Collect some tmp results. * green/mln/io/plot/save_histo_sh.hh (save_histo_sh<2d>) : Comment method. * green/mln/mln/accu/stat/histo1d.hh : Update documentation. * green/mln/mln/accu/stat/histo3d_rgb.hh : Update documentation. * green/mln/mln/accu/stat/histo3d_hsl.hh : Update documentation. * green/mln/tests/accu/stat/histo1d/histo1d.cc (test_8bits_integration, main) : Comment unused code, save tmp results. (test_8bits_operator_equal) : Test infer "!=" operator. * green/mln/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc (test_integration, main) : Comment unused code, save tmp results. * green/mln/tests/accu/stat/histo3d_hsl/histo3d_hsl.cc (test_integration, main) : Comment unused code, save tmp results. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4528 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 22 Sep, 2009 12 commits
-
-
Guillaume Lazzara authored
* fabien/mln/upsampling/hq2x.hh, * fabien/mln/upsampling/hq3x.hh, * fabien/mln/upsampling/hq4x.hh: Fix invalid output domain. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4527 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4526 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/upscaling/art/scale2x.hh, * mln/upscaling/art/scale3x.hh: New routines. * tests/Makefile.am, * tests/upscaling/Makefile.am, * tests/upscaling/art/Makefile.am, * tests/upscaling/art/scale2x.cc, * tests/upscaling/art/scale3x.cc: New associated tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4525 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4524 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/io/plot/save_histo_sh.hh (save_histo_sh<2d>) : New func. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4523 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4522 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/accu/stat/histo3d_hsl.hh (take) : Fix bug. * green/tests/accu/stat/histo3d_hsl/histo3d_hsl.cc (count_histo, mean_histo, var_histo, test_integration): Fix bug. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4521 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/io/plot/save_image_sh.hh : New library file. * green/tests/io/plot/save_image_sh : New directory. * green/tests/io/plot/save_image_sh/Makefile : New Makefile. * green/tests/io/plot/save_image_sh/save_image_sh.cc : New unit tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4520 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* mln/io/plot/load.hh (load) : Update source file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4519 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/mln/accu/stat/histo3d_rgb.hh (take) : Fix point's call. * green/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc (conv) : Delete func. * green/tests/accu/stat/histo3d_rgb/histo3d_rgb.cc (mean_histo, var_histo2) : Update func. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4518 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/doc/examples/stats : New directory. * green/doc/examples/stats/Makefile.am : Copy makefile. * green/doc/examples/stats/stats.cc : Copy source file. * green/stats/stats.cc : Remove source file. * green/stats/Makefile.am : Remove makefile. * green/stats : Remove directory. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4517 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* tests/fun/v2v/hsl_to_rgb.cc: Fix HSL values. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4516 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 21 Sep, 2009 15 commits
-
-
Fabien Freling authored
* fabien/igr/color/find_color.cc: Add operations on HSL values. * fabien/mln/core/image/disk_ima.hh: Implement an image directly mapped on disk. * fabien/tests/core/image/Makefile: Add `disk_ima' target. * fabien/tests/core/image/disk_ima.cc: New test file for the disk_ima class. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4515 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* mln/fun/v2v/hsl_to_rgb.hh: Add new algorithm for conversion. * mln/value/rgb.hh: Enable convertion to HSL. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4514 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/asf-image2d.cc: New. * apps/graph-morpho/Makefile.am (noinst_PROGRAMS): Add asf-image2d. (asf_image2d_SOURCES): New. (TESTS): Remove asf-complex1d. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4513 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/samples-image2d.cc: New. * apps/graph-morpho/Makefile.am (noinst_PROGRAMS): Add samples-image2d. (samples_image2d_SOURCES): New. (TESTS): Add samples-image2d. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4512 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (dilation_e2v(const mln::Image<I>&)) (erosion_v2e(const mln::Image<I>&)) (erosion_e2v(const mln::Image<I>&)) (dilation_v2e(const mln::Image<I>&)): Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4511 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (impl::dilation_e2v(const mln::image2d<T>&)) (impl::erosion_v2e(const mln::image2d<T>&)) (impl::erosion_e2v(const mln::image2d<T>&)) (impl::dilation_v2e(const mln::image2d<T>&)): New functions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4510 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/image_if_large.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4509 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (dilation(const mln::Image<I>&, const mln::Neighborhood<N>&)) (erosion(const mln::Image<I>&, const mln::Neighborhood<N>&)): New functions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4508 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (impl::dilation_e2v(const mln::bin_1complex_image2d&)) (impl::erosion_v2e(const mln::bin_1complex_image2d&)) (impl::erosion_e2v(const mln::bin_1complex_image2d&)) (impl::dilation_v2e(const mln::bin_1complex_image2d&)): New functions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4507 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (combine): Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4506 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/cplx2d.hh: New symlink to... * sandbox/theo/esiee/laurent/ismm09/cplx2d.hh: ...this file. * apps/graph-morpho/morpho.hh (combine(const mln::image2d<T>&, const mln::image2d<T>&)): New function. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4505 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/morpho.hh (combine(const bin_1complex_image2d&, const bin_1complex_image2d&)): New function. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4504 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/make_complex2d.hh (unmake_complex2d): New function. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4503 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/graph-morpho/make_complex2d.hh: New file. * apps/graph-morpho/asf-complex1d.cc: Move the construction of the image2d-based complex... * apps/graph-morpho/make_complex2d.hh (make_complex2d): ...here (new function). * apps/graph-morpho/Makefile.am (noinst_HEADERS): Add make_complex2d.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4502 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* theo/esiee/laurent/ismm09/cplx2d.hh (mln::cplx2d::p2e): New function. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4501 4aad255d-cdde-0310-9447-f3009e2ae8c0
-