Package: snic
Title: Superpixel Segmentation with the Simple Non-Iterative Clustering
        Algorithm
Version: 0.6.1
Authors@R: c(
    person(given = "Rolf", family = "Simoes", email = "rolfsimoes@gmail.com", 
    role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0953-4132")),
    person('Felipe', 'Souza', email = 'felipe.carvalho@inpe.br', 
    role = c('aut'), comment = c(ORCID = "0000-0002-5826-1700")),
    person('Felipe', 'Carlos', email = "efelipecarlos@gmail.com", 
    role = c('aut'), comment = c(ORCID = "0000-0002-3334-4315")),
    person('Gilberto', 'Camara', email = 'gilberto.camara.inpe@gmail.com',
    role = c('aut', 'rth'), comment = c(ORCID = "0000-0002-3681-487X"))
    )
Maintainer: Rolf Simoes <rolfsimoes@gmail.com>
Description: Implements the Simple Non-Iterative Clustering algorithm for 
    superpixel segmentation of multi-band images, as introduced by Achanta 
    and Susstrunk (2017) <doi:10.1109/CVPR.2017.520>. Supports both standard 
    image arrays and geospatial raster objects, with a design that can be 
    extended to other spatial data frameworks. The algorithm groups adjacent 
    pixels into compact, coherent regions based on spectral similarity and 
    spatial proximity. A high-performance implementation supports images 
    with arbitrary spectral bands.
Depends: R (>= 3.5.0)
Suggests: testthat (>= 3.0.0), terra, spelling, covr, magick, jpeg,
        png, knitr, rmarkdown
URL: https://github.com/rolfsimoes/snic,
        https://rolfsimoes.github.io/snic/
BugReports: https://github.com/rolfsimoes/snic/issues
ByteCompile: true
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2025-12-14 03:13:57 UTC; rolf
Author: Rolf Simoes [aut, cre] (ORCID: <https://orcid.org/0000-0003-0953-4132>),
  Felipe Souza [aut] (ORCID: <https://orcid.org/0000-0002-5826-1700>),
  Felipe Carlos [aut] (ORCID: <https://orcid.org/0000-0002-3334-4315>),
  Gilberto Camara [aut, rth] (ORCID:
    <https://orcid.org/0000-0002-3681-487X>)
Repository: CRAN
Date/Publication: 2025-12-14 03:30:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2026-01-13 15:43:43 UTC; windows
Archs: x64
