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 720c43b2a9824153055ec1aae4da223e438a1176 (commit)
from f7f868a10f87cb5964db4470722855ebc42ecfec (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 -----------------------------------------------------------------
720c43b Add new median accumulators.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 18 +
milena/mln/accu/stat/median_few.hh | 147 ++++++++
milena/mln/accu/stat/median_h_interval.hh | 157 +++++++++
milena/mln/accu/stat/median_interval.hh | 354 --------------------
.../concept/interval.hh => trait/routine/mean.hh} | 54 ++--
milena/mln/value/int_u.hh | 15 +-
milena/mln/value/intsub.hh | 13 +
milena/tests/accu/stat/Makefile.am | 6 +-
.../k1/immerse_with.cc => accu/stat/median_few.cc} | 80 +++--
.../stat/median_h_interval.cc} | 92 +++---
milena/tests/accu/stat/median_interval.cc | 303 -----------------
11 files changed, 479 insertions(+), 760 deletions(-)
create mode 100644 milena/mln/accu/stat/median_few.hh
create mode 100644 milena/mln/accu/stat/median_h_interval.hh
delete mode 100644 milena/mln/accu/stat/median_interval.hh
copy milena/mln/{value/concept/interval.hh => trait/routine/mean.hh} (65%)
copy milena/tests/{world/k1/immerse_with.cc => accu/stat/median_few.cc} (63%)
copy milena/tests/{world/k1/fill_1_from_2_faces.cc => accu/stat/median_h_interval.cc}
(56%)
delete mode 100644 milena/tests/accu/stat/median_interval.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date