Metadata-Version: 2.3
Name: itkwasm-morphological-contour-interpolation-emscripten
Version: 1.1.0
Summary: Morphology-based approach for interslice interpolation of anatomical slices from volumetric images.
Project-URL: Home, https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation
Project-URL: Source, https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation
License-Expression: Apache-2.0
Keywords: emscripten,itkwasm,webassembly
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: WebAssembly
Classifier: Environment :: WebAssembly :: Emscripten
Classifier: Environment :: WebAssembly :: WASI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: itkwasm>=1.0.b171
Description-Content-Type: text/markdown

# itkwasm-morphological-contour-interpolation-emscripten

[![PyPI version](https://badge.fury.io/py/itkwasm-morphological-contour-interpolation-emscripten.svg)](https://badge.fury.io/py/itkwasm-morphological-contour-interpolation-emscripten)

Morphology-based approach for interslice interpolation of anatomical slices from volumetric images. Emscripten implementation.

This package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-morphological-contour-interpolation`](https://pypi.org/project/itkwasm-morphological-contour-interpolation/) instead.


## Installation

```sh
import micropip
await micropip.install('itkwasm-morphological-contour-interpolation-emscripten')
```

## Development

```sh
pip install hatch
hatch run download-pyodide
hatch run test
```
