Metadata-Version: 2.4
Name: w-seg-napari
Version: 0.3.13
Summary: Segmentation tool for plant tissue plastic sections stained with toluidine blue
Author: Leo Vainio
Author-email: leo.vainio@helsinki.fi
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: napari
Requires-Dist: numpy
Requires-Dist: magicgui
Requires-Dist: qtpy
Requires-Dist: keras>=3.0.0
Requires-Dist: torch
Requires-Dist: scikit-image
Requires-Dist: pillow
Requires-Dist: torchvision
Requires-Dist: python-elf
Requires-Dist: kornia
Requires-Dist: pandas
Requires-Dist: shapely
Requires-Dist: h5py
Requires-Dist: tifffile
Provides-Extra: all
Requires-Dist: napari[all]; extra == "all"
Dynamic: license-file

# w-seg
[![npe2](https://img.shields.io/badge/plugin-npe2-blue?link=https://napari.org/stable/plugins/index.html)](https://napari.org/stable/plugins/index.html)
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)](https://github.com/copier-org/copier)

A simple tool for RGB image segmentation

----------------------------------

## Installation

You can install `w-seg-napari` via [pip]:

```bash
pip install w-seg-napari
```

If napari is not already installed, you can install `w-seg` with napari and Qt via:

```bash
pip install "w-seg-napari[all]"
```



## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [MIT] license,
"w-seg" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.
