drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

DICOM viewer: zoom, pan, and navigate through slices #240

Closed Serhiy-Shekhovtsov closed 6 years ago

Serhiy-Shekhovtsov commented 7 years ago

According to documentation:

Allow the user to zoom, pan, and navigate through slices in the image viewer.

During these actions the following model properties should be updated: zoomRate, offsetX, offsetY. These properties has been introduced in this commit. Hopefully PR will be merged soon.

These properties should taken into by "Detect and Select" and "Segmentation" components (#226 and #150)

Current Behavior

User can't navigate through slices, nor zoom+pan.

Checklist before submitting

Serhiy-Shekhovtsov commented 6 years ago

Looks like the new cornerstone version have support for zoom and pan. Will check how can we use it with our components for nodule selection and segmentation.

Serhiy-Shekhovtsov commented 6 years ago

Activated window width and window center adjustment, zooming and panning of cornerstone tools component. Updated the NoduleMarker component to rescale and move the marker accordingly. zoom, pan Will push as soon as PR #269 is merged.

Serhiy-Shekhovtsov commented 6 years ago

The feature has been implemented.