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 . Maintainer: Jan Wijffels Authors@R: c( person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be", comment = "R wrapper"), person("BNOSAC", role = "cph", comment = "R wrapper"), person("Rafael Grompone von Gioi", role = c("ctb", "cph"), email = "grompone@gmail.com", comment = "src/lsd")) License: AGPL-3 Version: 0.1.1 URL: https://github.com/bnosac/image Imports: Rcpp (>= 0.12.8), sp LinkingTo: Rcpp Suggests: pixmap, magick RoxygenNote: 7.3.2 Repository: https://bnosac.r-universe.dev Date/Publication: 2025-11-27 20:30:51 UTC RemoteUrl: https://github.com/bnosac/image RemoteRef: HEAD RemoteSha: f87c0397420b225e14bc05d87b24d771f869cb08 RemoteSubdir: image.LineSegmentDetector NeedsCompilation: yes Packaged: 2026-07-06 07:18:58 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), BNOSAC [cph] (R wrapper), Rafael Grompone von Gioi [ctb, cph] (src/lsd)