You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
What would be needed is:
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.The text was updated successfully, but these errors were encountered: