* icdar/2009/hsc/input_to_lines_dat.cc,
* icdar/2009/hsc/input_to_words_dat.cc: Add copyright and a
reference to the paper in which the results are published.
---
milena/sandbox/ChangeLog | 20 +++++++---
.../sandbox/icdar/2009/hsc/input_to_lines_dat.cc | 35 ++++++++++++++++++
.../sandbox/icdar/2009/hsc/input_to_words_dat.cc | 37 +++++++++++++++++++-
3 files changed, 85 insertions(+), 7 deletions(-)
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index 8580972..fd3149d 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-17 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
+
+ Add missing copyright and reference in ICDAR code.
+
+ * icdar/2009/hsc/input_to_lines_dat.cc,
+ * icdar/2009/hsc/input_to_words_dat.cc: Add copyright and a
+ reference to the paper in which the results are published.
+
2009-08-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
New candidates to replace value types.
@@ -278,6 +286,12 @@
* inim/2010/page/Makefile: New.
* inim/2010/page/white.hh: New.
+2009-07-17 Edwin Carlinet <carlinet(a)lrde.epita.fr>
+
+ Fix bugs in segmentation with delta colormean method.
+ * edwin/exec/max_delta_colormean_obj.cc,
+ * edwin/mln/morpho/tree/components_debug.hh: Minor fixes.
+
2009-07-22 Yann Jacquelet <jacquelet(a)lrde.epita.fr>
First test with git, test c++ install with HelloWorld program
@@ -285,12 +299,6 @@
* green/HelloWorld/Makefile.am : Bypass .gitignore, New
* green/HelloWorld/HelloWorld.cc: Write "HelloWorld" on CRT.
* green/HelloWorld/Print.cc : Deported cout call
-
-2009-07-17 Edwin Carlinet <carlinet(a)lrde.epita.fr>
-
- Fix bugs in segmentation with delta colormean method.
- * edwin/exec/max_delta_colormean_obj.cc,
- * edwin/mln/morpho/tree/components_debug.hh: Minor fixes.
2009-07-16 Edwin Carlinet <carlinet(a)lrde.epita.fr>
diff --git a/milena/sandbox/icdar/2009/hsc/input_to_lines_dat.cc
b/milena/sandbox/icdar/2009/hsc/input_to_lines_dat.cc
index ba7f668..cc1fdee 100644
--- a/milena/sandbox/icdar/2009/hsc/input_to_lines_dat.cc
+++ b/milena/sandbox/icdar/2009/hsc/input_to_lines_dat.cc
@@ -1,3 +1,38 @@
+// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
+//
+// This file is part of Olena.
+//
+// Olena is free software: you can redistribute it and/or modify it under
+// the terms of the GNU General Public License as published by the Free
+// Software Foundation, version 2 of the License.
+//
+// Olena is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Olena. If not, see <http://www.gnu.org/licenses/>.
+//
+// As a special exception, you may use this file as part of a free
+// software project without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to produce
+// an executable, this file does not by itself cause the resulting
+// executable to be covered by the GNU General Public License. This
+// exception does not however invalidate any other reasons why the
+// executable file might be covered by the GNU General Public License.
+
+
+// Results published in:
+//
+// `ICDAR2009 Handwriting Segmentation Contest`.
+// B. Gatos, N. Stamatopoulos and G. Louloudis
+// 2009 10th International Conference on Document Analysis and Recognition
+//
+//
http://www.cvc.uab.es/icdar2009/papers/3725b393.pdf
+
+
#include <sandbox/icdar/2009/hsc/input_to_lines.hh>
#include <sandbox/icdar/2009/hsc/io/icdar/save.hh>
diff --git a/milena/sandbox/icdar/2009/hsc/input_to_words_dat.cc
b/milena/sandbox/icdar/2009/hsc/input_to_words_dat.cc
index e6b01ca..56f3cc1 100644
--- a/milena/sandbox/icdar/2009/hsc/input_to_words_dat.cc
+++ b/milena/sandbox/icdar/2009/hsc/input_to_words_dat.cc
@@ -1,3 +1,38 @@
+// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
+//
+// This file is part of Olena.
+//
+// Olena is free software: you can redistribute it and/or modify it under
+// the terms of the GNU General Public License as published by the Free
+// Software Foundation, version 2 of the License.
+//
+// Olena is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Olena. If not, see <http://www.gnu.org/licenses/>.
+//
+// As a special exception, you may use this file as part of a free
+// software project without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to produce
+// an executable, this file does not by itself cause the resulting
+// executable to be covered by the GNU General Public License. This
+// exception does not however invalidate any other reasons why the
+// executable file might be covered by the GNU General Public License.
+
+
+// Results published in:
+//
+// `ICDAR2009 Handwriting Segmentation Contest`.
+// B. Gatos, N. Stamatopoulos and G. Louloudis
+// 2009 10th International Conference on Document Analysis and Recognition
+//
+//
http://www.cvc.uab.es/icdar2009/papers/3725b393.pdf
+
+
#include <mln/value/int_u16.hh>
#include <mln/value/rgb8.hh>
@@ -29,7 +64,7 @@ namespace mln
output(p) = l_1st.to_enc() + words(p).to_enc();
}
}
-
+
} // mln
--
1.5.6.5