R/catsim-package.R

#' CatSIM: Binary and Categorical Image Structural Similarity Metric
#'
#' 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.
#' @aliases catsim-package
#'
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the catsim package in your browser

Any scripts or data that you put into this service are public.

catsim documentation built on Jan. 13, 2021, 7:45 p.m.