rachellevanger / tda-persistence-explorer

A Python-based tool for interacting with and visualizing the persistence diagrams of 2D grayscale images.
MIT License
5 stars 1 forks source link

Change phat interface to accept multiple input types #4

Open rachellevanger opened 7 years ago

rachellevanger commented 7 years ago

Right now it accepts a bitmap image, or an image readable through the CImg library. It would be great if it accepted more versatile representations of a cubical complex (e.g. a space-delimited matrix of values).