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" . 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 Config/pak/sysreqs: cmake libgmp3-dev make libjpeg-dev libpng-dev libtiff-dev libuv1-dev zlib1g-dev Repository: https://mlampros.r-universe.dev Date/Publication: 2025-09-28 17:55:56 UTC RemoteUrl: https://github.com/mlampros/superpixelimagesegmentation RemoteRef: HEAD RemoteSha: a342f1de1e04940a4bdf7636462eac7b2dd8d0c4 NeedsCompilation: yes Packaged: 2026-06-18 07:38:42 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ) Maintainer: Lampros Mouselimis