ivmartel / dwv-jqui

Medical image viewer based on DWV (DICOM Web Viewer) and jQuery UI.
https://ivmartel.github.io/dwv-jqui/
GNU General Public License v3.0
18 stars 18 forks source link

Could I get all the coordinate points of lines? #73

Closed tommyJin closed 5 months ago

tommyJin commented 2 years ago

Hi, I used the free-hand draw action to encircle a zone. One coordinate point will be recorded in the points array like

"points":[ 250.88, 124.928, 367.616, 259.072, 272.384, 398.336, 248.832, 126.976 ]

And I'd like to get all the coorinate points where lines pass. Is there any way to archive that? Thx.

ivmartel commented 5 months ago

Sorry, I lost track of this issue. I hope you found a solution.

Closing for now, feel free to comment if you need.