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 <jwijffels@bnosac.be>
Description: An implementation of the Canny Edge Detector for detecting edges in images. The package provides an interface to the algorithm available at <https://github.com/Neseb/canny>.
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
NeedsCompilation: yes
Packaged: 2023-11-29 13:05:35 UTC; jwijffels
Author: Jan Wijffels [aut, cre, cph],
  BNOSAC [cph],
  Vincent Maioli [ctb, cph],
  IPOL Image Processing On Line [cph]
Repository: CRAN
Date/Publication: 2023-11-29 13:30:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2023-11-29 15:09:54 UTC; unix
Archs: image.CannyEdges.so.dSYM
