Metadata-Version: 2.1
Name: fijitools
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/mistervladimir/fijitools
Author: Vladimir Shteyn
Author-email: vladimir.shteyn@googlemail.com
License: GNUv3
Download-URL: https://github.com/mistervladimir/fijitools/archive/0.2.tar.gz
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: pyqt5
Requires-Dist: h5py
Requires-Dist: addict
Requires-Dist: pandas
Requires-Dist: six
Requires-Dist: pyyaml

fijitools
==================

**Author**: Vladimir Shteyn 

**GitHub**: [GitHub](https://github.com/mistervladimir)

**LinkedIn**: [LinkedIn](https://www.linkedin.com/in/vladimir-shteyn/)


Introduction
------------------

fijitools is a Python API for working with Fiji/ImageJ ROI data. 


Features 
------------------
**ROI I/O**: Reading ImageJ/FIJI region of interest (ROI) data saved in .zip format. ROI bytestream data from the entire .zip file is parsed all together as a single numpy array, and dispatched to classes particular to each ROI type. Currently all ROI may be read, but only ROI objects for rectangles and ellipses have been written. Python ROI instances may be converted back to ImageJ/FIJI bytestreams, saved as .zip files, and read by ImageJ/FIJI. This is a work in progress.

**CSV Parsing**: Uses regular expressions to filter ImageJ/FIJI data generated with the RoiManager->Multi-Measure tool and saved as CSV files.

**Convenience Functions**: various data structures and functions to make life easier. Specialized data structures for managing parsed ImageJ/FIJI data.


TODO
------------------
**ROI I/O**: Writing text ROI to ImageJ/FIJI bytestreams and saving them as .zip files. With this feature, rectangle or ellipse ROI originally generated by the Python API, can be visualized with *text labels* in ImageJ/FIJI. This is especially useful if we want to inspect ROI data while, say, troubleshooting a segmentation algorithm.

**PyPi**: finally upload this stuff


