BettiNumbers: Returns the Betti numbers of a given mesh.

Description Usage Arguments Examples

Description

This function returns the Betti numbers b0, b1 and b2, which represents the number of connected components, the number of independent tunnelsand the number of closed regions in space, respectively. The function implementation followsthe algorithms described by Konkle, Moran, Hamann, and Joy in the work Fast Methods for Computing Isosur-face Topology with Betti Numbers.

Usage

1
BettiNumbers(file_path)

Arguments

file_path

A string: the path to a triangular mesh file in the ply format

Examples

1
BettiNumbers(system.file("extdata", "m3.ply", package = "tcie"))

tcie documentation built on May 2, 2019, 1:05 p.m.

Related to BettiNumbers in tcie...