R/radiomics.R

#' radiomics: A texture analysis toolbox for image classification
#'
#' radiomics provides a several new classes of matrices: GLCM (grey level co-occurrence matrix),
#' GLRLM (grey level run-length matrix), GLSZM (grey level size-zone matrix), and the MGLSZM 
#' (multiple GLSZM). 
#'
#'
#' To learn more about radiomics and texture matrices, start with the vignettes:
#' \code{browseVignettes(package = "radiomics")}
#' 
#' @docType package
#' @name radiomics
NULL

Try the radiomics package in your browser

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

radiomics documentation built on May 2, 2019, 3:36 p.m.