Hello Community,
We are trying to make some measurements on Ultrasound data using ellipse. I have tried using various extensions but I was able to find ellipsoid only. I need an 2D ellipse markup preferably in Python, as our developed module is in Python. Any leads will be highly appreciated.
Thanks!
You may consider the ExtraMarkups extension if you have not considered it yet.
It allows to draw many shapes including a Ellipsoid using 4 markups points. After reslicing a slice view along a chosen axis, 3 points get co-planar in this view, you may then resize at will. Since you work in 2D, only the measured radii will be relevant. If the ellipse area in the slice view is what you need, you’ll have to calculate it on your own.
Like anything in Slicer, the API is available in Python.
Hi,
I need to make multiple measurements and having ellipsoid for every measurement is overlapping with each other, and it is making the volume too Overcrowding.
Also I only need the circumference of the ellipse