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 next has been updated
via be96bce6673467409255e03efc46fe870dc440ec (commit)
via 9abe0474fce19a1d4485f4a15013a75233a91224 (commit)
via 119d678787063be2c907fbd4a3db977d5616d091 (commit)
from c75b4cfe1b9b94b2adbdd948964e37c341d9be65 (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:
milena/ChangeLog | 18 +++++++++++++++
milena/mln/test/positive.hh | 15 +++++++++----
milena/tests/pw/value.cc | 17 +++++---------
milena/tests/test/positive.cc | 49 +++++++++++++++++++++--------------------
4 files changed, 60 insertions(+), 39 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 tests has been deleted
was 28316a4e3eb3b1db62743f2df00d74f930eeeafd
-----------------------------------------------------------------------
28316a4e3eb3b1db62743f2df00d74f930eeeafd Exercise the multi-scale Sauvola binarization with a TIFF image.
-----------------------------------------------------------------------
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 mesh-segm-skel has been deleted
was bb6ddb7e8f323fa072b903b81b87d81f410734b3
-----------------------------------------------------------------------
bb6ddb7e8f323fa072b903b81b87d81f410734b3 Add parentheses around complex operands of operator `|'.
-----------------------------------------------------------------------
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 morpher-composition has been deleted
was a65dcf8c35129a8569f942d2e7829e14cc89c84d
-----------------------------------------------------------------------
a65dcf8c35129a8569f942d2e7829e14cc89c84d Milena: Add a ``one-liner'' test to interpolated-tr_image.
-----------------------------------------------------------------------
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 milena-bench has been deleted
was 0b465a3cf769b7325cf4b4b657821da26f3e55c3
-----------------------------------------------------------------------
0b465a3cf769b7325cf4b4b657821da26f3e55c3 apps/bench/list2table: Generate a shorter table.
-----------------------------------------------------------------------
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 master has been updated
via c75b4cfe1b9b94b2adbdd948964e37c341d9be65 (commit)
via 7b885b8910789acd2491bf66f267c27e525b500d (commit)
from 0b465a3cf769b7325cf4b4b657821da26f3e55c3 (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:
milena/ChangeLog | 8 ++++++++
milena/mln/fun/vv2v/vec.hh | 17 ++++++++---------
scribo/ChangeLog | 10 ++++++++++
scribo/src/Makefile.am | 3 ++-
scribo/src/scribo-cli.in | 11 ++++++-----
5 files changed, 34 insertions(+), 15 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* mln/test/positive.hh: Here.
---
milena/ChangeLog | 6 ++++++
milena/mln/test/positive.hh | 15 +++++++++++----
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5280cb8..568fad9 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,11 @@
2014-04-02 Roland Levillain <roland(a)lrde.epita.fr>
+ Milena: Improve the documentation of mln::test::positive.
+
+ * mln/test/positive.hh: Here.
+
+2014-04-02 Roland Levillain <roland(a)lrde.epita.fr>
+
Milena: Simplify tests/pw/value.cc.
* tests/pw/value.cc: Here.
diff --git a/milena/mln/test/positive.hh b/milena/mln/test/positive.hh
index 4b8a204..5a00043 100644
--- a/milena/mln/test/positive.hh
+++ b/milena/mln/test/positive.hh
@@ -1,5 +1,5 @@
-// Copyright (C) 2007, 2008, 2009, 2011 EPITA Research and Development
-// Laboratory (LRDE)
+// Copyright (C) 2007, 2008, 2009, 2011, 2014 EPITA Research and
+// Development Laboratory (LRDE).
//
// This file is part of Olena.
//
@@ -29,7 +29,8 @@
/// \file
///
-/// Test if an image only contains positive values.
+/// Test if an image only contains positive or null
+/// (i.e. ``non-negative'') values.
# include <mln/test/predicate.hh>
# include <mln/pw/all.hh>
@@ -43,7 +44,13 @@ namespace mln
namespace test
{
- /// Test if an image only contains positive values.
+ /// \brief Test if an image only contains positive or null
+ /// (i.e. ``non-negative'') values.
+ ///
+ /// This routine checks whether all the values of an image are
+ /// non-negative, thus considering includes 0 as a valid value
+ /// (which is usually not the case of the term ``positive'' in
+ /// English).
template <typename I>
bool positive(const Image<I>& input);
--
1.7.10.4