Metadata-Version: 2.1
Name: morphocut
Version: 0.1.0
Summary: Image processing pipeline
Home-page: https://github.com/morphocut/morphocut
Author: Simon-Martin Schroeder
Author-email: martin.schroeder@nerdluecht.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: scikit-image (>=0.16.0)
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: scipy
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (>=1.10.0) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: timer-cm ; extra == 'tests'
Requires-Dist: parse ; extra == 'tests'

MorphoCut
=========

.. image:: https://travis-ci.org/morphocut/morphocut.svg?branch=master
    :target: https://travis-ci.org/morphocut/morphocut

.. image:: https://codecov.io/gh/morphocut/morphocut/branch/master/graph/badge.svg
    :alt: Codecov
    :target: https://codecov.io/gh/morphocut/morphocut

This repository contains the MorphoCut image processing pipeline
library.

MorphoCut is a pipelined image processing library designed to handle
large volumes of biological, medical, oceanographic and remote sensing
image data. It is modular from ground up and comes with "batteries
included" to provide common processing steps like segmentation and
feature extraction. It reads and writes many
`formats <https://morphocut.readthedocs.io/en/stable/formats.html>`__
like video,
`Bio-Formats <https://docs.openmicroscopy.org/bio-formats/latest/supported-formats.html>`__
and `EcoTaxa <https://ecotaxa.obs-vlfr.fr/>`__.

The MorphoCut library is accompanied by a `web application`_ that
serves as a front end to the library.

For further information, have a look at the `documentation`_.

.. _`web application`: https://github.com/morphocut/morphocut-server
.. _documentation: https://morphocut.readthedocs.io/en/stable/

License
-------

This project is licensed under the terms of the MIT license.


