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 <doi:10.5201/ipol.2016.175>.
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
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.1
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8), sp
LinkingTo: Rcpp
Suggests: pixmap, magick, raster
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-11-17 10:42:15 UTC; Jan
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]
Repository: CRAN
Date/Publication: 2021-11-17 11:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:18:01 UTC; windows
Archs: x64
