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/next has been updated
via 63c77cdaa94cdbfd1ee3591675f729b74cc0371e (commit)
via 621ebe718756448951c4362aa8dc5be8b84025da (commit)
via c3d187edce3a706763c8e2bed355517e22037cf0 (commit)
via a903e8dadd0bc8f76a36c846a6167903aac6c963 (commit)
from 696503dfbe53631c3d16db408d7137a0d5b9c536 (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 -----------------------------------------------------------------
63c77cd scribo/preprocessing/rotate_90.hh: Add a typedef to help g++-3.3.
621ebe7 Fix invalid pointer offset types.
c3d187e Fix more warnings in Milena.
a903e8d Fix more tests in Milena.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 23 +++++++++++++++++
milena/mln/convert/impl/from_float_to_value.hh | 10 +++++++
milena/mln/fun/v2v/saturate.hh | 1 +
milena/mln/io/fld/load.hh | 13 ++++++---
milena/mln/io/fld/max_components.hh | 32 ++++++++++++++---------
milena/mln/subsampling/antialiased.hh | 3 +-
milena/tests/subsampling/antialiased.cc | 10 +++---
scribo/ChangeLog | 14 ++++++++++
scribo/scribo/preprocessing/rotate_90.hh | 7 +++-
9 files changed, 87 insertions(+), 26 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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/next has been updated
via 696503dfbe53631c3d16db408d7137a0d5b9c536 (commit)
via b265090ab82ff960a5cd770b863eebb8eeee71be (commit)
from c0c3a98d00d261f0b32c16083030be5dc05e79ff (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 -----------------------------------------------------------------
696503d Fix warnings with g++-4.1 in Milena.
b265090 Fix warnings with g++-4.1 in Scribo.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 8 +++
milena/mln/fun/v2v/saturate.hh | 8 ++-
milena/mln/subsampling/antialiased.hh | 2 +-
milena/mln/value/rgb.hh | 54 ++++++++++----------
scribo/ChangeLog | 25 +++++++++
.../binarization/internal/first_pass_functor.hh | 25 +++++----
scribo/scribo/binarization/sauvola_ms.hh | 6 +-
.../scribo/binarization/sauvola_threshold_image.hh | 12 ++--
.../binarization/sauvola_threshold_image_debug.hh | 13 +++--
scribo/scribo/postprocessing/fill_object_holes.hh | 9 ++--
scribo/scribo/preprocessing/deskew.hh | 8 ++--
scribo/scribo/primitive/extract/lines_pattern.hh | 4 +-
scribo/scribo/subsampling/bilinear.hh | 4 +-
scribo/scribo/subsampling/integral_single_image.hh | 11 ++--
scribo/scribo/text/clean_inplace.hh | 2 +-
.../src/debug/show_links_several_right_overlap.cc | 4 +-
scribo/src/debug/show_links_single_down.cc | 4 +-
.../debug/show_links_single_down_left_aligned.cc | 2 +-
.../debug/show_links_single_down_right_aligned.cc | 2 +-
scribo/src/debug/show_links_single_left.cc | 5 +-
scribo/src/debug/show_links_single_right.cc | 4 +-
scribo/src/debug/show_links_single_up.cc | 4 +-
.../src/debug/show_links_single_up_left_aligned.cc | 2 +-
.../debug/show_links_single_up_right_aligned.cc | 2 +-
24 files changed, 131 insertions(+), 89 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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/next has been updated
via c0c3a98d00d261f0b32c16083030be5dc05e79ff (commit)
via bd5519ba780434acb1a52552f55c5c91806d5931 (commit)
via 4d1677cf6f3b63d78da59159550988f17e61b93a (commit)
via 951bfdd9cb60516e53abc0c961c046851174d37d (commit)
via ca408292a71afa85aa76b568642f91729ebaae05 (commit)
from 00d8fa3b631df334782cc755a0a1bbc3af1e8d35 (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 -----------------------------------------------------------------
c0c3a98 mln/core/point.hh: Fix a warning.
bd5519b Fix tests in Milena.
4d1677c Add missing traces.
951bfdd build-aux/build_unit_test.sh: Add more comments.
ca40829 Handle libgdcmCommon's dependencies.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 +++++++++++
build-aux/build_unit_test.sh | 7 ++++++-
configure.ac | 2 +-
milena/ChangeLog | 28 ++++++++++++++++++++++++++++
milena/mln/convert/to_qimage.hh | 3 +++
milena/mln/convert/to_qimage_nocopy.hh | 4 +++-
milena/mln/core/point.hh | 2 +-
milena/mln/draw/dashed_line.hh | 2 +-
milena/mln/fun/n2v/white_gaussian.hh | 4 ++--
milena/mln/fun/v2v/rgb_to_int_u.hh | 7 ++++++-
milena/mln/io/dump/get_header.hh | 1 +
milena/mln/io/raw/get_header.hh | 1 +
milena/tests/topo/skeleton/crest.cc | 10 +++++-----
milena/tests/unit_test/cond_tests_qt | 2 ++
milena/tests/unit_test/unit-tests.mk | 18 ++++++++++++++----
15 files changed, 85 insertions(+), 17 deletions(-)
create mode 100644 milena/tests/unit_test/cond_tests_qt
hooks/post-receive
--
Olena, a generic and efficient image processing platform