Kitware/VolView

Incorrect rendering of DICOM SEG

Closed this issue ยท 8 comments

this is what I see if I open the CT series, and add SEG as a layer

image

@PaulHax looks like the SEG layer is not being properly associated with the underlying image.

Thank for the files! For the SEG file, our WASM loader computes incorrect spacing. Also, the pixel array looks like each frame along the axial has a single segment, rather than merging multple segments together for each frame. Just the tip of the issues probably.

Related:
InsightSoftwareConsortium/ITK-Wasm#991
InsightSoftwareConsortium/ITK-Wasm#1165

The ITK-Wasm PR InsightSoftwareConsortium/ITK-Wasm#1165 was recently merged. The @itk-wasm/dicom package was released (https://www.npmjs.com/package/@itk-wasm/dicom/v/7.2.0). I will test out the new reader in Volview. Hopefully its easily swappable/upgradable.

@floryst when should we expect the production app in volview.kitware.app to be updated with this?

I'll update that deployment this week. I'm targeting EOD Wednesday.

@fedorov I forgot to mention that volview.kitware.app is now updated to the latest dev version!

@floryst it is working now, thank you!

One observation is that SEG thumbnails give infinite spinner - maybe you should just disable rendering of thumbnails for SEG series?

image