seung-lab / contact-points

Find contact points in a 3D Volume.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version

Contact Points

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.

About

Find contact points in a 3D Volume.

License:Apache License 2.0


Languages

Language:Python 67.9%Language:C++ 32.1%