Skip to content

Distributed Isosurface extraction from branch decomposition

Mingzhe Li requested to merge mingzhefluorite/vtk-m:distributed-contours into master

Given the distributed hierarchical contour tree and its branch decomposition, we compute the volume of each branch and select the branches with high volumes (i.e., Top K). Then, we extract the meshes on the contours nearby the saddles of these top-volume branches.

Merge request reports