Skip to content

Algorithm module

The algorithm module consists of 3 submodules:

Graph

The orignal DGM module. Using directed graph mapping, a graph is created on the mesh to detect

Furthermore, it has some graph measurements such as Dijkstra or BFS between two nodes, adjacency matrix, shortest distance matrix.

Topology

Using topology to calculate the index around anatomical boundaries. This method will find

Phasemapping

Core

The phasemapping modules contains two methods of mapping the cardiac signals to phases:

It also implements algorithms for detecting rotors using phasemapping:

  • Convolution detection (2D)
  • Phase jump detection (2D)
  • Phase jump detection (3D)

Extended

Extend phasemapping to detect phase defects around larger anatomical objects.