Metadata-Version: 1.1
Name: jicbioimage.segment
Version: 0.2.0
Summary: Python package designed to make it easy to work with bio images.
Home-page: https://github.com/JIC-CSB/jicbioimage.segment
Author: Tjelvar Olsson
Author-email: tjelvar.olsson@jic.ac.uk
License: MIT
Download-URL: https://github.com/JIC-CSB/jicbioimage.segment/tarball/0.2.0
Description: The ``jicbioimage.segment`` Python package
        ==========================================
        
        .. image:: https://badge.fury.io/py/jicbioimage.segment.svg
           :target: http://badge.fury.io/py/jicbioimage.segment
           :alt: PyPi package
        
        .. image:: https://travis-ci.org/JIC-CSB/jicbioimage.segment.svg?branch=master
           :target: https://travis-ci.org/JIC-CSB/jicbioimage.segment
           :alt: Travis CI build status (Linux)
        
        .. image:: https://ci.appveyor.com/api/projects/status/6umy5nkc0l3400o5/branch/master?svg=true
           :target: https://ci.appveyor.com/project/tjelvar-olsson/jicbioimage-segment
           :alt: AppVeyor CI build status (Windows)
        
        .. image::
           https://codecov.io/github/JIC-CSB/jicbioimage.segment/coverage.svg?branch=master
           :target: https://codecov.io/github/JIC-CSB/jicbioimage.segment?branch=master
           :alt: Code Coverage
        
        .. image:: https://readthedocs.org/projects/jicbioimagesegment/badge/?version=latest
           :target: https://readthedocs.org/projects/jicbioimagesegment?badge=latest
           :alt: Documentation Status
        
        
        The ``jicbioimage.segment`` Python package provides a set of standard
        segmentation methods to the ``jicbioimage`` namespace package.
        
        - Documentation: http://jicbioimagesegment.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.segment
        - PyPI: https://pypi.python.org/pypi/jicbioimage.segment
        - Free software: MIT License
        
        Features
        --------
        
        - Functionality for segmenting images
        - Cross-platform: Linux, Mac and Windows are all supported
        - Works with Python 2.7, 3.3 and 3.4
        
        Related packages
        ----------------
        
        ``jicbioimage``
        ^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimage.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage
        
        ``jicbioimage.core``
        ^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagecore.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.core
        
        ``jicbioimage.transform``
        ^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagetransform.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.transform
        
        ``jicbioimage.illustrate``
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimageillustrate.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.illustrate
        
Keywords: microscopy,image analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Recognition
