hadim / read-roi

Read ROI files .zip or .roi generated with ImageJ.
BSD 3-Clause "New" or "Revised" License
51 stars 22 forks source link

how to write roi from np array #14

Closed YubinXie closed 4 years ago

YubinXie commented 4 years ago

If i generate a n-d array mask, any idea how to write into roi? Thanks!

F-U-G-U-E commented 4 years ago

Update: I have just found this helpful https://github.com/cgohlke/roifile

hadim commented 4 years ago

This package is only for reading ROI files generated by ImageJ. Writing is not implemented but PRs are welcome.