Package: image.CannyEdges Type: Package Title: Implementation of the Canny Edge Detector for Images Version: 0.1.1 Authors@R: c( person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be"), person("BNOSAC", role = "cph"), person("Vincent Maioli", role = c("ctb", "cph"), email = "maioli@crans.org"), person("IPOL Image Processing On Line", role = "cph")) Maintainer: Jan Wijffels Description: An implementation of the Canny Edge Detector for detecting edges in images. The package provides an interface to the algorithm available at . License: GPL-3 URL: https://github.com/bnosac/image Encoding: UTF-8 Imports: Rcpp (>= 0.12.9) LinkingTo: Rcpp Suggests: pixmap, magick RoxygenNote: 7.1.2 SystemRequirements: libpng, fftw3 Config/pak/sysreqs: libfftw3-dev libpng-dev 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.CannyEdges NeedsCompilation: yes Packaged: 2026-07-03 19:54:23 UTC; root Author: Jan Wijffels [aut, cre, cph], BNOSAC [cph], Vincent Maioli [ctb, cph], IPOL Image Processing On Line [cph]