-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 1.06 KB
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.6
Date: 2025-09-15
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8024-1546")))
BugReports: https://github.com/mlampros/SuperpixelImageSegmentation/issues
URL: https://github.com/mlampros/SuperpixelImageSegmentation, https://mlampros.github.io/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.3.2