This package is a microstructure featurization framework to compute generic topological and morphological descriptors. This package is an extension of Graspi.
See example folder with 2 phase morphologies and the slides skeletal_descriptors.pdf.
The package computes the set of descriptors/features that can used for data analytics (e.g., to establish process-structure-property maps). The implementation is in C++ and uses bash as a scripting tool to encode basic analysis pipelines.
The package requires boost library. To compile go to src file, you find there Makefile. The path to boost will need to be provided if the boost library is in a not searchable location.
Type : make all