forked from bnosac/image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 <[email protected]>
Authors@R: c(
person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "[email protected]", comment = "R wrapper"),
person("BNOSAC", role = "cph", comment = "R wrapper"),
person("Rafael Grompone von Gioi", role = c("ctb", "cph"), email = "[email protected]", comment = "src/smooth_contours"),
person("Gregory Randall", role = c("ctb", "cph"), email = "[email protected]", comment = "src/smooth_contours"),
person("Niccolò Marchi", role = "ctb", email = "[email protected]"))
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,
sf,
terra
RoxygenNote: 7.1.1