Metadata-Version: 2.1
Name: brainreg-segment
Version: 0.2.6rc0
Summary: Manual segmentation of 3D brain structures in a common anatomical space
Home-page: UNKNOWN
Author: Adam Tyson, Horst Obenhaus
Author-email: code@adamltyson.com
License: UNKNOWN
Description: [![Python Version](https://img.shields.io/pypi/pyversions/brainreg-segment.svg)](https://pypi.org/project/brainreg-segment)
        [![PyPI](https://img.shields.io/pypi/v/brainreg-segment.svg)](https://pypi.org/project/brainreg-segment)
        [![Wheel](https://img.shields.io/pypi/wheel/brainreg-segment.svg)](https://pypi.org/project/brainreg-segment)
        [![Development Status](https://img.shields.io/pypi/status/brainreg-segment.svg)](https://github.com/brainglobe/brainreg-segment)
        [![Tests](https://img.shields.io/github/workflow/status/brainglobe/brainreg-segment/tests)](
            https://github.com/brainglobe/brainreg-segment/actions)
        [![Coverage Status](https://coveralls.io/repos/github/brainglobe/brainreg-segment/badge.svg?branch=master)](https://coveralls.io/github/brainglobe/brainreg-segment?branch=master)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
        [![Gitter](https://badges.gitter.im/brainglobe/brainreg-segment.svg)](https://gitter.im/brainglobe/brainreg-segment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
        
        # brainreg-segment
        Segmentation of 1/2/3D brain structures in a common anatomical space
        
        `brainreg-segment` is a companion to [`brainreg`](https://github.com/brainglobe/brainreg) allowing manual segmentation of regions/objects within the brain (e.g. injection sites, probes etc.) allowing for automated analysis of brain region distribution, and visualisation (e.g. in [brainrender](https://github.com/BrancoLab/brainrender)).
        
        ## Installation
        
        brainreg-segment comes bundled with [`brainreg`](https://github.com/brainglobe/brainreg), so see the [brainreg installation instructions](https://docs.brainglobe.info/brainreg/installation). 
        
        brainreg-segment can be installed on it's own (`pip install brainreg-segment`), but you will need to register your data with brainreg first. 
        
        ## Usage
        
        See [user guide](https://docs.brainglobe.info/brainreg-segment/user-guide)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Framework :: napari
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
