Metadata-Version: 2.0
Name: ImagePipe
Version: 0.2.0rc1
Summary: Biological image analysis pipelines compiler
Home-page: https://github.com/chiffa/Image_pipe
Author: Andrei Kucharavy
Author-email: andrei.chiffa136@gmail.com
License: BSD
Keywords: image analysis,4D microscopy,image analysis pipeline
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: scikit-image
Requires-Dist: scipy

|License Type| |Branch status| |Build Status| |Code Coverage| |Code Health|

Image Pipe
==========

Pipeline building solution for 4D biological microscopy

Description:
------------
This project is still in development. Initially started as a tool for Ruan, Zhou et al, Nature
2017, this pipeline has since grown to allow arbitrary pipeline construction based on a set of
primitive functions and abstractions (pipe, tiling, per-segment processing, etc...).

This project is currently in alpha development, hence poorly documented, sparsely tested
and prone to rapid changes.

Basic installation::

    > pip install imagepipe

or::

    > pip install git+https://github.com/chiffa/Image_pipe.git


The documentation is available `on readthedocs <https://image-pipe.readthedocs.io/en/latest/>`__.

Project is housed at `GitHub <https://github.com/chiffa/Image_pipe>`__. For any issues please
refer to GitHub issue tracker.

.. |License Type| image:: https://img.shields.io/badge/license-BSD3-blue.svg
   :target: https://github.com/chiffa/BioFlow/blob/master/License-new_BSD.txt
.. |Build Status| image:: https://travis-ci.org/chiffa/Image_pipe.svg?branch=master
   :target: https://travis-ci.org/chiffa/Image_pipe
.. |Branch status| image:: https://img.shields.io/badge/branch_-0.2.0_rc-yellow.svg
   :target: https://github.com/chiffa/Image_pipe/blob/master/README.md
.. |Duplicate Lines| image:: https://img.shields.io/badge/duplicate%20lines-17.66%25-yellowgreen.svg
   :target: http://clonedigger.sourceforge.net/
.. |Code Health| image::  https://landscape.io/github/chiffa/Image_pipe/master/landscape.svg?style=flat
   :target: https://landscape.io/github/chiffa/Image_pipe/master
.. |Code Coverage| image:: https://codecov.io/gh/chiffa/Image_pipe/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/chiffa/Image_pipe

