cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
574 stars 456 forks source link

EllipticalROI measurementData #1492

Open jimmiemunyi opened 1 year ago

jimmiemunyi commented 1 year ago

How do I structure the measurementData when doing

cornerstone.addToolState(element, 'ellipticalRoi', measurementData)

Currently I have the coordinates to the center, and the coordinates of the bounding box of the ellipse, what data is the ellipse tool expecting and how should I structure it?

herohql521 commented 2 weeks ago

I also want to know