OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.02k stars 3.18k forks source link

Add more toolbar options to microscopy #3998

Open abespalko opened 4 months ago

abespalko commented 4 months ago

What feature or change would you like to see made?

Currently, the toolbar options in OHIF Viewer for the "sm" modality (microscopy view) are limited compared to other modalities such as X-ray, CT, and MRI. Adding more tools to the toolbar in OHIF Viewer for the microscopy view, such as annotation, rotation, and capture image, will enhance usability and versatility for users working with specimen images.

Additionally, could you please provide insight into why the toolbar options are currently limited for the "sm" modality? Is it due to inherent limitations specific to the "sm" modality, or are there other factors influencing this decision?

Why should we prioritize this feature?

Users working with "sm" modality images also require access to essential tools like annotation for marking regions of interest, rotation for adjusting image orientation, and capture image for saving snapshots of the specimen view.

sedghi commented 4 months ago

SM is completely different viewer, using dicom microscopy viewer library https://github.com/ImagingDataCommons/dicom-microscopy-viewer it is not cornerstone, although we have some efforts for bringing the rendering and building our tools on top of that, you can watch the progress here https://github.com/cornerstonejs/cornerstone3D/pull/944

haldawe2 commented 3 months ago

Hi, I will do in the short future a set of tools for SM, when and if you implement your version of SM rendering, I am gessing it would replace the current one from IDC? Or it would be a different extension altogether (so I could use whichever of the two on the app)? Just to know if I should wait before beginning to work on it.

Thank you!