https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Remove outdated comments about neighborhoods.
* mln/geom/seeds2tiling_roundness.hh,
* mln/labeling/background.hh,
* mln/labeling/blobs.hh,
* mln/labeling/flat_zones.hh,
* mln/labeling/foreground.hh,
* mln/labeling/level.hh,
* mln/labeling/level.spe.hh,
* mln/labeling/regional_maxima.hh,
* mln/labeling/regional_minima.hh,
* mln/make/voronoi.hh,
* mln/morpho/Rd.hh:
Remove outdated FIXME.
geom/seeds2tiling_roundness.hh | 5 -----
labeling/background.hh | 3 ---
labeling/blobs.hh | 3 ---
labeling/flat_zones.hh | 3 ---
labeling/foreground.hh | 3 ---
labeling/level.hh | 3 ---
labeling/level.spe.hh | 3 ---
labeling/regional_maxima.hh | 3 ---
labeling/regional_minima.hh | 3 ---
make/voronoi.hh | 5 -----
morpho/Rd.hh | 5 -----
11 files changed, 39 deletions(-)
Index: mln/geom/seeds2tiling_roundness.hh
--- mln/geom/seeds2tiling_roundness.hh (revision 1822)
+++ mln/geom/seeds2tiling_roundness.hh (working copy)
@@ -50,11 +50,6 @@
namespace geom
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. We can also optionnaly provide a
- version of this function for regular-grid-based images where
- the neighborhood is replaced by a (user-provided) window. */
-
/*! Take a labeled image \p ima_ with seeds and extend them until
* creating tiles rounder than the primary version.
*
Index: mln/labeling/background.hh
--- mln/labeling/background.hh (revision 1822)
+++ mln/labeling/background.hh (working copy)
@@ -43,9 +43,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the background part in a
* binary image.
*
Index: mln/labeling/blobs.hh
--- mln/labeling/blobs.hh (revision 1822)
+++ mln/labeling/blobs.hh (working copy)
@@ -47,9 +47,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the binary objects of a binary
* image.
*
Index: mln/labeling/flat_zones.hh
--- mln/labeling/flat_zones.hh (revision 1822)
+++ mln/labeling/flat_zones.hh (working copy)
@@ -44,9 +44,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the flat zones of an image.
*
* \param[in] input The input image.
Index: mln/labeling/foreground.hh
--- mln/labeling/foreground.hh (revision 1822)
+++ mln/labeling/foreground.hh (working copy)
@@ -43,9 +43,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the object part in a binary
* image.
*
Index: mln/labeling/level.hh
--- mln/labeling/level.hh (revision 1822)
+++ mln/labeling/level.hh (working copy)
@@ -50,9 +50,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the image objects at a given
* level.
*
Index: mln/labeling/level.spe.hh
--- mln/labeling/level.spe.hh (revision 1822)
+++ mln/labeling/level.spe.hh (working copy)
@@ -49,9 +49,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the image objects at a given
* level.
*
Index: mln/labeling/regional_maxima.hh
--- mln/labeling/regional_maxima.hh (revision 1822)
+++ mln/labeling/regional_maxima.hh (working copy)
@@ -47,9 +47,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the regional maxima of an
* image.
*
Index: mln/labeling/regional_minima.hh
--- mln/labeling/regional_minima.hh (revision 1822)
+++ mln/labeling/regional_minima.hh (working copy)
@@ -47,9 +47,6 @@
namespace labeling
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. */
-
/*! Connected component labeling of the regional minima of an
* image.
*
Index: mln/make/voronoi.hh
--- mln/make/voronoi.hh (revision 1822)
+++ mln/make/voronoi.hh (working copy)
@@ -47,11 +47,6 @@
namespace make
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. We can also optionnaly provide a
- version of this function for regular-grid-based images where
- the neighborhood is replaced by a (user-provided) window. */
-
/*!
* \brief Apply the Voronoi algorithm on \p ima_ with the original
* image \p orig_ for node computing with neighborhood \p nbh.
Index: mln/morpho/Rd.hh
--- mln/morpho/Rd.hh (revision 1822)
+++ mln/morpho/Rd.hh (working copy)
@@ -55,11 +55,6 @@
namespace morpho
{
- /* FIXME: The neighborhood shall not be passed as argument, but
- bound to the input image. We can also optionnaly provide a
- version of this function for regular-grid-based images where
- the neighborhood is replaced by a (user-provided) window. */
-
template <typename I, typename N>
I Rd(const Image<I>& f, const Image<I>& g, const
Neighborhood<N>& nbh);