extract_radiomics
Extract radiomics using pyradiomics, with additional checking of the input geometry match, resulting in a feature csv file
Parameters:
Name | Type | Description | Default |
---|---|---|---|
itk_volume_urlpath |
str
|
path to itk compatible image volume (.mhd, .nrrd, .nii, etc.) |
required |
itk_labels_urlpath |
str
|
path to itk compatible label volume (.mha) |
required |
output_urlpath |
str
|
output/working directory |
required |
lesion_indices |
List[int]
|
list of lesion indicies (label values) to process |
required |
pyradiomics_config |
dict
|
keyword arguments to pass to pyradiomics featureextractor |
required |
check_geometry_strict |
str
|
enforce strict match of the input geometries (otherwise, possible mismatch is silently ignored) |
False
|
enable_all_filters |
bool
|
turns on all image filters |
False
|
Returns:
Name | Type | Description |
---|---|---|
dict |
metadata about function call |