Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Center of mass ? #325

Closed
salimkanoun opened this issue Nov 28, 2017 · 3 comments
Closed

Center of mass ? #325

salimkanoun opened this issue Nov 28, 2017 · 3 comments

Comments

@salimkanoun
Copy link

Hi there,

In some radiomics publications, some authors tried to quantify tumor distribution in a whole body imaging modality (as PET/CT). (see solidity here https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4699494/)

Even if I think we don't have real consensual measurement for this approach, I wonder if pyRadiomics could provide the center of mass of each ROI as in a x/y/z coordinate (for example in a first order or shape feature).

If the output provides the x/y/z coordinate of the center of mass and the voxel size (if available in the image header) it will give to the user all needed raw data to make inter-tumor distance calculations and to explore this approach for whole body tumor distribution quantification.

Best regards,

Salim

@JoostJM
Copy link
Collaborator

JoostJM commented Nov 28, 2017

Providing a center of mass shouldn't be too difficult. I'd include it in the general_info section though, as for all other feature values only a scalar is returned (and thus easily fed into an analysis pipeline).

As to the x, y, z coordinates of this center of mass, the easiest approach would be to calculate this on the original (non-resampled) mask and return the real-world coordinates. This saves the trouble of having to incorporate voxel size (which is already returned in the general_info section as ImageSpacing)

@salimkanoun
Copy link
Author

Sounds perfect ! I forget about the general info, that is a really good idea.

Thank you so much !

@JoostJM
Copy link
Collaborator

JoostJM commented Aug 28, 2018

see #416

@JoostJM JoostJM closed this as completed Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants