last-svn-commit-585-g65981fd scribo/canvas/integral_browsing.hh: Cleanup comments.

--- scribo/ChangeLog | 4 ++++ scribo/scribo/canvas/integral_browsing.hh | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 60f0842..253021d 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * scribo/canvas/integral_browsing.hh: Cleanup comments. + +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * src/binarization/sauvola_ms.cc: Add missing includes. 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/scribo/scribo/canvas/integral_browsing.hh b/scribo/scribo/canvas/integral_browsing.hh index 4e55109..286dc53 100644 --- a/scribo/scribo/canvas/integral_browsing.hh +++ b/scribo/scribo/canvas/integral_browsing.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009, 2010 EPITA Research and Development Laboratory +// (LRDE) // // This file is part of Olena. // @@ -58,9 +59,6 @@ namespace scribo double& mean, double& stddev) { mean = sum / n; -// stddev = std::sqrt(sum_2 / n - mean * mean); - -// std::cout << "(" << mean << " - " << stddev << " - " << n << "),"; // unbias version: double num = (sum_2 - sum * sum / n); -- 1.5.6.5
participants (1)
-
Guillaume Lazzara