-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.31 KB
/
DESCRIPTION
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
26
27
28
29
30
31
32
33
34
35
36
37
Package: supercells
Title: Superpixels of Spatial Data
Version: 1.0.3
Authors@R: c(
person(given = "Jakub", family = "Nowosad",
role = c("aut", "cre"),
email = "nowosad.jakub@gmail.com",
comment = c(ORCID = "0000-0002-1057-3721")),
person("Pascal", "Mettes",
role = "ctb",
comment = "Author of the initial C++ implementation of the SLIC Superpixel algorithm for image data"),
person("Charles", "Jekel",
role = "ctb",
comment = "Author of underlying C++ code for dtw"))
Description: Creates superpixels based on input spatial data.
This package works on spatial data with one variable (e.g., continuous raster), many variables (e.g., RGB rasters), and spatial patterns (e.g., areas in categorical rasters).
It is based on the SLIC algorithm (Achanta et al. (2012) <doi:10.1109/TPAMI.2012.120>), and readapts it to work with arbitrary dissimilarity measures.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
sf,
terra (>= 1.4-21),
philentropy (>= 0.6.0),
future.apply
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo:
cpp11
URL: https://jakubnowosad.com/supercells/
BugReports: https://github.com/Nowosad/supercells/issues
Suggests:
knitr,
covr,
testthat (>= 3.0.0),
rmarkdown,
stars
Config/testthat/edition: 3