8000 Specific function for getting dose-volume histogram features · Issue #107 · oncoray/mirp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Specific function for getting dose-volume histogram features #107

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

Open
alexzwanenburg opened this issue May 22, 2025 · 0 comments
Open

Specific function for getting dose-volume histogram features #107

alexzwanenburg opened this issue May 22, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@alexzwanenburg
Copy link
Member

Dose-volume histograms are obtained from regions of interest in RT dose maps. Dose-volume histogram parameters are important for, e.g. accepting treatment plans and prognosticating radiation-induced side effects.

Almost all of the underlying infrastructure is in place:

  • MIRP can process dose maps and masks.
  • MIRP has a flexible feature engine -- intensity-volume histogram (IVH) features are very similar in nature.

What would be needed is:

  • A wrapper around extract_features_and_images that specifically the process for computing dose volume histogram parameters, and then computing dose volume histograms from the processed dose map. Yes, that's double work, but allows for making use of existing code flows.
  • A variable that passes custom IVH features to allow the user to compute specific values.
@alexzwanenburg alexzwanenburg added the enhancement New feature or request label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant
0