I’m trying to develop 3d Slicer Curve Planar Reformation in my own PACS Viewer, specifically OHIF:
I’m looking to use VTK Wasm to implement this. My question is:
Since Slicer’s CPR extension is made specifically for Slicer, is it possible to translate those Slicer’s MRML abstractions to pure vtk/vtk.js code?
How should I approach this?
I’m building something similar with OHIF and vtkImageCPRMapper and I’m particularly interested in the step before CPR generation: obtaining the coronary centerline from the axial CT images.
Did you implement any vessel tracking / centerline extraction algorithm, or is the current prototype based on manually placed centerline control points?
If coronary extraction is not part of this prototype, would you recommend starting with a simple Draw Centerline Tool based on seed points placed on the axial view and then generating a spline for the CPR?
Any insight into the strategy you used (or would recommend) would be greatly appreciated.
I’m not the original poster, but VMTK (Vessel Modeling Tool Kit) is a great option for finding vessel centerlines, and is easy to use from Slicer via the VMTK Slicer extension (installable via the extension manager).