
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Olena, a generic and efficient image processing platform". The branch exp/khalimsky has been updated via abeebe9d18431d7dfb2f0fb711b3ede92a17ab55 (commit) via 35287d9cbad815ebbcb5021e697fbe8385cf2b87 (commit) from fd94360102b88b25a7f6bbed8046fc329871c6b3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- abeebe9 Some fixes. 35287d9 Add inner_border routines. ----------------------------------------------------------------------- Summary of changes: milena/ChangeLog | 26 +++++ milena/mln/core/site_set/box.hh | 33 ++++++- milena/mln/data/compute_in_inner_border.hh | 95 ++++++----------- .../mln/{make/pixel.hh => inner_border/extend.hh} | 55 ++++++---- .../extend_and_fill.hh} | 68 ++++++------ .../extend_and_fill_with_inner_border.hh | 99 +++++++++++++++++ milena/mln/{debug/iota.hh => inner_border/fill.hh} | 86 ++++++--------- milena/mln/inner_border/internal/on_frontiere.hh | 113 ++++++++++++++++++++ milena/mln/trait/routine/mean.hh | 12 ++ milena/mln/value/interval.hh | 12 ++- milena/mln/value/intsub.hh | 9 ++ milena/mln/value/iota.hh | 27 +++++ 12 files changed, 459 insertions(+), 176 deletions(-) copy milena/mln/{make/pixel.hh => inner_border/extend.hh} (55%) copy milena/mln/{subsampling/gaussian_subsampling.hh => inner_border/extend_and_fill.hh} (52%) create mode 100644 milena/mln/inner_border/extend_and_fill_with_inner_border.hh copy milena/mln/{debug/iota.hh => inner_border/fill.hh} (56%) create mode 100644 milena/mln/inner_border/internal/on_frontiere.hh hooks/post-receive -- Olena, a generic and efficient image processing platform