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 378bb80be1f173841b2358c47b15be1ce87add88 (commit)
via c709c0740a7690c450763f5fe2e13bde69795f31 (commit)
via 0c9847ecc8e97564ab24fc23dd2aee7ace9aa072 (commit)
via 841c962c69fee0d982dbdae5b155c479bdd73c99 (commit)
via d2cc34cb2d84e990fce7f03ecc130cb3cbe86e2b (commit)
via 3ce4ce1dc14779f0ce244fef70a6fa984f494d59 (commit)
via e5977cbc87ffe43c37e74e83f36eee278f15ce13 (commit)
from 25a6947e13ca488b5f1b0601f2333d113c85d2d7 (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 -----------------------------------------------------------------
378bb80 Replace range class with interval and improve it.
c709c07 Improve value::intsub class.
0c9847e mln/value/builtin/ops.hh: Handle all the comparison operators.
841c962 Add mathematical tools.
d2cc34c tests/world/k1/Makefile.am: Fix target names.
3ce4ce1 Replace unsignedh type by intsub.
e5977cb New routines to browse values into a value set.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 72 ++++
milena/mln/accu/label_used.hh | 2 +-
milena/mln/core/internal/labeled_image_base.hh | 2 +-
milena/mln/fun/vv2v/mean.hh | 77 ++++
milena/mln/fun/vvvv2v/mean.hh | 76 ++++
milena/mln/labeling/colorize.hh | 2 +-
milena/mln/labeling/compute.hh | 22 +-
milena/mln/labeling/superpose.hh | 2 +-
milena/mln/make/relabelfun.hh | 4 +-
milena/mln/math/ceil.hh | 74 ++++
milena/mln/math/floor.hh | 74 ++++
milena/mln/math/max.hh | 23 +-
milena/mln/math/mean.hh | 128 ++++++
milena/mln/math/min.hh | 23 +-
milena/mln/set/compute_with_weights.hh | 2 +-
milena/mln/value/builtin/ops.hh | 14 +-
milena/mln/value/dec.hh | 121 ++++++
milena/mln/value/inc.hh | 121 ++++++
milena/mln/value/interval.hh | 371 ++++++++++++++++--
milena/mln/value/intsub.hh | 500 ++++++++++++++++++++++++
milena/mln/value/iota.hh | 80 ++++
milena/mln/value/label.hh | 8 +-
milena/mln/value/next.hh | 141 -------
milena/mln/value/prev.hh | 125 ++++++
milena/mln/value/range.hh | 425 --------------------
milena/mln/value/succ.hh | 126 ++++++
milena/mln/value/unsignedh.hh | 415 --------------------
milena/tests/value/Makefile.am | 10 +-
milena/tests/value/interval.cc | 104 +++++
milena/tests/value/intsub.cc | 109 +++++
milena/tests/value/range.cc | 71 ----
milena/tests/value/unsignedh.cc | 44 --
milena/tests/world/k1/Makefile.am | 2 +-
33 files changed, 2193 insertions(+), 1177 deletions(-)
create mode 100644 milena/mln/fun/vv2v/mean.hh
create mode 100644 milena/mln/fun/vvvv2v/mean.hh
create mode 100644 milena/mln/math/ceil.hh
create mode 100644 milena/mln/math/floor.hh
create mode 100644 milena/mln/math/mean.hh
create mode 100644 milena/mln/value/dec.hh
create mode 100644 milena/mln/value/inc.hh
create mode 100644 milena/mln/value/intsub.hh
create mode 100644 milena/mln/value/iota.hh
delete mode 100644 milena/mln/value/next.hh
create mode 100644 milena/mln/value/prev.hh
delete mode 100644 milena/mln/value/range.hh
create mode 100644 milena/mln/value/succ.hh
delete mode 100644 milena/mln/value/unsignedh.hh
create mode 100644 milena/tests/value/interval.cc
create mode 100644 milena/tests/value/intsub.cc
delete mode 100644 milena/tests/value/range.cc
delete mode 100644 milena/tests/value/unsignedh.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform