Project-MONAI / Project-MONAI/monai-deploy-app-sdk
Display bounding box on dicom using dicomSR [FEA]
@MMelQin is already working on this.
Since Dec 20, 2021.
- Dominant language
- Python
- Stars
- 138
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
We would like to display a bounding box along with some text on a dicom image without altering the dicom image data. Something like this.
Describe the solution you'd like
An ideal solution will be to use dicom SR to record the co-ordinates of the bounding box and associated text. We would then be able to display the SR image along with the original dicom image.
Describe alternatives you've considered
We have used highdicom to create the SR image. But a more general operator would be nice.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.