Description Usage Arguments Details Value References Examples
glrlm
returns a gray level run length matrix for a given matrix.
1 2 |
data |
A numeric 2D matrix. |
angle |
One of 0, 45, 90 or 135, the direction the run is calculated. |
n_grey |
an integer value, the number of grey levels the image should be quantized into. |
max_run_length |
An integer value, the default is the maximum possible run length. Setting it to a smaller value truncates the output. Desirable in cases where the matrix is extremely sparse, for example when there are few long runs. |
truncate |
Logical Remove run lengths which have no entries |
... |
Can be given verbose=FALSE to suppress output from the n_grey conversion. |
Can be visualized using image(glrlm(data))
. For visualization info
see ?image.radiomics
a matrix of class "glrlm" of dimension n_grey by run length. The column names represent the length of the run, and row names represent grey values in the image.
http://www.sciencedirect.com/science/article/pii/S0146664X75800086
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.