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/newdoc has been updated
discards 53d161004998be99b1fdd1ea0b9c9628f9ff96fe (commit)
via f4024c0f648bac243f0cb60c04ae3e895a9e08d3 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (53d161004998be99b1fdd1ea0b9c9628f9ff96fe)
\
N -- N -- N (f4024c0f648bac243f0cb60c04ae3e895a9e08d3)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
f4024c0 doc/mln/labeling/labeling.dox: Write general documentation on labeling.
-----------------------------------------------------------------------
Summary of changes:
milena/doc/mln/labeling/labeling.dox | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
milena/ChangeLog | 5 ++++
milena/doc/mln/labeling/labeling.dox | 39 +++++++++++++++++++++++++++++----
2 files changed, 39 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index c18309f..89d615b 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,10 @@
2013-05-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/mln/labeling/labeling.dox: Write general documentation on
+ labeling.
+
+2013-05-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* doc/ref-guide.tex: Mention *_without_localization routines in
reference guide.
diff --git a/milena/doc/mln/labeling/labeling.dox b/milena/doc/mln/labeling/labeling.dox
index c0b09c4..ae841c5 100644
--- a/milena/doc/mln/labeling/labeling.dox
+++ b/milena/doc/mln/labeling/labeling.dox
@@ -1,6 +1,35 @@
/*! \defgroup labeling Image Labeling
- *
- * \brief All labeling routines provided in Milena.
- *
- * \ingroup modroutines
- */
+
+ \brief All labeling-related routines provided in Milena.
+
+ Olena provides both labeling routines and routines working on
+ labeled image to massively process each label.
+
+ labeling::blobs(), labeling::value(), labeling::foreground(),
+ labeling::flat_zones(), and labeling::background() can be used to
+ label binary or gray-level images. Labeled images produced by
+ these algorithms are made of a continuous labeling starting from
+ index 1. Output image may contain value '0' which is considered in
+ Milena as a non-label and is usually used for background.
+
+ \warning In all labeling functions returning the number of labels,
+ (usually named as \c nlabels), the number of label only refers to
+ the labels different from '0' (which is considered as no-label
+ value). A labeled image may contain \c nlabels + 1 different
+ values.
+
+ labeling::compute_image(), labeling::compute(),
+ labeling::mean_colors, massively compute attribute on labeled
+ image.
+
+ labeling::pack and labeling::relabel() relabel already labeled
+ images with respect to specific rules.
+
+ labeling::value_and_compute() performs both labeling and attribute
+ computation at the same time.
+
+ labeling::wrap(), labeling::superpose(), and labeling::colorize()
+ are usually used for debugging purpose to output labeled images.
+
+ \ingroup modroutines
+*/
--
1.7.2.5
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/newdoc has been updated
via 53d161004998be99b1fdd1ea0b9c9628f9ff96fe (commit)
from 899735d56c85aa43f081a0fb183d0b7d7698cf70 (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 -----------------------------------------------------------------
53d1610 doc/mln/labeling/labeling.dox: Write general documentation on labeling.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 5 ++++
milena/doc/mln/labeling/labeling.dox | 35 +++++++++++++++++++++++++++++----
2 files changed, 35 insertions(+), 5 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
milena/ChangeLog | 5 ++++
milena/doc/mln/labeling/labeling.dox | 35 +++++++++++++++++++++++++++++----
2 files changed, 35 insertions(+), 5 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index c18309f..89d615b 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,10 @@
2013-05-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/mln/labeling/labeling.dox: Write general documentation on
+ labeling.
+
+2013-05-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* doc/ref-guide.tex: Mention *_without_localization routines in
reference guide.
diff --git a/milena/doc/mln/labeling/labeling.dox b/milena/doc/mln/labeling/labeling.dox
index c0b09c4..3ae56df 100644
--- a/milena/doc/mln/labeling/labeling.dox
+++ b/milena/doc/mln/labeling/labeling.dox
@@ -1,6 +1,31 @@
/*! \defgroup labeling Image Labeling
- *
- * \brief All labeling routines provided in Milena.
- *
- * \ingroup modroutines
- */
+
+ \brief All labeling-related routines provided in Milena.
+
+ Olena provides both labeling routines and routines working on
+ labeled image to massively process each label.
+
+ labeling::blobs, labeling::value, labeling::foreground,
+ labeling::flat_zones, and labeling::background can be used to label
+ binary or gray-level images. Labeled images produced by these
+ algorithms are made of a continuous labeling starting from index
+ 1. Output image may contain value '0' which is considered in
+ Milena as a non-label and is usually used for background.
+
+ \warning In all labeling functions returning the number of labels,
+ (usually named as \c nlabels), the number of label only refers to
+ the labels different from '0' (which is considered as no-label
+ value). A labeled image may contain \c nlabels + 1 different
+ values.
+
+ labeling::compute_image, labeling::compute, labeling::mean_colors,
+ massively compute attribute on labeled image.
+
+ labeling::value_and_compute performs both labeling and attribute
+ computation at the same time.
+
+ labeling::wrap, labeling::superpose, and labeling::colorize are
+ usually used for debugging purpose to output labeled images.
+
+ \ingroup modroutines
+*/
--
1.7.2.5
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/newdoc has been updated
via 899735d56c85aa43f081a0fb183d0b7d7698cf70 (commit)
via f6801ca6b20d3439a2c79cbddb64d703c5b27e60 (commit)
from 81f1b95ffa4a93800125ac751de2086893bf4f0d (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 -----------------------------------------------------------------
899735d doc/ref-guide.tex: Mention *_without_localization routines in reference guide.
f6801ca Document sub_image morpher.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 25 +++++++++++
milena/doc/examples-outputs.mk | 18 ++++++++
milena/doc/examples.dox | 9 ++--
milena/doc/examples.mk | 1 +
milena/doc/examples/sub_image.cc | 46 ++++++++++++++++++++
milena/doc/figures.mk | 13 ++++++
.../figures/{logical-not-1.pbm => sub_image-1.pbm} | 2 +-
.../figures/{logical-not-1.pbm => sub_image-2.pbm} | Bin 117 -> 115 bytes
milena/doc/outputs.mk | 1 +
...{accu-right-instantiation.txt => sub_image.txt} | 0
milena/doc/programs-examples.mk | 2 +
milena/doc/ref-guide.tex | 37 ++++++++++------
milena/mln/core/image/dmorph/sub_image.hh | 37 +++++++++++++---
13 files changed, 166 insertions(+), 25 deletions(-)
create mode 100644 milena/doc/examples/sub_image.cc
copy milena/doc/figures/{logical-not-1.pbm => sub_image-1.pbm} (95%)
copy milena/doc/figures/{logical-not-1.pbm => sub_image-2.pbm} (92%)
copy milena/doc/outputs/{accu-right-instantiation.txt => sub_image.txt} (100%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform