1
1
/* *************************************************************************************************************
2
2
* EDLines source codes.
3
- * Copyright (C) 2016, Cuneyt Akinlar & Cihan Topal
4
-
3
+ * Copyright (C) Cuneyt Akinlar & Cihan Topal
4
+
5
5
*
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
-
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
-
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
6
+ * Please cite the following papers if you use EDLines library:
18
7
*
19
- * By using this library you are implicitly assumed to have accepted all of the above statements,
20
- * and accept to cite the following papers:
21
- *
22
- * [1] C. Akinlar and C. Topal, “EDLines: A Real-time Line Segment Detector with a False Detection Control,”
8
+ * [1] C. Akinlar and C. Topal, “EDLines: A Real-time Line Segment Detector with a False Detection Control,”
23
9
* Pattern Recognition Letters, 32(13), 1633-1642, DOI: 10.1016/j.patrec.2011.06.001 (2011).
24
10
*
25
- * [2] C. Akinlar and C. Topal, “EDLines: Realtime Line Segment Detection by Edge Drawing (ED),”
26
- * IEEE Int’l Conf. on Image Processing (ICIP), Sep. 2011.
11
+ * [2] C. Akinlar and C. Topal, “EDLines: Realtime Line Segment Detection by Edge Drawing (ED),”
12
+ * IEEE Int’l Conf. on Image Processing (ICIP), Sep. 2011.
27
13
**************************************************************************************************************/
28
14
29
15
#ifndef _EDLines_
@@ -125,4 +111,4 @@ class EDLines : public ED {
125
111
126
112
};
127
113
128
- #endif
114
+ #endif
0 commit comments