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/milena-z has been updated
via c5e55142e34779d78be4944489e03949fa03551f (commit)
via 1c596f64a2ca06f073d0a6d3e37fb334bc5f64c9 (commit)
via 70ca845540984efeee0654cf989389d19dc9166b (commit)
via 1f9aa31e2c16defebcda3f4a5689caf779756c2a (commit)
via 8e0ab28cbc07882bc55a6e633928a7c46be9d018 (commit)
via 643c15954419858896b0cd759737e7620c541fe8 (commit)
via 899f6280731edf03ae30f23dcdd4745ecbe9a1f2 (commit)
via 98cab34716892c5b65385589ab6c3edbd46f9710 (commit)
via 482527bb90e7b716941dc1a9061a217c7ae8891d (commit)
from 902b12ce4df4c7292fa491510241c46ca99e9e2b (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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +
build-aux/autotroll.mk | 108 ++++
configure.ac | 6 +-
m4/autotroll.m4 | 563 ++++++++++++++++++++
milena/ChangeLog | 189 +++++--
milena/mln/border/thickness.hh | 4 +
milena/mln/canvas/labeling/blobs.hh | 17 +-
milena/mln/core/alias/dpoint1d.hh | 4 +
milena/mln/core/alias/dpoint2d.hh | 4 +
milena/mln/core/alias/dpoint3d.hh | 4 +
milena/mln/core/image/imorph/interpolated.hh | 13 +-
milena/mln/core/point.hh | 51 ++-
milena/mln/core/routine/extend.hh | 57 ++-
milena/mln/fun/internal/x2x_linear_impl.hh | 20 +-
milena/mln/fun/v2v/hsl_to_rgb.hh | 3 +
.../v2v/{rgb_to_int_u.hh => qt_rgb_to_int_u.hh} | 23 +-
milena/mln/fun/x2x/composed.hh | 18 +-
milena/mln/fun/x2x/rotation.hh | 5 +-
milena/mln/fun/x2x/translation.hh | 6 +-
milena/mln/geom/rotate.hh | 13 +-
milena/mln/labeling/blobs.hh | 4 +-
milena/mln/labeling/blobs_and_compute.hh | 31 +-
milena/mln/labeling/compute.hh | 1 +
milena/mln/literal/black.hh | 4 +
milena/mln/literal/colors.hh | 7 +-
milena/mln/literal/identity.hh | 4 +
milena/mln/literal/one.hh | 3 +
milena/mln/literal/origin.hh | 6 +-
milena/mln/literal/white.hh | 4 +
milena/mln/literal/zero.hh | 4 +
milena/mln/subsampling/antialiased.hh | 19 +-
milena/mln/tag/init.hh | 4 +
milena/mln/trace/entering.hh | 3 +
milena/mln/trace/quiet.hh | 5 +-
milena/mln/value/internal/make_generic_name.hh | 1 +
milena/mln/value/qt/rgb32.hh | 6 +-
milena/mln/value/rgb.hh | 3 +
milena/mln/value/sign.hh | 10 +-
milena/tests/fun/v2v/Makefile.am | 9 +
.../site_set/box.cc => fun/v2v/qt_rgb_to_int_u.cc} | 18 +-
40 files changed, 1146 insertions(+), 116 deletions(-)
create mode 100644 build-aux/autotroll.mk
create mode 100644 m4/autotroll.m4
copy milena/mln/fun/v2v/{rgb_to_int_u.hh => qt_rgb_to_int_u.hh} (74%)
copy milena/tests/{core/site_set/box.cc => fun/v2v/qt_rgb_to_int_u.cc} (82%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform