f.extractor.sing.par: f.extractor.sing.par

Description Usage Arguments Details

View source: R/geoletFeatures.R

Description

Instantiate an object of the class geoLet. This represents just the classname (f.extractor.sing.par)

Usage

1
2
3
4
f.extractor.sing.par(path, ROIName, feature.family = c("stat", "morph",
  "glcm", "rlm", "szm", "fractal"), filterPipeline = list(),
  interpolate = FALSE, px = "", py = "", error = 0.001,
  fileName = "tmp.f.extractor.sing.par.RData", forceRecalculus = TRUE)

Arguments

path

The path to be browsed for folders containing DICOM images and Structure Set of patients

ROIName

A character object containing the name(s) of ROIs to be analyzed. If there is more than one ROI (multiple references) or no ROI is listed the analysis is stopped

feature.family

The list of features to be extracted, by default all

filterPipeline

A list containint the filter pipeline to be applied to images before feature extraction

interpolate

A logical value, by default FALSE, for interpolating sigma values in filters using sigma for computation as LoG

px

The pixel spacing in x direction for interpolating sigma

py

The pixel spacing in y direction for interpolating sigma

error

A numeric value setting the threshold for applying the interpolation

forceRecalculus

A logical value, by defaul TRUE, for forcing recalulus

Details

Using an object of class ROImap it is possible to list all the ROIs contained in an explored directory for the analysis. It is possible to analyze different ROIs names referencing to the same structure in the different studies by putting al their names a a vector of character objects in the argument ROIName


robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.