Create networks of N dimensional binary images for analysis with python using NetworkX and NumPy.
pip install ImageNetwork
For example use please see example.py.
import ImageNetwork
- python 3.7
- networkx
- numpy
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.
21/May/2020 v0.1.0 - initial release