Skip to content

blackmit/pydmtgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydmtgraph

A Python extension for extracting a graph from a grayscale image.

An example graph

This is an implementation of the algorithm from the paper "Graph Reconstruction by Discrete Morse Theory" by Dey, Wang, and Wang. Our implementation is optimized for 2d images.

Dependencies

Boost

Installing

To build the model, change directory to src and run

pip install .

The pydmtgraph module can then be included in Python files with the command

import pydmtgraph

Uninstalling

To install, run the command

pip uninstall pydmtgraph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published