Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seung-lab/contact-points

Find contact points in a 3D Volume.
https://github.com/seung-lab/contact-points

3d connected-components image-processing numpy volumetric-data

Last synced: about 1 month ago
JSON representation

Find contact points in a 3D Volume.

Awesome Lists containing this project

README

        

[![PyPI version](https://badge.fury.io/py/contact-points.svg)](https://badge.fury.io/py/contact-points)

Contact Points
==============

```python
import contact_points
l1 = 1
l2 = 2
pts = contact_points.find_contact_points(data, l1, l2)
>>> [ (x,y,z), (x,y,z), ... ] # label1, label2, label1, label2
```

A collection of algorithms for finding the contacts between one or more connected components in a 3D labeled image.