discretizeImage2: Image Discretization.

Description Usage Arguments Details

View source: R/ImageQuantize.R

Description

#' discretizeImage2 Scales the grey values of an image into a specified number of values.

Usage

1
discretizeImage2(image, n_grey = 32)

Arguments

image

A numeric image matrix.

n_grey

The grey levels the output image will have

Details

Not currently used. Different methods of discretizing the image will be explored in the future.


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