-
**Describe the bug**
When calculating the radiomics features, I expect to get multiple values for the glrm and glcm features as they are directional dependent (13 directions + mean). When I run the c…
-
I am unable to extract GLRLM features using the PyRadiomix library for a .jpg file. It has a mask input, which is not clear to me.
I have used below code
`import SimpleITK as sitk`
`from radiom…
-
I got an ultrasound image as png format and I wanna extract radiomics features from that. So a generate a mask image with the same size as the original image randomly.
I used the codes as follow:
`…
-
Hi,
I am working with 2D images currently. I can use pyradiomics to generate features. But I have one issue or doubt.
My images are in .png format (8bit grayscale). So when I use these 2d images dir…
-
Hi @JoostJM, I'm new at image feature extraction so I'm exploring some open-source python packages available for it. Calculating GLCM using Pyradiomics and Scikit-Image packages provides different re…
-
We are doing some comparisons between different radiomics SW and came across some troubling results for features extracted before and after normalization (z-score) of MRI volumes (3D ROI breast tumour…
ghost updated
2 years ago
-
import radiomics.featureextractor as FEE
import csv
main_path = r'E:\XX'
ori_name = r'\3.png'
lab1_name = r'\4.png'
para_name = r'\Params.yaml'
ori_path = main_path + ori_name
lab1_path …
-
I have an image that I wish to perform on all of it GLCM and GLRLM. I can not find how to convert the the gray image to nrrd and perfom the features. Furthermore, is there a better way to load (I used…
-
Dear all,
I get this warning if I use a shape of image (208, 156, 1)
Size in specified 2D dimension (0) is greater than 1, cannot calculate 2D shape
when it should work but it considers it a 3d…
-
**Describe the bug**
When I use the pyradiomics,I wonder how to merge several labels into one label.(There are 4 labels in my test image, I need to extract the features of them as a whole)
**PyRad…