
"Roland" == Roland Levillain <roland@lrde.epita.fr> writes:
Index: olena/ChangeLog from Roland Levillain <roland@lrde.epita.fr>
* oln/level/cc.hh (frontp_connected_component): Be more precise in the description of the `nb_label' argument.
Index: olena/oln/level/cc.hh --- olena/oln/level/cc.hh Tue, 27 Jul 2004 17:22:49 +0200 levill_r (oln/e/20_cc.hh 1.11.1.17 600) +++ olena/oln/level/cc.hh Fri, 29 Oct 2004 15:16:16 +0200 levill_r (oln/e/20_cc.hh 1.11.1.17 600) @@ -59,7 +59,9 @@ ** ** \arg input Image of markers. ** \arg se Neighborhood. - ** \arg nb_label Returns the number of labels (optional). + ** \arg nb_label Optional. Returns the number of labels
\param :) Par ailleurs, dans la doc, on parle à l'impératif -> return.
+ ** (including the background); i.e. connected components are + ** labelled from 1 to \f$nb\_label - 1\f$ (included). ** ** \return An image of type \a DestType. **