Radiomics ECHO 2D

Hello everybody,

I m trying to extract radiomics features from echo images. And I can’t seem to understand how.

I can segment the images, but when I use de radiomics slicer extension, I can’t apply it to my ROI.

I don’t know if the software is not designed to be applyed on 2D images

Def should work. I’m not sure that you can apply it to rois but to what 3Dslicer calls segmentations which are masks. That is what pyradiomics uses. If that is true, you could draw/paint segmentations or convert the ROIs to masks.

Ultrasound images are usually saved as screenshots in DICOM (capturing the color RGB screen of the ultrasound machine). These images may be usable for computing radiomics features, but probably you need to first convert the color image to grayscale using “Vector to scalar volume” module.