-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: SuperpixelImageSegmentation
Type: Package
Title: Superpixel Image Segmentation
Version: 1.0.5
Date: 2022-02-06
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")))
BugReports: https://github.com/mlampros/SuperpixelImageSegmentation/issues
URL: https://github.com/mlampros/SuperpixelImageSegmentation
Description: Image Segmentation using Superpixels, Affinity Propagation and Kmeans Clustering. The R code is based primarily on the article "Image Segmentation using SLIC Superpixels and Affinity Propagation Clustering, Bao Zhou, International Journal of Science and Research (IJSR), 2013" <https://www.ijsr.net/archive/v4i4/SUB152869.pdf>.
License: GPL-3
Encoding: UTF-8
Depends: R(>= 3.2)
Imports: Rcpp (>= 0.12.10), R6, OpenImageR, grDevices, lattice
LinkingTo: Rcpp, RcppArmadillo (>= 0.9.1), ClusterR, OpenImageR
Suggests:
testthat,
covr,
knitr,
rmarkdown
RoxygenNote: 7.1.2