Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 729 Bytes

dipha.md

File metadata and controls

28 lines (24 loc) · 729 Bytes
name title tags links
dipha
DIPHA
lang/c++
lang/matlab
custom/boundary-matrix
custom/distance
complex/cubical
complex/rips
type/parallel
type/distributed
name url
Repository

DIPHA is "A Distributed Persistent Homology Algorithm".

From the repo:

This C++ software package computes persistent homology following the algorithm proposed [by Bauer, Kerber and Reininghaus]. Besides supporting parallel execution on a single machine, DIPHA may also be run on a cluster of several machines using MPI.

The three inputs supported by DIPHA are:

  • d-dimensional gray-scale image data,
  • custom distance matrix,
  • custom, weighted boundary matrix.