-
I get a strange message, when enabling all features and image types:
File "/usr/local/lib/python3.6/dist-packages/radiomics/base.py", line 162, in calculateFeatures
self.featureValues[featur…
-
I use the code based on the "helloFeatureClass.pynb",which is the example of pyradiomics
code:
/*
from radiomics import firstorder, glcm, imageoperations, shape, glrlm, glszm, getTestCase,featuree…
-
Hi @JoostJM @fedorov, Sorry to bother you again but this time I'm really desperate!
I was calculating all features, both from the original image and from the Wavelet filtered image and it worked fin…
-
Hi everyone,I'm trying to extract radiomics features from some 3D CT images. I referred to the example file which named batchprocessing.py to handle our renal cancer images, and got more than 1000 fea…
-
Currently, customization of the extraction is very limited in SlicerRadiomics. Moreover, Yaml parsing using PyYaml doesn't work currently on windows (see #23), which means SlicerRadiomics cannot use t…
-
![image](https://user-images.githubusercontent.com/33625156/35270187-4a6f1056-0069-11e8-92f0-7cbcd65f2fa9.png)
hello sir/lady:
I installed the basic package already, but when I run the c…
-
- [x] Add progress reporting
- [x] Intercept logging messages?
- [ ] Make CLI module hidden for users?
Copied from https://github.com/Radiomics/SlicerRadiomics/pull/37
-
Profiling PyRadiomics using the brain1 testcase (256x256x25 voxels) with full-mask
- all features
- Original, LoG (sigma 1, 3 and 5), Wavelet (1 level, 8 decompositions)
Main bottlenecks:
- GLSZ…
-
If I do something like
```python
extractor = RadiomicsFeaturesExtractor(...)
extractor.execute(image, mask, label=2)
```
I get the following error
```python
Calculating features with label: 2…
-
checkMask essentially expects that image and mask geometry will match by calling Execute here: https://github.com/Radiomics/pyradiomics/blob/master/radiomics/imageoperations.py#L201
Thanks to Dev G…