forked from bnosac/image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 832 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 = "[email protected]"),
person("BNOSAC", role = "cph"),
person("Vincent Maioli", role = c("ctb", "cph"), email = "[email protected]"),
person("IPOL Image Processing On Line", role = "cph"))
Maintainer: Jan Wijffels <[email protected]>
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