ALive-research / Slicer-Liver

3D Slicer extension for liver analysis and therapy planning
Other
15 stars 9 forks source link

ENH: Arbitrary Resection Volumetry Calculation #227

Closed RuoyanMeng closed 1 year ago

RuoyanMeng commented 1 year ago

236, #238 solved

RuoyanMeng commented 1 year ago

Hi @RafaelPalomar, I update the UI and functionality:

  1. Now users can calculate ROI volume for any case, with or without resection, using either vascular segments, single resection or multiple resections.
  2. The UI is more intuitive, with basic functions for simple resection volumetry, Use-All-Resections and Vascular-segments as advanced parameters.

Could you try it and give me some feedback?

RuoyanMeng commented 1 year ago

The latest commit contains big changes in the code structure and UI.

RafaelPalomar commented 1 year ago

@RuoyanMeng, here there is an example of use of normalized device coordinates for a given actor. (I haved not tried) but this should help you representing your actors in terms of final coordinates in the range 0-1, so you easily scale the resectogram. Let me know when this is ready for review.

https://examples.vtk.org/site/Cxx/Annotation/MultiLineText/

RuoyanMeng commented 1 year ago

226 solved