image.radiomics: Texture Matrix Visualization

Description Usage Arguments Examples

Description

Texture Matrix Visualization

GLCM image

GLRLM image

GLSZM image

MGLSZM image

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S4 method for signature 'glcm'
image(x, xlab = "Grey Level", ylab = "Grey Level",
  col = colscale(length(unique(c(x@.Data)))))

## S4 method for signature 'glrlm'
image(x, xlab = "Grey Level", ylab = "Run Length",
  col = colscale(length(unique(c(x@.Data)))))

## S4 method for signature 'glszm'
image(x, xlab = "Grey Level", ylab = "Zone Size",
  col = colscale(length(unique(c(x@.Data)))))

## S4 method for signature 'mglszm'
image(x, xlab = "Grey Level", ylab = "Zone Size",
  col = colscale(length(unique(c(x@.Data)))))

Arguments

x

Matrix of class "glcm", "glrlm", "glszm" or "mglszm"

xlab

The label for the x-axis

ylab

The label for the y-axis

col

Use viridis scale if available

Examples

1
2
3
4
5
## Not run: 
image(psf)
image(glszm(psf))

## End(Not run)

Example output

radiomics: Functions for texture analysis of greyscale images.
Enter ?calc_features to see available texture features.

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