forked from bnosac/image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1003 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: image.LineSegmentDetector
Type: Package
Title: Detect Line Segments in Images
Description: An implementation of the Line Segment Detector on digital images described in the paper: "LSD: A Fast Line Segment Detector with a False Detection Control" by Rafael Grompone von Gioi et al (2012).
The algorithm is explained at <doi:10.5201/ipol.2012.gjmr-lsd>.
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(
person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "[email protected]", comment = "R wrapper"),
person("BNOSAC", role = "cph", comment = "R wrapper"),
person("Rafael Grompone von Gioi", role = c("ctb", "cph"), email = "[email protected]", comment = "src/lsd"),
person("Niccolò Marchi", role = "ctb", email = "[email protected]"))
Encoding: UTF-8
License: AGPL-3
Version: 0.1.0
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8), sp
LinkingTo: Rcpp
Suggests:
pixmap,
magick,
sf,
terra
RoxygenNote: 7.1.0