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

Questions about Customizing DWV for 3D DICOM and Shape Drawing #925

Open
Sulaiman2018 opened this issue Nov 16, 2024 · 2 comments
Open

Questions about Customizing DWV for 3D DICOM and Shape Drawing #925

Sulaiman2018 opened this issue Nov 16, 2024 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@Sulaiman2018
Copy link

Dear DWV Team,

I’m working with the dwv-angular.component and have a few questions:

Is it possible to visualize 3D DICOM files with DWV? If so, could you provide any guidance on how to achieve this?

Can I modify or add custom drawing tools, specifically for drawing rectangles and polygons?

Is it possible to capture the coordinates of shapes (rectangles, polygons) drawn in DWV from an external Angular component for further processing?

Thank you for your help!

Best regards,

@ivmartel ivmartel added the question Further information is requested label Nov 21, 2024
@ivmartel ivmartel added this to the 0.10.0 milestone Nov 21, 2024
@ivmartel
Copy link
Owner

3D: MPR yes, 3D rendering no

Custom tools: yes, see toolList, custom draw shapes see toolOptions

External coordinates capture: you have access to the annotation that contain information about the shapes so you could get the coordinates

@Sulaiman2018
Copy link
Author

Thank you! I’ll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants