Skip to content

Commit 3637112

Browse files
wrignj08claude
andcommitted
Add MultiClean mosaic logo to README header
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 17ccbb5 commit 3637112

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# MultiClean
2-
[![PyPI](https://img.shields.io/pypi/v/multiclean.svg)](https://pypi.python.org/pypi/multiclean)
3-
[![Conda](https://img.shields.io/conda/vn/conda-forge/multiclean.svg)](https://anaconda.org/conda-forge/multiclean)
4-
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Tutorials](https://img.shields.io/badge/Tutorials-Learn-brightgreen)](https://github.com/DPIRD-DMA/MultiClean/tree/main/notebooks)
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/DPIRD-DMA/MultiClean/main/assets/multiclean-logo.svg" alt="MultiClean" width="640"/>
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://pypi.python.org/pypi/multiclean"><img src="https://img.shields.io/pypi/v/multiclean.svg" alt="PyPI"/></a>
7+
<a href="https://anaconda.org/conda-forge/multiclean"><img src="https://img.shields.io/conda/vn/conda-forge/multiclean.svg" alt="Conda"/></a>
8+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python 3.9+"/></a>
9+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"/></a>
10+
<a href="https://github.com/DPIRD-DMA/MultiClean/tree/main/notebooks"><img src="https://img.shields.io/badge/Tutorials-Learn-brightgreen" alt="Tutorials"/></a>
11+
</p>
712

813
**MultiClean** is a Python library for morphological cleaning of multiclass 2D numpy arrays (segmentation masks and classification rasters). It provides efficient tools for edge smoothing and small-island removal across multiple classes, then fills gaps using the nearest valid class.
914

assets/multiclean-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)