* mln/core/alias/complex_image.hh (mln::bin_1complex_image2d):
New typedef.
---
milena/ChangeLog | 7 +++++++
milena/mln/core/alias/complex_image.hh | 7 +++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 0451a79..65dfce9 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,12 @@
2009-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+ Alias for binary 1-complex-based images in the dicrete plane.
+
+ * mln/core/alias/complex_image.hh (mln::bin_1complex_image2d):
+ New typedef.
+
+2009-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+
Implement the remaining morphological operators on graphs.
* apps/graph-morpho/complex1d.cc
diff --git a/milena/mln/core/alias/complex_image.hh
b/milena/mln/core/alias/complex_image.hh
index 57b67ae..89a8241 100644
--- a/milena/mln/core/alias/complex_image.hh
+++ b/milena/mln/core/alias/complex_image.hh
@@ -45,6 +45,13 @@ namespace mln
| 2-d plane 1-complex aliases. |
`------------------------------*/
+ /// \brief Type alias for a binary image based on a
+ /// 1-complex, where 0-faces are located at discrete (integer)
+ /// 2-dimensional points.
+ typedef
+ mln::complex_image<1, mln::discrete_plane_1complex_geometry, bool>
+ bin_1complex_image2d;
+
/// \brief Type alias for an 8-bit gray-level image based on a
/// 1-complex, where 0-faces are located at discrete (integer)
/// 2-dimensional points.
--
1.6.4.2