
--- milena/ChangeLog | 4 ++++ milena/mln/topo/skeleton/breadth_first_thinning.hh | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f7d67b5..9bef11c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2009-05-11 Roland Levillain <roland@lrde.epita.fr> + * mln/topo/skeleton/breadth_first_thinning.hh: Aesthetic changes. + +2009-05-11 Roland Levillain <roland@lrde.epita.fr> + Remove useless #include's. * mln/morpho/line_gradient.hh: diff --git a/milena/mln/topo/skeleton/breadth_first_thinning.hh b/milena/mln/topo/skeleton/breadth_first_thinning.hh index 6c28410..72f4d09 100644 --- a/milena/mln/topo/skeleton/breadth_first_thinning.hh +++ b/milena/mln/topo/skeleton/breadth_first_thinning.hh @@ -92,16 +92,14 @@ namespace mln F& is_simple = exact(is_simple_); const H& constraint = exact(constraint_); - typedef mln_psite(I) psite; - I output = duplicate(input); // Attach the work image to IS_SIMPLE. is_simple.set_image(output); + typedef mln_psite(I) psite; typedef p_set<psite> set_t; set_t set; - - // Populate the set with candiate simple points. + // Populate SET with candidate simple points. mln_piter(I) p_(output.domain()); for_all(p_) { -- 1.6.1.2