The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The R / Rcpp code of the SuperpixelImageSegmentation package 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.
I wrote a blog post explaining how to take advantage of the R / Rcpp code of the SuperpixelImageSegmentation package.
System / Software Requirements:
The SuperpixelImageSegmentation package can be installed from CRAN using,
install.packages("SuperpixelImageSegmentation")
or by using the install_github function of
the devtools package,
::install_github('mlampros/SuperpixelImageSegmentation')
remotes
or by directly downloading the .zip file using the Clone or download button in the repository page, extracting it locally (renaming it to SuperpixelImageSegmentation if necessary) and running,
#--------
# on Unix
#--------
setwd('/your_folder/SuperpixelImageSegmentation/')
::compileAttributes(verbose = TRUE)
Rcppsetwd('/your_folder/')
system("R CMD build SuperpixelImageSegmentation")
system("R CMD INSTALL SuperpixelImageSegmentation_1.0.0.tar.gz")
#-----------
# on Windows
#-----------
setwd('C:/your_folder/SuperpixelImageSegmentation/')
::compileAttributes(verbose = TRUE)
Rcppsetwd('C:/your_folder/')
system("R CMD build SuperpixelImageSegmentation")
system("R CMD INSTALL SuperpixelImageSegmentation_1.0.0.tar.gz")
Use the following link to report bugs/issues,
https://github.com/mlampros/SuperpixelImageSegmentation/issues
If you use the code of this repository in your paper or research
please cite both SuperpixelImageSegmentation and the
original articles / software
https://CRAN.R-project.org/package=SuperpixelImageSegmentation
:
@Manual{,
= {{SuperpixelImageSegmentation}: Image Segmentation using
title
Superpixels, Affinity Propagation and Kmeans Clustering},= {Lampros Mouselimis},
author = {2022},
year = {R package version 1.0.5},
note =
url ://CRAN.R-project.org/package=SuperpixelImageSegmentation},
{https }
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.