citHeader("Please cite both the package and the original articles / software in your publications:")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(
  bibtype = "Manual",
  title   = "{SuperpixelImageSegmentation}: Image Segmentation using Superpixels, Affinity Propagation and Kmeans Clustering",
  author  = person("Lampros", "Mouselimis"),
  year    = year,
  note    = note,
  url     = "https://CRAN.R-project.org/package=SuperpixelImageSegmentation"
)

bibentry(
  bibtype  = "Article",
  title    = "Image Segmentation using SLIC Superpixels and Affinity Propagation Clustering",
  author   = person("Bao", "Zhou"),
  journal  = "International Journal of Science and Research (IJSR)",
  year     = "2013",
  note     = "ISSN (Online): 2319-7064",
  url      = "https://www.ijsr.net/archive/v4i4/SUB152869.pdf"
)
