Hey
I developed a Python script to segment the ventricle on a semi automated way and I wanted to make it as an extension to 3D Slicer. I’m new to the software and don’t know much of it.
The idea of the original code is, based on labels of the heart objects and user interaction, it recognizes the left ventricle and makes contour around it, then it allows the user to edit the contour by dragging its points. What I wanted to know is if there’s a similar example to take a look (examples on labeling objects or editable polygons) or if I can somehow pass the coordinates of the contour (polygon) to the Markup Closed Curve so it can plot it.
Thanks