/ImageNetwork

Create graph networks of N dimensional binary images for analysis with python using NetworkX and NumPy.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ImageNetwork

PyPI version

Create networks of N dimensional binary images for analysis with python using NetworkX and NumPy.

By Ashkan Pakzad

Getting Started

Install

pip install ImageNetwork

Use

For example use please see example.py.

import ImageNetwork

Dependences

  • python 3.7
  • networkx
  • numpy

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.

History

21/May/2020 v0.1.0 - initial release