Skip to content

Commit acbd5db

Browse files
authored
Update EDLines.h
1 parent 7f171db commit acbd5db

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

EDLines.h

+7-21
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
/**************************************************************************************************************
22
* EDLines source codes.
3-
* Copyright (C) 2016, Cuneyt Akinlar & Cihan Topal
4-
* E-mails of the authors: [email protected], [email protected]
3+
* Copyright (C) Cuneyt Akinlar & Cihan Topal
4+
* E-mails of the authors: [email protected], [email protected]
55
*
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:
187
*
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,”
239
* Pattern Recognition Letters, 32(13), 1633-1642, DOI: 10.1016/j.patrec.2011.06.001 (2011).
2410
*
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.
2713
**************************************************************************************************************/
2814

2915
#ifndef _EDLines_
@@ -125,4 +111,4 @@ class EDLines : public ED {
125111

126112
};
127113

128-
#endif
114+
#endif

0 commit comments

Comments
 (0)