SetImageProcessing: Data processing setting

Description Usage Arguments Details

View source: R/dataProcessing.r

Description

Data processing setting

Usage

1
2
3
SetImageProcessing(normalization = NULL, maxLimit = NULL, minLimit = NULL,
  width = 28, height = 28, roiWidth = NULL, roiHeight = NULL,
  channelDim = NULL, indexDim = NULL)

Arguments

normalization

method for normalization. 'MinMaxNorm' is min-max normalization

maxLimit

maximum value for all values of the data

roiWidth

Region of interest, width. default seq(width)

roiHeight

Region of interest, height. default seq(height)

channelDim

An additional dimension for the channel of the image. It there is no channel, it should be NULL

indexDim

indexDim indicates the index dimension. indexDim should be NULL or an integer. if indexDim is not null, the array will be melted along this specified dimension

Details

This function is for preprocessing fo the data, including normalization, resizing, and dimension concat


ABMI/RadiologyFeatureExtraction documentation built on May 25, 2019, 3:59 a.m.