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
For medical images, there is a common mechanism called windowing (see this explanation). The exact method is defined in the DICOM standard.
The window is often adjusted manually in a viewer by holding down a mouse button and moving the cursor, so left-right adjusts the width and up-down the windowing center. This can be pretty slow in JavaScript, so it would be nice to do this in Wasm.
Would you care to add the windowing function to photon?
The text was updated successfully, but these errors were encountered:
For medical images, there is a common mechanism called windowing (see this explanation). The exact method is defined in the DICOM standard.
The window is often adjusted manually in a viewer by holding down a mouse button and moving the cursor, so left-right adjusts the width and up-down the windowing center. This can be pretty slow in JavaScript, so it would be nice to do this in Wasm.
Would you care to add the windowing function to photon?
The text was updated successfully, but these errors were encountered: