papaya2 is a small header-only C++ library for computing irreducible 2D Minkowski tensors of image and polygonal data. The library needs a C++ 11 compliant compiler, and no external dependencies. More detailed information can be found at https://morphometry.org/software/papaya2/.
If you're using this work in published research, please cite
papaya2 needs no installation, it is an header-only library.
papaya2 includes several demos which can be found in the demo folder, see the README file.
An interactive demo can be found at https://morphometry.org/morphometer. It is based on the JavaScript binding of papaya2.
papaya2 inclues a test suite based on catch2. It can be run with
cd test
make
papaya2 includes bindings to Python, Matlab and JavaScript. See READMEs in correspoding folders for more details or https://morphometry.org/software/papaya2/.
If you have some contribution to the software, please write an email to info@morphometry.org. Bugs can be filed on github.