olena-2.0-231-gf0c488c scribo/subsampling/bilinear.hh: Update documentation.

--- scribo/ChangeLog | 4 ++++ scribo/scribo/subsampling/bilinear.hh | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index a15c6c4..e1ac05c 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2013-03-05 Guillaume Lazzara <z@lrde.epita.fr> + * scribo/subsampling/bilinear.hh: Update documentation. + +2013-03-05 Guillaume Lazzara <z@lrde.epita.fr> + * scribo/io/img/save.hh: Add an optional reduction factor. 2013-02-26 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/scribo/scribo/subsampling/bilinear.hh b/scribo/scribo/subsampling/bilinear.hh index a0705c7..67ff008 100644 --- a/scribo/scribo/subsampling/bilinear.hh +++ b/scribo/scribo/subsampling/bilinear.hh @@ -1,5 +1,5 @@ -// Copyright (C) 2010, 2011 EPITA Research and Development Laboratory -// (LRDE) +// Copyright (C) 2010, 2011, 2013 EPITA Research and Development +// Laboratory (LRDE) // // This file is part of Olena. // @@ -47,9 +47,14 @@ namespace scribo using namespace mln; + /// \brief Bilinear subsampling. + /*! + \input[in] input An image. + \input[in] sub_ratio The subsampling size ratio. + */ template <typename I> mln_concrete(I) - bilinear(const Image<I>& input_, int sub_ratio); + bilinear(const Image<I>& input, int sub_ratio); # ifndef MLN_INCLUDE_ONLY -- 1.7.2.5
participants (1)
-
Guillaume Lazzara