
Index: olena/ChangeLog from Roland Levillain <roland@lrde.epita.fr> * oln/level/threshold.hh: Fix argument description in ctor documentation. * oln/level/cc.hh: Typos in documentation. Index: olena/oln/level/cc.hh --- olena/oln/level/cc.hh Fri, 02 Apr 2004 16:00:03 +0200 van-vl_n (oln/e/20_cc.hh 1.11.1.16 640) +++ olena/oln/level/cc.hh Tue, 27 Jul 2004 17:19:32 +0200 levill_r (oln/e/20_cc.hh 1.11.1.16 640) @@ -58,8 +58,8 @@ ** \pre the input must be a binary image. ** ** \arg input Image of markers. - ** \arg se Neighbourhood. - ** \arg nb_label Returns the number of label (optional). + ** \arg se Neighborhood. + ** \arg nb_label Returns the number of labels (optional). ** ** \return An image of type \a DestType. ** Index: olena/oln/level/threshold.hh --- olena/oln/level/threshold.hh Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/f/15_threshold. 1.14 640) +++ olena/oln/level/threshold.hh Tue, 27 Jul 2004 17:09:07 +0200 levill_r (oln/f/15_threshold. 1.14 640) @@ -65,11 +65,11 @@ class threshold : public std::unary_function<const Input&, Output> { public: - /*! \arg Threshold any value heigher or equal to this value will - ** return \a min. - ** \arg min Value returned if the input is smaller than threshold. - ** \arg max Value returned if the input is greater or equal to the - ** threshold. + /*! \arg threshold Any value greater or equal to this value will + ** return \a max. + ** \arg min Value returned if the input is lower than the threshold. + ** \arg max Value returned if the input is greater than or equal to + ** the threshold. */ threshold(const Input& threshold, const Output& min = ntg_min_val(Output),
participants (1)
-
Roland Levillain