- 30 Sep, 2009 7 commits
-
-
Roland Levillain authored
* mln/core/internal/complex_window_base.hh: Add missing inline keywords. (complex_window_base<D, G, F, B, E>::geom): New typedef. (complex_window_base<D, G, F, B, E>::is_valid): Improve documentation. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4571 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/image/complex_windows.hh (mln_gen_complex_window): New (generator) macro. (complex_lower_window) (complex_higher_window) (complex_lower_higher_window) (complex_lower_dim_connected_n_face_window) (complex_higher_dim_connected_n_face_window) (complex_m_face_window): New classes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4570 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/image/complex_windows.hh (mln_gen_complex_window_with_base): New macro. Use it to factor... (mln_gen_complex_window_p): ...this macro. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4569 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/image/complex_windows.hh: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4568 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/internal/complex_window_p_base.hh (complex_window_p_base): Inherit from complex_window_p_base. (trait::window_< mln::internal::complex_window_p_base<D, G, F, B, E>) Adjust traits. Remove all typedefs and methods. (complex_window_p_base::complex_window_p_base): New ctor. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4567 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/internal/complex_window_base.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4566 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>&)): Remove functions. (dilation_e2v(const mln::Image<I>&)) (erosion_v2e(const mln::Image<I>&)) (erosion_e2v(const mln::Image<I>&)) (dilation_v2e(const mln::Image<I>&)): Use mln::dilation and mln::erosion instead of these ad hoc dilation and erosion routines. Use mln::image_if and mln::extend instead of the ad hoc image_if_large. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4565 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 25 Sep, 2009 6 commits
-
-
Edwin Carlinet authored
* core/site_set/p_transformed.cc: Add inverse and typedefs. * morpho/tree/Makefile.am, * morpho/tree/dual_input_tree.cc, Add dual input tree tests. * morpho/tree/filter/filter.cc: Minor changes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4555 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* morpho/tree/all.hh: Update. * morpho/tree/compute_parent_dual_input.hh: Remove. * morpho/tree/data.hh: Fix constructors. * morpho/tree/dual_input_tree.hh: Add dispatches for generic / low quantized algorithms. * morpho/tree/impl/dual_hqueue.hh: New. * morpho/tree/impl/dual_union_find.hh: New. * morpho/tree/impl: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4554 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* core/image/imorph/tr_image.hh, * core/site_set/p_transformed.hh, * core/site_set/p_transformed_piter.hh: Make them less strict with function return type. Allow functions having values that can be converted in the requested site. (ex: vector<1, u> -> point1d). * fun/p2p/translation.hh: Add argument type definition. * fun/x2x/translation.hh: Add inverse function. * geom/translate.hh: Fix non generic stuff and bug. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4553 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* core/site_set/p_queue_fast.hh: Add empty method. * util/all.hh: Update. * util/hqueues.hh: New. * value/all.hh: Update. * value/value_array.hh: New. Create an array indexed by a given type. (Similar to histo::array but the values are not limited to unsigned type). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4552 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4551 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* doc/examples/Makefile.am: Fix invalid source filename. * mln/fun/from_accu.hh: Fix guard. * mln/linear/gaussian_directional_2d.hh: Fix a warning. * tests/accu/pair.cc: revamp header. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4547 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 24 Sep, 2009 11 commits
-
-
Fabien Freling authored
* mln/fun/v2v/hsl_to_rgb.hh: Add correct reference for HSL to RGB conversion. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4546 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/constrained-connectivity/constrained-connectivity.cc (main): s/input.pbm/input.pgm/. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4544 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/constrained-connectivity/test-constrained-connectivity.in: New. * apps/constrained-connectivity/Makefile.am (TESTS): New. Add test-constrained-connectivity. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4542 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
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
* 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
* 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
* 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
* 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
-
- 22 Sep, 2009 4 commits
-
-
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
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4522 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 12 commits
-
-
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
-