Package: image.ContourDetector Type: Package Title: Implementation of the Unsupervised Smooth Contour Line Detection for Images Description: An implementation of the Unsupervised Smooth Contour Detection algorithm for digital images as described in the paper: "Unsupervised Smooth Contour Detection" by Rafael Grompone von Gioi, and Gregory Randall (2016). 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/smooth_contours"), person("Gregory Randall", role = c("ctb", "cph"), email = "randall@fing.edu.uy", comment = "src/smooth_contours"), person("Niccolò Marchi", role = "ctb", email = "niccolo.marchi@unipd.it")) Encoding: UTF-8 License: AGPL-3 Version: 0.1.2 URL: https://github.com/bnosac/image Imports: Rcpp (>= 0.12.8), sp LinkingTo: Rcpp Suggests: pixmap, magick, raster 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.ContourDetector NeedsCompilation: yes Packaged: 2026-07-03 17:24:28 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), BNOSAC [cph] (R wrapper), Rafael Grompone von Gioi [ctb, cph] (src/smooth_contours), Gregory Randall [ctb, cph] (src/smooth_contours), Niccolò Marchi [ctb]