Skip to content
forked from tdsmith/ijroi

Reads ImageJ ROI files into numpy arrays.

License

Notifications You must be signed in to change notification settings

tom-f-oconnell/ijroi

 
 

Repository files navigation

ijroi Build Status Coverage Status PyPI page MIT license

Reads ImageJ ROIs into numpy arrays. Use it like:

>>> import ijroi
>>> with open("my_roi.roi", "rb") as f:
...     roi = ijroi.read_roi(f)
...
>>> isinstance(roi, np.ndarray)
True

read_roi returns a Nx2 array, where each row is a (row, column) or (y, x) pair.

Based on Luis Pedro Coelho's readroi.py gist.

License

ijroi is offered under the MIT license.

Contributors

ijroi is maintained by Tim D. Smith. The core functionality was implemented by Luis Pedro Coelho.

About

Reads ImageJ ROI files into numpy arrays.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%