Package: catsim Type: Package Title: Binary and Categorical Image Similarity Index Version: 0.2.4 Authors@R: person("Geoffrey", "Thompson",email="gzthompson@gmail.com", role = c("aut", "cre"), comment = c(ORCID = '0000-0003-2436-8822')) Description: Computes a structural similarity metric (after the style of MS-SSIM for images) for binary and categorical 2D and 3D images. Can be based on accuracy (simple matching), Cohen's kappa, Rand index, adjusted Rand index, Jaccard index, Dice index, normalized mutual information, or adjusted mutual information. In addition, has fast computation of Cohen's kappa, the Rand indices, and the two mutual informations. Implements the methods of Thompson and Maitra (2020) . License: GPL-3 Encoding: UTF-8 LazyData: true Imports: Rcpp Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://gzt.github.io/catsim/ BugReports: https://github.com/gzt/catsim/issues LinkingTo: Rcpp, testthat Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr Depends: R (>= 3.6) Config/pak/sysreqs: cmake make libuv1-dev Repository: https://gzt.r-universe.dev Date/Publication: 2024-09-30 19:51:08 UTC RemoteUrl: https://github.com/gzt/catsim RemoteRef: HEAD RemoteSha: eceeb92f1b40b9afaf4af94737fcfdff2c586c62 NeedsCompilation: yes Packaged: 2026-07-02 08:25:18 UTC; root Author: Geoffrey Thompson [aut, cre] (ORCID: ) Maintainer: Geoffrey Thompson