Metadata-Version: 2.1
Name: morphocut
Version: 0.1.2
Summary: Image processing pipeline
Home-page: https://github.com/morphocut/morphocut
Author: Simon-Martin Schroeder
Author-email: martin.schroeder@nerdluecht.de
License: UNKNOWN
Description: 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.
        
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
Provides-Extra: tests
Provides-Extra: docs
