cornerstonejs / cornerstoneTools

[Deprecated] Use Cornerstone3D Instead https://cornerstonejs.org/
MIT License
579 stars 456 forks source link

Parse polylines #1491

Open MAdelElbayumi opened 2 years ago

MAdelElbayumi commented 2 years ago

Description

I have a list of polylines from custom vendor data and I want to parse these polylines as a new closed polygon, I read about FreeHandROI tool and it looks like it's the right function to do it, my question is there a way to parse these x,y points as polylines dynamically from the codebase (I am using OHIF)

herohql521 commented 1 month ago

Have you found a way?